aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-02-19 15:17:54 +0000
committerGravatar GitHub <[email protected]>2023-02-19 15:17:54 +0000
commit633994b564b10cb7f2672df61946c8d905a9bc7d (patch)
tree8025a93a85e2517b7428523c44ffe7684df8d476 /pyproject.toml
parentMerge pull request #1176 from shtlrs/1089-make-bookmark-a-context-menu-command (diff)
parentBump flake8-bugbear from 23.1.20 to 23.2.13 (diff)
Merge pull request #1209 from python-discord/dependabot/pip/flake8-bugbear-23.2.13
Bump flake8-bugbear from 23.1.20 to 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 85d07764..823e5eee 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ pyjokes = "0.6.0"
[tool.poetry.dev-dependencies]
flake8 = "6.0.0"
flake8-annotations = "3.0.0"
-flake8-bugbear = "23.1.20"
+flake8-bugbear = "23.2.13"
flake8-docstrings = "1.7.0"
flake8-string-format = "0.3.0"
flake8-tidy-imports = "4.8.0"