From d1f9e729f5c54fa4c187cd57300ec19e6a492820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 09:10:10 +0000 Subject: [PATCH] Bump autoflake from 2.0.2 to 2.1.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v2.0.2...v2.1.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 24ac7dc..7f77a00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "autoflake" -version = "2.0.2" +version = "2.1.1" description = "Removes unused imports and unused variables" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "autoflake-2.0.2-py3-none-any.whl", hash = "sha256:a82d8efdcbbb7129a8a23238c529fb9d9919c562e26bb7963ea6890fbfff7d02"}, - {file = "autoflake-2.0.2.tar.gz", hash = "sha256:e0164421ff13f805f08a023e249d84200bd00463d213b490906bfefa67e83830"}, + {file = "autoflake-2.1.1-py3-none-any.whl", hash = "sha256:94e330a2bcf5ac01384fb2bf98bea60c6383eaa59ea62be486e376622deba985"}, + {file = "autoflake-2.1.1.tar.gz", hash = "sha256:75524b48d42d6537041d91f17573b8a98cb645642f9f05c7fcc68de10b1cade3"}, ] [package.dependencies] @@ -571,4 +571,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "97821b8f9c6d3bdd5ea3f27e29aeb19abf329e040108ef78441b85ed50300441" +content-hash = "2bbf7abd37c507e79cedb370aac29e3d7d768cc0ef87293f963f8f8c28bbdbfd" diff --git a/pyproject.toml b/pyproject.toml index 79e9abb..a43c535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ mypy = "^1.2" black = "^23.3.0" isort = "^5.12.0" pytest = "^7.3.1" -autoflake = "^2.0.2" +autoflake = "^2.1.1" types-PyYAML = "^6.0.12" [build-system]