diff --git a/poetry.lock b/poetry.lock index 85f835cb..16f38edf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -362,13 +362,13 @@ flake8 = ">=5.0.0" [[package]] name = "flake8-bugbear" -version = "23.7.10" +version = "23.9.16" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-bugbear-23.7.10.tar.gz", hash = "sha256:0ebdc7d8ec1ca8bd49347694562381f099f4de2f8ec6bda7a7dca65555d9e0d4"}, - {file = "flake8_bugbear-23.7.10-py3-none-any.whl", hash = "sha256:d99d005114020fbef47ed5e4aebafd22f167f9a0fbd0d8bf3c9e90612cb25c34"}, + {file = "flake8-bugbear-23.9.16.tar.gz", hash = "sha256:90cf04b19ca02a682feb5aac67cae8de742af70538590509941ab10ae8351f71"}, + {file = "flake8_bugbear-23.9.16-py3-none-any.whl", hash = "sha256:b182cf96ea8f7a8595b2f87321d7d9b28728f4d9c3318012d896543d19742cb5"}, ] [package.dependencies] @@ -1450,4 +1450,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "ee4696b4b749cce52958d67a7bd15a9eab532dcbdd35195259089071dfa9cdb3" +content-hash = "c0d7bda3220f0f34d009d9c722a1f10fdd97429f1f38a8ba880bbf62b19e244e" diff --git a/pyproject.toml b/pyproject.toml index d3954ff7..a7f52e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ black = "^23.9" flake8 = "^6.1.0" pre-commit = "^3.4.0" flake8-bandit = "^4.1.1" -flake8-bugbear = "^23.7.10" +flake8-bugbear = "^23.9.16" flake8-builtins = "^2.0.0" flake8-comprehensions = "^3.14.0" darglint = "^1.8.1"