aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-09 21:49:27 +0000
committerGravatar GitHub <[email protected]>2022-12-09 21:49:27 +0000
commit49474df49f9a0ab5f4cd7f8321831ebb8dd27761 (patch)
tree2b7b638efbf293c42025dbef38f7a930797616c3
parentMerge pull request #803 from python-discord/dependabot/pip/flake8-6.0.0 (diff)
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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 96c5798d..7caa8a40 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -285,7 +285,7 @@ flake8 = ">=5.0.0"
[[package]]
name = "flake8-bugbear"
-version = "22.10.27"
+version = "22.12.6"
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
category = "dev"
optional = false
@@ -912,7 +912,7 @@ brotli = ["Brotli"]
[metadata]
lock-version = "1.1"
python-versions = "3.10.*"
-content-hash = "389744c2ffd618c5460959a34d7b118ee506aec8f5afc7c21b13759a6d2d5a64"
+content-hash = "97d11b3c40201adbd9bc794c09f4fc3999c77fc2715725c964976ffcfedc8ef2"
[metadata.files]
anyio = [
@@ -1141,8 +1141,8 @@ flake8-bandit = [
{file = "flake8_bandit-4.1.1.tar.gz", hash = "sha256:068e09287189cbfd7f986e92605adea2067630b75380c6b5733dab7d87f9a84e"},
]
flake8-bugbear = [
- {file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"},
- {file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"},
+ {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"},
+ {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"},
]
flake8-docstrings = [
{file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
diff --git a/pyproject.toml b/pyproject.toml
index 9471c6d3..dfc69ac9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ coverage = "6.5.0"
flake8 = "6.0.0"
flake8-annotations = "2.9.1"
flake8-bandit = "4.1.1"
-flake8-bugbear = "22.10.27"
+flake8-bugbear = "22.12.6"
flake8-docstrings = "1.6.0"
flake8-import-order = "0.18.2"
flake8-tidy-imports = "4.8.0"