diff --git a/poetry.lock b/poetry.lock index f4b59b9b..548afbc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -46,13 +46,13 @@ wrapt = [ [[package]] name = "autoflake" -version = "2.2.0" +version = "2.2.1" description = "Removes unused imports and unused variables" optional = false python-versions = ">=3.8" files = [ - {file = "autoflake-2.2.0-py3-none-any.whl", hash = "sha256:de409b009a34c1c2a7cc2aae84c4c05047f9773594317c6a6968bd497600d4a0"}, - {file = "autoflake-2.2.0.tar.gz", hash = "sha256:62e1f74a0fdad898a96fee6f99fe8241af90ad99c7110c884b35855778412251"}, + {file = "autoflake-2.2.1-py3-none-any.whl", hash = "sha256:265cde0a43c1f44ecfb4f30d95b0437796759d07be7706a2f70e4719234c0f79"}, + {file = "autoflake-2.2.1.tar.gz", hash = "sha256:62b7b6449a692c3c9b0c916919bbc21648da7281e8506bcf8d3f8280e431ebc1"}, ] [package.dependencies] @@ -1762,4 +1762,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9fbb0d2396a82953bcb73af3ad9540ddb8ab95997a3e37e1184c5559d143dda9" +content-hash = "21f2150c6ef14a40fc9dc6744d3cfea3f45809f5711af89ba555b839bf132149" diff --git a/pyproject.toml b/pyproject.toml index 4bed3505..df82f283 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.2.0" +autoflake = "^2.2.1" [tool.poetry.group.dev.dependencies] pylint = "^2.17.5" black = "^23.9" isort = "^5.12.0" -autoflake = "^2.2.0" +autoflake = "^2.2.1" pre-commit = "^3.3.3" pytest = "^7.4.2" coverage = "^7.3.0"