diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a6cbe2..3a85d0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -182,7 +182,7 @@ repos: # Required Flake8 plugins. # Keep in sync with `requirements-dev.txt` and `.flake8`! - "flake8-bandit >=4.0, <5.0" - - "flake8-bugbear >=23.0, <24.0" + - "flake8-bugbear >=24.0, <25.0" - "flake8-builtins >=2.0, <3.0" - "flake8-comprehensions >=3.0, <4.0" - "flake8-docstrings >=1.0, <2.0" diff --git a/requirements-dev.txt b/requirements-dev.txt index b7d2554..8aa0e8c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ bandit[toml] >=1.0, <2.0 black >=23.0, <24.0 flake8 >=7.0, <8.0 flake8-bandit >=4.0, <5.0 -flake8-bugbear >=23.0, <24.0 +flake8-bugbear >=24.0, <25.0 flake8-builtins >=2.0, <3.0 flake8-comprehensions >=3.0, <4.0 flake8-docstrings >=1.0, <2.0