diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c36849a64..1dad6e3a7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.5.1 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index a7b33fb258..bfd4247a90 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ flake8; python_version < "3.8" flake8==6.1.0; python_version >= "3.8" bandit==1.7.5 gitlint==v0.19.1 -mypy==v1.4.1 +mypy==v1.5.1 pytest>=7.2.0 pytest-xdist pytest-cov