diff --git a/requirements.txt b/requirements.txt index a1ec98806..33a1b66cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ # Dev tools: black==24.2.0 -pre-commit==3.5.0 +pre-commit==3.5.0; python_version < '3.9' +pre-commit==3.6.2; python_version >= '3.9' pytest==8.0.1 pytest-mypy-plugins==3.0.0 pytest-shard==0.1.2