Skip to content

Commit b94fdb2

Browse files
Bump flake8-bugbear from 22.10.27 to 22.12.6 (#7927)
* Bump flake8-bugbear from 22.10.27 to 22.12.6 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@22.10.27...22.12.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 56f1357 commit b94fdb2

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
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: flake8
6060
additional_dependencies:
61-
[flake8-bugbear==22.10.27, flake8-typing-imports==1.14.0]
61+
[flake8-bugbear==22.12.6, flake8-typing-imports==1.14.0]
6262
exclude: *fixtures
6363
- repo: local
6464
hooks:

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bandit==1.7.4
44
black==22.10.0
55
flake8==6.0.0
6-
flake8-bugbear==22.10.27
6+
flake8-bugbear==22.12.6
77
flake8-typing-imports==1.14.0
88
isort==5.10.1
99
mypy==0.991

0 commit comments

Comments
 (0)