diff --git a/poetry.lock b/poetry.lock index 37313ca..f1284d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -364,13 +364,13 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.2.6" +version = "24.4.26" 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.26-py3-none-any.whl", hash = "sha256:cb430dd86bc821d79ccc0b030789a9c87a47a369667f12ba06e80f11305e8258"}, + {file = "flake8_bugbear-24.4.26.tar.gz", hash = "sha256:ff8d4ba5719019ebf98e754624c30c05cef0dadcf18a65d91c7567300e52a130"}, ] [package.dependencies] @@ -972,4 +972,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6e011a356bb7e87fbae83a22c614af8d5d771f1fabe6af2b05ad433124eabe67" +content-hash = "3ff4ea712d419bf806a9ca92b876a358dce5b70bd76b0ee5a548613aa3bd9e91" diff --git a/pyproject.toml b/pyproject.toml index aedbe36..0dd0723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyudev = { version = ">=0.23,<0.25", markers = "sys_platform != 'win32'" } black = "24.4.2" 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.26", python = ">=3.8.1,<4.0" } pep8-naming = "~0.13" pytest = "^8" pytest-cov = "^5"