diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a6f98a534..b320d3528f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ repos: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.15.0 hooks: - id: pyupgrade args: ["--py38-plus"] @@ -33,7 +33,7 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.6.1 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index f50e95bd2e..665e8d75ca 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,13 +1,13 @@ -black==23.9.1 +black==23.10.1 isort; python_version < "3.8" isort==5.12.0; python_version >= "3.8" pre-commit; python_version < "3.8" -pre-commit==3.4.0; python_version >= "3.8" +pre-commit==3.5.0; python_version >= "3.8" flake8; python_version < "3.8" flake8==6.1.0; python_version >= "3.8" bandit==1.7.5 gitlint==v0.19.1 -mypy==v1.5.1 +mypy==v1.6.1 pytest>=7.2.0 pytest-xdist pytest-cov