diff --git a/poetry.lock b/poetry.lock index a3e5cd17..0206ee89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -284,18 +284,18 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "flake8-bugbear" -version = "22.9.23" +version = "22.10.27" 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 -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] [[package]] name = "flake8-docstrings" @@ -1224,7 +1224,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9.0" -content-hash = "2b73d5a8ff17f008a221f72ed833325d5d2746f55ea8afc4a281d22d597dd908" +content-hash = "3851961042676c2a7f22b26486b3fd412a57586c4b0a3af49f385ca6f2985038" [metadata.files] alabaster = [ @@ -1473,8 +1473,8 @@ flake8 = [ {file = "flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.9.23.tar.gz", hash = "sha256:17b9623325e6e0dcdcc80ed9e4aa811287fcc81d7e03313b8736ea5733759937"}, - {file = "flake8_bugbear-22.9.23-py3-none-any.whl", hash = "sha256:cd2779b2b7ada212d7a322814a1e5651f1868ab0d3f24cc9da66169ab8fda474"}, + {file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"}, + {file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, diff --git a/pyproject.toml b/pyproject.toml index 1ed0fffb..5f5219d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ sphinx = "^5.1.1" sphinx-autobuild = "^2021.3.14" pre-commit = "^2.20.0" flake8 = "^5.0.4" -flake8-bugbear = "^22.9.23" +flake8-bugbear = "^22.10.27" flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.7" pep8-naming = "^0.13.2"