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"