From 5474e56f5cbaca7ec7b7045c71c078d448ebe7c8 Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Thu, 28 Nov 2024 12:30:34 +0530 Subject: [PATCH] Upgrading tomli to 2.2.1 as suggsested by CI (#44444) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31e0f916621c2..46230e5dc8fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires = [ "pathspec==0.12.1", "pluggy==1.5.0", "smmap==5.0.1", - "tomli==2.1.0; python_version < '3.11'", + "tomli==2.2.1; python_version < '3.11'", "trove-classifiers==2024.10.21.16", ] build-backend = "hatchling.build"