aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-05-09 23:21:12 -0700
committerGravatar GitHub <[email protected]>2023-05-09 23:21:12 -0700
commit6ff63d619d2c3c0bf258aa3671261b48c697c56f (patch)
treee222946cb619c29a8de0d9e261a9b6e9c6c905ec
parentMerge pull request #967 from python-discord/dependabot/pip/pyjwt-2.7.0 (diff)
parentBump flake8-bugbear from 23.3.23 to 23.5.9 (diff)
Merge pull request #966 from python-discord/dependabot/pip/flake8-bugbear-23.5.9
-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 2c27b366..d6e09cbe 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -601,14 +601,14 @@ flake8 = ">=5.0.0"
[[package]]
name = "flake8-bugbear"
-version = "23.3.23"
+version = "23.5.9"
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
python-versions = ">=3.8.1"
files = [
- {file = "flake8-bugbear-23.3.23.tar.gz", hash = "sha256:ea565bdb87b96b56dc499edd6cc3ba7f695373d902a5f56c989b74fad7c7719d"},
- {file = "flake8_bugbear-23.3.23-py3-none-any.whl", hash = "sha256:8a218d13abd6904800970381057ce8e72cde8eea743240c4ef3ede4dd0bc9cfb"},
+ {file = "flake8-bugbear-23.5.9.tar.gz", hash = "sha256:695c84a5d7da54eb35d79a7354dbaf3aaba80de32250608868aa1c85534b2a86"},
+ {file = "flake8_bugbear-23.5.9-py3-none-any.whl", hash = "sha256:631fa927fbc799e8ca636b849dd7dfc304812287137b6ecb3277821f028bee40"},
]
[package.dependencies]
@@ -1509,4 +1509,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "7732942775a9b4272b5739bad79e23ab6c3145399ce90be41c0350af1a408803"
+content-hash = "a89b60823f9d7717b78c1071654c0c1f237768669a8e37e76175730de209e804"
diff --git a/pyproject.toml b/pyproject.toml
index ef365f70..40461f0b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ taskipy = "1.10.4"
flake8 = "6.0.0"
flake8-annotations = "3.0.1"
flake8-bandit = "4.1.1"
-flake8-bugbear = "23.3.23"
+flake8-bugbear = "23.5.9"
flake8-docstrings = "1.7.0"
flake8-import-order = "0.18.2"
flake8-tidy-imports = "4.8.0"