summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 61c67a49..f07802d8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -291,7 +291,7 @@ flake8 = ">=3.7"
[[package]]
name = "flake8-bugbear"
-version = "22.4.25"
+version = "22.6.22"
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
category = "dev"
optional = false
@@ -1078,7 +1078,7 @@ async-rediscache = ["async-rediscache"]
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "fe0f7e8032b1be58d1f8cdec7eafb824859c69fadd7f535bf6ff9c6f8ca906fb"
+content-hash = "834f91cfc643024fce0da7dd3e14bc632de7b20e39fbe768ad8ee3f3a0e50af6"
[metadata.files]
aiohttp = [
@@ -1284,8 +1284,8 @@ flake8-annotations = [
{file = "flake8_annotations-2.9.0-py3-none-any.whl", hash = "sha256:84f46de2964cb18fccea968d9eafce7cf857e34d913d515120795b9af6498d56"},
]
flake8-bugbear = [
- {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"},
- {file = "flake8_bugbear-22.4.25-py3-none-any.whl", hash = "sha256:ec374101cddf65bd7a96d393847d74e58d3b98669dbf9768344c39b6290e8bd6"},
+ {file = "flake8-bugbear-22.6.22.tar.gz", hash = "sha256:ac3317eba27d79dc19dcdeb7356ca1f656f0cde11d899c4551badf770f05cbef"},
+ {file = "flake8_bugbear-22.6.22-py3-none-any.whl", hash = "sha256:ad2b33dbe33a6d4ca1f0037e1d156d0a89107ee63c0600e3b4f7b60e37998ac2"},
]
flake8-docstrings = [
{file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"},
diff --git a/pyproject.toml b/pyproject.toml
index a12bc839..8857185a 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.4.25"
+flake8-bugbear = "22.6.22"
flake8-docstrings = "1.6.0"
flake8-import-order = "0.18.1"
flake8-string-format = "0.3.0"