aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-10-26 15:16:48 -0700
committerGravatar GitHub <[email protected]>2022-10-26 15:16:48 -0700
commit12a5cd5c60ece348f593b81f2bab579ae3eb986a (patch)
treeb93feb589742222dcd4d736c8137f7c2f08d5ca1 /pyproject.toml
parentUpdate off-topic etiquette to reflect server size (#785) (diff)
parentBump flake8-bugbear from 22.9.23 to 22.10.25 (diff)
Merge pull request #786 from python-discord/dependabot/pip/flake8-bugbear-22.10.25
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0c1e6e58..c61615dd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ coverage = "6.5.0"
flake8 = "5.0.4"
flake8-annotations = "2.9.1"
flake8-bandit = "4.1.1"
-flake8-bugbear = "22.9.23"
+flake8-bugbear = "22.10.25"
flake8-docstrings = "1.6.0"
flake8-import-order = "0.18.1"
flake8-tidy-imports = "4.8.0"