aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-03-24 23:16:24 +0100
committerGravatar GitHub <[email protected]>2023-03-24 23:16:24 +0100
commitc71769ba8e67eb54893b823b9ab43e9cfb666cd0 (patch)
treee6f80f8626af4c303cde7bc33acbd2669423d3a8 /pyproject.toml
parentMerge pull request #915 from python-discord/dependabot/pip/markdown-3.4.2 (diff)
parentBump flake8-bugbear from 23.3.12 to 23.3.23 (diff)
Merge pull request #917 from python-discord/dependabot/pip/flake8-bugbear-23.3.23
Bump flake8-bugbear from 23.3.12 to 23.3.23
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 766ce78d..0d327225 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ taskipy = "1.10.3"
flake8 = "6.0.0"
flake8-annotations = "3.0.0"
flake8-bandit = "4.1.1"
-flake8-bugbear = "23.3.12"
+flake8-bugbear = "23.3.23"
flake8-docstrings = "1.7.0"
flake8-import-order = "0.18.2"
flake8-tidy-imports = "4.8.0"