diff --git a/poetry.lock b/poetry.lock index a40fdda..000dc01 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 = "attrs" @@ -224,21 +224,21 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "flake8-bugbear" -version = "22.12.6" +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.7" +python-versions = ">=3.8.1" files = [ - {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, - {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, + {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] attrs = ">=19.2.0" -flake8 = ">=3.0.0" +flake8 = ">=6.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] [[package]] name = "fsspec" @@ -1335,4 +1335,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cc8af3675b7c152e02f0f8d50bf478b8fca1bbbaa44d74a66e893777e9019e90" +content-hash = "42f387352c0be7a53254175eaf65b07e242e8c02dc0f5973e7349352df2ba85b" diff --git a/pyproject.toml b/pyproject.toml index cad0b46..894b0b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ torch = "1.13.1" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1" click = "^8.1.3" -flake8-bugbear = "^22.12.6" +flake8-bugbear = "^24.2.6" mypy = "^0.991" pytest-cov = "^4.0.0" black = "^22.12.0"