aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-02-19 07:03:04 -0800
committerGravatar GitHub <[email protected]>2023-02-19 07:03:04 -0800
commita487a7cb733b60b2d42d4235e01e76eafd2ff3a0 (patch)
tree2974145df70a94674c3c81f36798d5be3fb0c923 /pyproject.toml
parentMerge pull request #876 from vcokltfre/patch-1 (diff)
parentBump flake8-bugbear from 23.1.20 to 23.2.13 (diff)
Merge pull request #877 from python-discord/dependabot/pip/flake8-bugbear-23.2.13
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 d3f2b4cc..7c9511d5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ coverage = "7.1.0"
flake8 = "6.0.0"
flake8-annotations = "3.0.0"
flake8-bandit = "4.1.1"
-flake8-bugbear = "23.1.20"
+flake8-bugbear = "23.2.13"
flake8-docstrings = "1.7.0"
flake8-import-order = "0.18.2"
flake8-tidy-imports = "4.8.0"