diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bd799a0b0..b562440781 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: exclude: ^fuzz/generated/ - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade exclude: ^fuzz/generated/ @@ -45,7 +45,7 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.1 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index abdeeeedce..e48ad15cf0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ flake8==7.1.0; python_version >= "3.8" bandit==1.7.9 gitlint==v0.19.1 interrogate -mypy==v1.10.1 +mypy==v1.11.1 pytest>=7.2.0 pytest-xdist pytest-cov