Skip to content

Commit 4d964fc

Browse files
build(deps-dev): bump autoflake from 1.7.7 to 2.0.1 (#11)
Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.7.7 to 2.0.1. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](PyCQA/autoflake@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bebe7bc commit 4d964fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest = "^7.2.1"
3939
pytest-cov = "^4.0.0"
4040

4141
[tool.poetry.group.dev.dependencies]
42-
autoflake = "^1.7.7"
42+
autoflake = ">=1.7.7,<3.0.0"
4343
black = "^23.01.0"
4444
flake8 = "^6.0.0"
4545
isort = "^5.10.1"

0 commit comments

Comments
 (0)