diff --git a/poetry.lock b/poetry.lock index a40fdda..9328fb1 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.1.17" 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.1.17.tar.gz", hash = "sha256:bcb388a4f3b516258749b1e690ee394c082eff742f44595e3754cf5c7781c2c7"}, + {file = "flake8_bugbear-24.1.17-py3-none-any.whl", hash = "sha256:46cc840ddaed26507cd0ada530d1526418b717ee76c9b5dfdbd238b5eab34139"}, ] [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 = "dfbaf2eb397abd995b884a00ba90664b199bac085b53887e4186dbbfcf775dcb" diff --git a/pyproject.toml b/pyproject.toml index cad0b46..6d0e81f 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.1.17" mypy = "^0.991" pytest-cov = "^4.0.0" black = "^22.12.0"