This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a commit to branch sync_2-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4e986eb23e771b8189e351035927cb8987a3c2d5 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Dec 1 20:37:42 2024 +0100 [v2-10-test] Upgrading tomli to 2.2.1 as suggsested by CI (#44444) (#44524) (cherry picked from commit 5474e56f5cbaca7ec7b7045c71c078d448ebe7c8) Co-authored-by: Amogh Desai <[email protected]> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fcf2e14868..39191cbb862 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"
