From 7549a69cf97716c3f623185d4d87495ab87b46ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:11:47 +0000 Subject: [PATCH] build(deps-dev): bump autoflake from 1.7.7 to 2.0.1 Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.7.7 to 2.0.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](https://github.com/PyCQA/autoflake/compare/v1.7.7...v2.0.1) --- updated-dependencies: - dependency-name: autoflake dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b1853b3..bdbe506 100644 --- a/poetry.lock +++ b/poetry.lock @@ -41,18 +41,18 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "autoflake" -version = "1.7.7" +version = "2.0.1" description = "Removes unused imports and unused variables" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "autoflake-1.7.7-py3-none-any.whl", hash = "sha256:a9b43d08f8e455824e4f7b3f078399f59ba538ba53872f466c09e55c827773ef"}, - {file = "autoflake-1.7.7.tar.gz", hash = "sha256:c8e4fc41aa3eae0f5c94b939e3a3d50923d7a9306786a6cbf4866a077b8f6832"}, + {file = "autoflake-2.0.1-py3-none-any.whl", hash = "sha256:143b0843667734af53532c443e950c787316b9b1155b2273558260b44836e8e4"}, + {file = "autoflake-2.0.1.tar.gz", hash = "sha256:1ce520131b7f396915242fe91e57221f4d42408529bbe3ae93adafed286591e0"}, ] [package.dependencies] -pyflakes = ">=1.1.0" +pyflakes = ">=3.0.0" tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [[package]] @@ -971,4 +971,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8.1, <3.12" -content-hash = "f2b00cd47fc8070e43effac91c89e1e031a6b66a6684c75739e6f6bbed1b177b" +content-hash = "e435921d3ad4116b614fcfe188b1a17e351279075959a7e0d7cc8b557a82b34a" diff --git a/pyproject.toml b/pyproject.toml index ebd8140..a0c4268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest = "^7.2.1" pytest-cov = "^4.0.0" [tool.poetry.group.dev.dependencies] -autoflake = "^1.7.7" +autoflake = ">=1.7.7,<3.0.0" black = "^23.01.0" flake8 = "^6.0.0" isort = "^5.10.1"