diff --git a/poetry.lock b/poetry.lock index 2abddb1e4..ec70c36a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,13 +804,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.1.16" +version = "24.1.17" 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.16.tar.gz", hash = "sha256:e94514b1f866270663ce047d23dea731025c24ebacb4ce5999d8959076027504"}, - {file = "flake8_bugbear-24.1.16-py3-none-any.whl", hash = "sha256:1648f4a433d11da8fb4e148cbaa845692ff51379f3f598e3225010e3b9a667b7"}, + {file = "flake8-bugbear-24.1.17.tar.gz", hash = "sha256:bcb388a4f3b516258749b1e690ee394c082eff742f44595e3754cf5c7781c2c7"}, + {file = "flake8_bugbear-24.1.17-py3-none-any.whl", hash = "sha256:46cc840ddaed26507cd0ada530d1526418b717ee76c9b5dfdbd238b5eab34139"}, ] [package.dependencies] @@ -2572,4 +2572,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "88c9cdce7e699d6bf492cc935d73e67365995dd385cea41e0fa375eadb17811b" +content-hash = "1ec26afc26a5941abf7c42e38589cf4a472341e560a5ba2f2d6f8c31573d0e78" diff --git a/pyproject.toml b/pyproject.toml index b87a6f299..0ef2a2db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ homeassistant = "2023.11.0" black = "^23.12.1" codespell = "^2.2.5" flake8 = "^7.0.0" -flake8-bugbear = "^24.1.16" +flake8-bugbear = "^24.1.17" flake8-comprehensions = "^3.14.0" flake8-simplify = "^0.21.0" flake8-use-fstring = "^1.4"