Skip to content

Commit 678e3e0

Browse files
authored
Merge pull request #158 from andthum/dependabot/pip/flake8-bugbear-gte-23.0-and-lt-25.0
Update flake8-bugbear requirement from <24.0,>=23.0 to >=23.0,<25.0
2 parents dde336c + 3df2233 commit 678e3e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ repos:
182182
# Required Flake8 plugins.
183183
# Keep in sync with `requirements-dev.txt` and `.flake8`!
184184
- "flake8-bandit >=4.0, <5.0"
185-
- "flake8-bugbear >=23.0, <24.0"
185+
- "flake8-bugbear >=24.0, <25.0"
186186
- "flake8-builtins >=2.0, <3.0"
187187
- "flake8-comprehensions >=3.0, <4.0"
188188
- "flake8-docstrings >=1.0, <2.0"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bandit[toml] >=1.0, <2.0
99
black >=23.0, <24.0
1010
flake8 >=7.0, <8.0
1111
flake8-bandit >=4.0, <5.0
12-
flake8-bugbear >=23.0, <24.0
12+
flake8-bugbear >=24.0, <25.0
1313
flake8-builtins >=2.0, <3.0
1414
flake8-comprehensions >=3.0, <4.0
1515
flake8-docstrings >=1.0, <2.0

0 commit comments

Comments
 (0)