diff --git a/poetry.lock b/poetry.lock index e91e368f..e943aa8e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -33,14 +33,14 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "autoflake" -version = "2.0.0" +version = "2.0.1" description = "Removes unused imports and unused variables" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "autoflake-2.0.0-py3-none-any.whl", hash = "sha256:d58ed4187c6b4f623a942b9a90c43ff84bf6a266f3682f407b42ca52073c9678"}, - {file = "autoflake-2.0.0.tar.gz", hash = "sha256:7185b596e70d8970c6d4106c112ef41921e472bd26abf3613db99eca88cc8c2a"}, + {file = "autoflake-2.0.1-py3-none-any.whl", hash = "sha256:143b0843667734af53532c443e950c787316b9b1155b2273558260b44836e8e4"}, + {file = "autoflake-2.0.1.tar.gz", hash = "sha256:1ce520131b7f396915242fe91e57221f4d42408529bbe3ae93adafed286591e0"}, ] [package.dependencies] @@ -2052,4 +2052,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "6be83095452b920f4762e343ef8d176f26cdc806c59cc3bc35073d271615349c" +content-hash = "27df3708f243a710befd270d45857aa065b439387188453c306e656c8bc30962" diff --git a/pyproject.toml b/pyproject.toml index 433d14a2..47bdea2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ types-PyYAML = "^6.0.12.4" flake8-bugbear = "^22.12.6" radon = "^5.1.0" flake8-simplify = "^0.19.3" -autoflake = "^2.0.0" +autoflake = "^2.0.1" pytest-mock = "^3.10.0" pytest-xdist = "^3.1.0" unimport = "^0.12.3"