diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f89320b05..083916a34b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: exclude: ^fuzz/generated/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black exclude: ^fuzz/generated/ @@ -47,7 +47,7 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index 64de1a9dcb..0b75b97dc8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ bandit; python_version <= "3.8" bandit==1.8.6; python_version > "3.8" -black==25.1.0; python_version > "3.8" +black==25.9.0; python_version > "3.8" black; python_version <= "3.8" build isort; python_version < "3.8" @@ -13,7 +13,7 @@ flake8==7.3.0; python_version >= "3.8" gitlint==v0.19.1 interrogate jsonschema -mypy==v1.17.1 +mypy==v1.18.2 playwright pytest>=7.2.0 pytest-asyncio