diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9652929957..44e1292862 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,18 +5,18 @@ repos: - id: isort - repo: https://github.com/python/black - rev: 22.10.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 + rev: v3.3.1 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 exclude: ^fuzz/generated/ @@ -28,12 +28,12 @@ repos: args: ["-c", "bandit.conf"] - repo: https://github.com/jorisroovers/gitlint - rev: v0.17.0 + rev: v0.19.0dev hooks: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.0.1 hooks: - id: mypy additional_dependencies: diff --git a/dev-requirements.txt b/dev-requirements.txt index 5a9735de63..71169ad411 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,11 +1,11 @@ -black==22.10.0 +black==23.1.0 isort; python_version < "3.8" isort==5.12.0; python_version >= "3.8" -pre-commit==2.20.0 -flake8==5.0.4 +pre-commit==3.1.1 +flake8==6.0.0 bandit==1.7.4 -gitlint==v0.17.0 -mypy==v0.991 +gitlint==v0.19.0dev +mypy==v1.0.1 py>=1.10.0 pytest pytest-xdist