diff --git a/poetry.lock b/poetry.lock index a1605b9..8759001 100644 --- a/poetry.lock +++ b/poetry.lock @@ -454,13 +454,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.9.16" +version = "23.11.26" 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.9.16.tar.gz", hash = "sha256:90cf04b19ca02a682feb5aac67cae8de742af70538590509941ab10ae8351f71"}, - {file = "flake8_bugbear-23.9.16-py3-none-any.whl", hash = "sha256:b182cf96ea8f7a8595b2f87321d7d9b28728f4d9c3318012d896543d19742cb5"}, + {file = "flake8-bugbear-23.11.26.tar.gz", hash = "sha256:8e36119071bab626b6dab834fadd6d03c06090e9b189e67b4905821df8212fee"}, + {file = "flake8_bugbear-23.11.26-py3-none-any.whl", hash = "sha256:55d00c8a3c48c995c1f0ec0df54f8c9cf530c06035ce53975a03517d2e7f53e5"}, ] [package.dependencies] @@ -1275,4 +1275,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "00b9fc88653e993ecc3ad7dc27af9cc447a36c00418b374fd517a3f397454e66" +content-hash = "fcf579019b9119172731137836ed81bd91c5e78d90adfe6d638688b386e9e758" diff --git a/pyproject.toml b/pyproject.toml index 6591c8d..b7eb88b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ voluptuous = ">=0.12" black = "23.11.0" coveralls = "^3" flake8 = { version = "^6", python = ">=3.8.1,<4.0" } -flake8-bugbear = { version = "^23.9.16", python = ">=3.8.1,<4.0" } +flake8-bugbear = { version = "^23.11.26", python = ">=3.8.1,<4.0" } pep8-naming = "^0.13.3" pytest = "^7.4.3" pytest-asyncio = "^0.21"