diff --git a/poetry.lock b/poetry.lock index 6a08d84..47b2293 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "anyio" @@ -301,13 +301,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-bugbear" -version = "23.7.10" +version = "24.2.6" 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.7.10.tar.gz", hash = "sha256:0ebdc7d8ec1ca8bd49347694562381f099f4de2f8ec6bda7a7dca65555d9e0d4"}, - {file = "flake8_bugbear-23.7.10-py3-none-any.whl", hash = "sha256:d99d005114020fbef47ed5e4aebafd22f167f9a0fbd0d8bf3c9e90612cb25c34"}, + {file = "flake8-bugbear-24.2.6.tar.gz", hash = "sha256:f9cb5f2a9e792dd80ff68e89a14c12eed8620af8b41a49d823b7a33064ac9658"}, + {file = "flake8_bugbear-24.2.6-py3-none-any.whl", hash = "sha256:663ef5de80cd32aacd39d362212983bc4636435a6f83700b4ed35acbd0b7d1b8"}, ] [package.dependencies] @@ -812,4 +812,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "c91ef0571903d611c4fc46919b37c0beac5bae945b9ea5ce315b928c6e17b273" +content-hash = "e370b0b7331ec941119b2b5867fdd7690df794c9a55d390ac352aadbd16fdbf1" diff --git a/pyproject.toml b/pyproject.toml index ffcafe8..465710f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ structlog = "^23.1.0" # Linting black = "^23.7.0" flake8 = "^6.1.0" -flake8-bugbear = "^23.7.10" +flake8-bugbear = ">=23.7.10,<25.0.0" isort = "^5.9.3" # Testing