diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0884bdfc8..5546e5e761 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,26 +16,26 @@ repos: exclude: ^fuzz/generated/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black exclude: ^fuzz/generated/ - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade exclude: ^fuzz/generated/ args: ["--py38-plus"] - repo: https://github.com/pycqa/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 exclude: ^fuzz/generated/|bandit\.conf$ - repo: https://github.com/PyCQA/bandit - rev: 1.8.3 + rev: 1.8.5 hooks: - id: bandit exclude: ^fuzz/generated/ @@ -47,7 +47,7 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.16.1 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index 526121ced7..9e019e6518 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ bandit; python_version <= "3.8" -bandit==1.8.3; python_version > "3.8" -black==24.10.0; python_version > "3.8" +bandit==1.8.5; python_version > "3.8" +black==25.1.0; python_version > "3.8" black; python_version <= "3.8" build isort; python_version < "3.8" @@ -9,11 +9,11 @@ pre-commit; python_version <= "3.8" pre-commit==4.2.0; python_version > "3.8" codespell==v2.4.1 flake8; python_version < "3.8" -flake8==7.2.0; python_version >= "3.8" +flake8==7.3.0; python_version >= "3.8" gitlint==v0.19.1 interrogate jsonschema -mypy==v1.15.0 +mypy==v1.16.1 playwright pytest>=7.2.0 pytest-asyncio