diff --git a/poetry.lock b/poetry.lock index 26d4be0..c299419 100644 --- a/poetry.lock +++ b/poetry.lock @@ -139,13 +139,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.1.15" +version = "24.1.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-24.1.15.tar.gz", hash = "sha256:5f927884f6879999a9370341b2004feff97d4b551dcbd0a9376edc33b2693331"}, - {file = "flake8_bugbear-24.1.15-py3-none-any.whl", hash = "sha256:5ae5bbe3cd1fa695919fb66291d5e329429d2c004082b91d074b99d958596c79"}, + {file = "flake8-bugbear-24.1.16.tar.gz", hash = "sha256:e94514b1f866270663ce047d23dea731025c24ebacb4ce5999d8959076027504"}, + {file = "flake8_bugbear-24.1.16-py3-none-any.whl", hash = "sha256:1648f4a433d11da8fb4e148cbaa845692ff51379f3f598e3225010e3b9a667b7"}, ] [package.dependencies] @@ -365,4 +365,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c121fa8e473d8d4865dc06552854dd9017ff4ed154e880cc2e3f46575b6b6a64" +content-hash = "946f5647c32c0aaa5afc8b6458844a31070ee398d4682318f1c7ff3abe6fbf92" diff --git a/pyproject.toml b/pyproject.toml index 3b44e08..1609b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ click = "^8.1.7" [tool.poetry.dev-dependencies] flake8 = "^7.0.0" -flake8-bugbear = "^24.1.15" +flake8-bugbear = "^24.1.16" mypy = "^1.8" pytest = "^7.4.4" pytest-cov = "^4.1.0"