diff --git a/poetry.lock b/poetry.lock index 410bc1d4..05274582 100644 --- a/poetry.lock +++ b/poetry.lock @@ -579,14 +579,14 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.12.6" +version = "23.3.12" 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.7" files = [ - {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, - {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, + {file = "flake8-bugbear-23.3.12.tar.gz", hash = "sha256:e3e7f74c8a49ad3794a7183353026dabd68c74030d5f46571f84c1fb0eb79363"}, + {file = "flake8_bugbear-23.3.12-py3-none-any.whl", hash = "sha256:beb5c7efcd7ccc2039ef66a77bb8db925e7be3531ff1cb4d0b7030d0e2113d72"}, ] [package.dependencies] @@ -594,7 +594,7 @@ attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] [[package]] name = "flake8-docstrings" @@ -2235,4 +2235,4 @@ cli = ["click", "tabulate", "dateparser"] [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<4.0" -content-hash = "dfb995aeb10be54a8c34c3dcfc62ddc6649b85a06a72d087a5b4e7977cbe15f8" +content-hash = "cab25f8398325f9e0ed188f6ca0c6a41156182c11b1b395e6752d4a94db1fe37" diff --git a/pyproject.toml b/pyproject.toml index e9ef07ea..d6cf5103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pre-commit = "^2.21.0" flake8 = "^4.0.1" black = "^22.12" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.12.6" +flake8-bugbear = "^23.3.12" flake8-docstrings = "^1.7.0" flake8-rst-docstrings = "^0.3.0" pep8-naming = "^0.13.2"