summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-12 13:58:09 +0000
committerGitHub <noreply@github.com>2022-12-12 13:58:09 +0000
commitb94fdb2944e5b94c33dc67eb385abbdf1f2e7b3f (patch)
treeb9f57faaae04ae07b69231b83384ae2d672bb5d6
parent56f1357119baefafc347a5c52424a2dcbbbdace2 (diff)
downloadpylint-git-b94fdb2944e5b94c33dc67eb385abbdf1f2e7b3f.tar.gz
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](https://github.com/PyCQA/flake8-bugbear/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--requirements_test_pre_commit.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 022cfe4be..24c0dd753 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- [flake8-bugbear==22.10.27, flake8-typing-imports==1.14.0]
+ [flake8-bugbear==22.12.6, flake8-typing-imports==1.14.0]
exclude: *fixtures
- repo: local
hooks:
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index c5d1fcb92..ccc4241a9 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -3,7 +3,7 @@
bandit==1.7.4
black==22.10.0
flake8==6.0.0
-flake8-bugbear==22.10.27
+flake8-bugbear==22.12.6
flake8-typing-imports==1.14.0
isort==5.10.1
mypy==0.991