diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f07b60afdb..ab0e6556f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # - --remove-duplicate-keys # - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/requirements/dev.txt b/requirements/dev.txt index c9654982d7..c523385729 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,11 +1,11 @@ -r _.txt -pylint~=3.2.2 -pytest~=8.2.1 +pylint~=3.2.3 +pytest~=8.2.2 pytest-asyncio~=0.23.3 # pytest-order~=1.0.1 mypy~=1.10.0 coverage~=7.5 pre-commit==3.5.0 codespell==2.3.0 -bandit==1.7.8 +bandit==1.7.9 flake8==7.0.0