diff --git a/poetry.lock b/poetry.lock index c49eafef..e129e53e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -46,13 +46,13 @@ wrapt = [ [[package]] name = "autoflake" -version = "2.1.1" +version = "2.2.0" description = "Removes unused imports and unused variables" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "autoflake-2.1.1-py3-none-any.whl", hash = "sha256:94e330a2bcf5ac01384fb2bf98bea60c6383eaa59ea62be486e376622deba985"}, - {file = "autoflake-2.1.1.tar.gz", hash = "sha256:75524b48d42d6537041d91f17573b8a98cb645642f9f05c7fcc68de10b1cade3"}, + {file = "autoflake-2.2.0-py3-none-any.whl", hash = "sha256:de409b009a34c1c2a7cc2aae84c4c05047f9773594317c6a6968bd497600d4a0"}, + {file = "autoflake-2.2.0.tar.gz", hash = "sha256:62e1f74a0fdad898a96fee6f99fe8241af90ad99c7110c884b35855778412251"}, ] [package.dependencies] @@ -1754,4 +1754,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "151442b64e53ca97f00a7c3f2a4f9a1ccfa93a1f928de44835fa7c0cc9be27fa" +content-hash = "89f215603a872eadfc2b92a42db8f0ca15ffc82c020bf4ee03deebffff63bf85" diff --git a/pyproject.toml b/pyproject.toml index 0936e3b8..d3aaa63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,13 +19,13 @@ django-permissionedforms = "^0.1" tenca = "^0.0.2" html2text = "^2020.1.16" wagtail-markdown = "^0.10.0" -autoflake = "^2.1.1" +autoflake = "^2.2.0" [tool.poetry.group.dev.dependencies] pylint = "^2.17.4" black = "^23.3" isort = "^5.12.0" -autoflake = "^2.1.1" +autoflake = "^2.2.0" pre-commit = "^3.3.3" pytest = "^7.3.2" coverage = "^7.2.5"