diff --git a/poetry.lock b/poetry.lock index 959404a71..fd65c2d88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,17 +804,17 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.8.19" +version = "24.10.31" 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.8.19-py3-none-any.whl", hash = "sha256:25bc3867f7338ee3b3e0916bf8b8a0b743f53a9a5175782ddc4325ed4f386b89"}, - {file = "flake8_bugbear-24.8.19.tar.gz", hash = "sha256:9b77627eceda28c51c27af94560a72b5b2c97c016651bdce45d8f56c180d2d32"}, + {file = "flake8_bugbear-24.10.31-py3-none-any.whl", hash = "sha256:cccf786ccf9b2e1052b1ecfa80fb8f80832d0880425bcbd4cd45d3c8128c2683"}, + {file = "flake8_bugbear-24.10.31.tar.gz", hash = "sha256:435b531c72b27f8eff8d990419697956b9fd25c6463c5ba98b3991591de439db"}, ] [package.dependencies] -attrs = ">=19.2.0" +attrs = ">=22.2.0" flake8 = ">=6.0.0" [package.extras] @@ -2564,4 +2564,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1ea31301d8444b6678574bd4eab29c2cbb21cff8c43e4db03e11be7655a67ab6" +content-hash = "939f719a3a6f8651d0277cd9973e6404a3922058c45d33a3ef80551a4bca4f2c" diff --git a/pyproject.toml b/pyproject.toml index 78585a3cf..b317f35e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ homeassistant = "2023.11.0" black = "^24.10.0" codespell = "^2.3.0" flake8 = "^7.1.1" -flake8-bugbear = "^24.8.19" +flake8-bugbear = "^24.10.31" flake8-comprehensions = "^3.16.0" flake8-simplify = "^0.21.0" flake8-use-fstring = "^1.4"