diff --git a/poetry.lock b/poetry.lock index dca3b8d..1f4cb8d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -457,13 +457,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.2.6" +version = "24.4.21" 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-24.2.6.tar.gz", hash = "sha256:f9cb5f2a9e792dd80ff68e89a14c12eed8620af8b41a49d823b7a33064ac9658"}, - {file = "flake8_bugbear-24.2.6-py3-none-any.whl", hash = "sha256:663ef5de80cd32aacd39d362212983bc4636435a6f83700b4ed35acbd0b7d1b8"}, + {file = "flake8_bugbear-24.4.21-py3-none-any.whl", hash = "sha256:58581060a1650f4b11344795db8a4934867d4450486319ece86d7720a9414036"}, + {file = "flake8_bugbear-24.4.21.tar.gz", hash = "sha256:d1a87b8f6ca1ed28772c36515f751ea3709e041d78bca60590a570b9cb802e55"}, ] [package.dependencies] @@ -1264,4 +1264,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "05a4a0c9103a2c2ec2303cb9cd5c5f963218124b0cf18928770d6ede47bfc021" +content-hash = "7ecabf3fa55b27059d87cda186b8906bd7917c232438e0a9912fd8f30947856d" diff --git a/pyproject.toml b/pyproject.toml index cb29481..69f0e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ voluptuous = ">=0.12" black = "24.4.1" coveralls = "^3" flake8 = { version = "^7", python = ">=3.8.1,<4.0" } -flake8-bugbear = { version = "^24.2.6", python = ">=3.8.1,<4.0" } +flake8-bugbear = { version = "^24.4.21", python = ">=3.8.1,<4.0" } pep8-naming = "^0.13.3" pytest = "^8.1.1" pytest-asyncio = "^0.23"