aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-05-10 20:08:02 +0400
committerGravatar GitHub <[email protected]>2022-05-10 20:08:02 +0400
commit5b00eeed6f626a14feb9bbc8fd4bcc9faeaa79c0 (patch)
tree28071e0946e3755e0f9d626363a013732464e5df /pyproject.toml
parentMerge pull request #72 from python-discord/bump-d.py (diff)
parentBump flake8-bugbear from 22.3.23 to 22.4.25 (diff)
Merge pull request #70 from python-discord/dependabot/pip/flake8-bugbear-22.4.25
Bump flake8-bugbear from 22.3.23 to 22.4.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 74526f9e..9c9764ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ async-rediscache = ["async-rediscache"]
[tool.poetry.dev-dependencies]
flake8 = "4.0.1"
flake8-annotations = "2.9.0"
-flake8-bugbear = "22.3.23"
+flake8-bugbear = "22.4.25"
flake8-docstrings = "1.6.0"
flake8-import-order = "0.18.1"
flake8-string-format = "0.3.0"