diff --git a/poetry.lock b/poetry.lock index 1ce72fff..bc37493f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -661,14 +661,14 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.12.6" +version = "23.2.13" 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.2.13.tar.gz", hash = "sha256:39259814a83f33c8409417ee12dd4050c9c0bb4c8707c12fc18ae62b2f3ddee1"}, + {file = "flake8_bugbear-23.2.13-py3-none-any.whl", hash = "sha256:f136bd0ca2684f101168bba2310dec541e11aa6b252260c17dcf58d18069a740"}, ] [package.dependencies] @@ -676,7 +676,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-builtins" @@ -2476,4 +2476,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "5f9c65ccceb2594d0aea5856d23207d37badbafe8d23ec45b6f53bc5594ec9b4" +content-hash = "8a0fa73921df6904e5ac1d95370db2b6483cc335929a54d27178cffde4e5bd41" diff --git a/pyproject.toml b/pyproject.toml index 8759de14..8c78bbc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ coverage = {version = "^6.5", extras = ["toml"]} darglint = "^1.8.1" flake8 = "^4.0.1" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.10.27" +flake8-bugbear = ">=22.10.27,<24.0.0" flake8-builtins = "^2.0.0" flake8-comprehensions = "^3.10.0" flake8-docstrings = "^1.5.0"