From 0363a736d07bd0617720aa3d0cdf19e5db690c3c Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Thu, 28 Nov 2024 12:30:34 +0530 Subject: [PATCH] [v2-10-test] Upgrading tomli to 2.2.1 as suggsested by CI (#44444) (cherry picked from commit 5474e56f5cbaca7ec7b7045c71c078d448ebe7c8) Co-authored-by: Amogh Desai --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fcf2e1486858..39191cbb86283 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"