From 9fecc13fedf071ac51674cb09b8fc98267b7ba29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:47:39 +0000 Subject: [PATCH] build(deps): bump autoflake from 2.2.0 to 2.2.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 436551c0..50e9bc24 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] @@ -1755,4 +1755,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b1cb6b463eca42876f8362de4cc7a0d8c862ff6d8107bdd40886ebfeef2321e9" +content-hash = "b8001a58d84cb01f3e8fcdf88858cb95761487dff0cbbc160314451164e48975" diff --git a/pyproject.toml b/pyproject.toml index 19e22cba..f696fd3a 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.3" isort = "^5.12.0" -autoflake = "^2.2.0" +autoflake = "^2.2.1" pre-commit = "^3.3.3" pytest = "^7.4.0" coverage = "^7.3.0"