diff --git a/poetry.lock b/poetry.lock index 7cf07fe8..4d82b164 100644 --- a/poetry.lock +++ b/poetry.lock @@ -338,7 +338,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.3.20" +version = "22.3.23" 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 @@ -1261,7 +1261,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "1dd735c6e49d7516598fa9bc20aa2a3c6b9477d8b189d6b0bf3cf7a2476023ca" +content-hash = "12a6e7c5e3ba15fda1bec923fedc8239e606c29c386b367f562ef0c59cc09e1f" [metadata.files] alabaster = [ @@ -1504,8 +1504,8 @@ flake8-bandit = [ {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.3.20.tar.gz", hash = "sha256:152e64a86f6bff6e295d630ccc993f62434c1fd2b20d2fae47547cb1c1b868e0"}, - {file = "flake8_bugbear-22.3.20-py3-none-any.whl", hash = "sha256:19fe179ee3286e16198603c438788e2949e79f31d653f0bdb56d53fb69217bd0"}, + {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, + {file = "flake8_bugbear-22.3.23-py3-none-any.whl", hash = "sha256:ec5ec92195720cee1589315416b844ffa5e82f73a78e65329e8055322df1e939"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, diff --git a/pyproject.toml b/pyproject.toml index c91bb570..d261ec24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ sphinx-autobuild = "^2021.3.14" pre-commit = "^2.17.0" flake8 = "^4.0.1" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.3.20" +flake8-bugbear = "^22.3.23" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.5" pep8-naming = "^0.12.1"