Skip to content

Commit e681e16

Browse files
Bump autoflake from 2.3.1 to 2.3.3 (#112)
Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/PyCQA/autoflake/releases) - [Commits](PyCQA/autoflake@v2.3.1...v2.3.3) --- updated-dependencies: - dependency-name: autoflake dependency-version: 2.3.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ca4c18 commit e681e16

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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
@@ -56,7 +56,7 @@ pydocstringformatter = "0.7.3" # format docstrings
5656
black = "26.3.1" # code formatting
5757
isort = "5.13.2" # import sorting
5858
ruff = "0.12.5" # linting
59-
autoflake = "2.3.1" # remove unused imports
59+
autoflake = "2.3.3" # remove unused imports
6060
pyupgrade = "3.20.0" # upgrade syntax to newer versions
6161
pre-commit = "4.0.1" # pre-commit hooks
6262
bandit = "1.7.10" # security linter

0 commit comments

Comments
 (0)