diff --git a/poetry.lock b/poetry.lock index cbc3d7c..862d3f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,13 +247,13 @@ develop = ["build", "twine"] [[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] @@ -892,4 +892,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dcecf0a57b15089da5d84e9b7ade4b59af39a210387e0f69c98ca701cc31ff1a" +content-hash = "a953733f9b59df3dcc8f54bf3920447171cf0f2415e1a31613b89598f2c7950a" diff --git a/pyproject.toml b/pyproject.toml index c1128d9..b0f7aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8-2020 = "^1.8.1" flake8-absolute-import = "^1.0.0.2" flake8-alfred = "^1.1.1" flake8-black = "^0.3.6" -flake8-bugbear = "^24.2.6" +flake8-bugbear = "^24.4.26" flake8-comprehensions = "^3.14.0" flake8-datetime-utcnow-plugin = "^0.1.2" flake8-datetimez = "^20.10.0"