diff --git a/poetry.lock b/poetry.lock index c9c0767c1..2649bf0ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -832,13 +832,13 @@ pyflakes = ">=3.1.0,<3.2.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] @@ -3508,4 +3508,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0c871fdba4d1380bc285637146a24c98e5eaeacdee69fe24ef8975dc6393006f" +content-hash = "921914c7fb33f89d3b5d6efe5b061056fa475bc5c6ba15a3e237ad470874f9e1" diff --git a/pyproject.toml b/pyproject.toml index 7a8f3c0b1..8dbf6105d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytest-xdist = "==3.3.1" beautifulsoup4 = "==4.12.2" freezegun = "==1.2.2" flake8 = "==6.1.0" -flake8-bugbear = "==23.7.10" +flake8-bugbear = "==23.9.16" flake8-print = "==5.0.0" moto = "~=4.2" requests-mock = "==1.11.0"