diff --git a/poetry.lock b/poetry.lock index c37a0bcc3..df702d7a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -800,13 +800,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.11.28" +version = "23.12.2" 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.11.28.tar.gz", hash = "sha256:0ba6c44eaa0e4782da94c5c2607159a0e73569369246cd179cc143a0e16b78ba"}, - {file = "flake8_bugbear-23.11.28-py3-none-any.whl", hash = "sha256:8d0f351d954fd860851710cd8b5b28742b2339c0e58848b103418dd9cddb9aa4"}, + {file = "flake8-bugbear-23.12.2.tar.gz", hash = "sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a"}, + {file = "flake8_bugbear-23.12.2-py3-none-any.whl", hash = "sha256:83324bad4d90fee4bf64dd69c61aff94debf8073fbd807c8b6a36eec7a2f0719"}, ] [package.dependencies] @@ -2571,4 +2571,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c9312b7c369d461e7714be3044afbb493ff9483b99db3b4e96de5d2190646465" +content-hash = "b11813b472f4c22d2d5ea55878fc5bd85c84d60fe26f4a7172b4ca1beb93ed60" diff --git a/pyproject.toml b/pyproject.toml index 7dea88a1e..9bc0843e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ homeassistant = "2023.11.0" black = "^23.11.0" codespell = "^2.2.5" flake8 = "^6.1.0" -flake8-bugbear = "^23.11.28" +flake8-bugbear = "^23.12.2" flake8-comprehensions = "^3.14.0" flake8-simplify = "^0.21.0" flake8-use-fstring = "^1.4"