Skip to content

Commit

Permalink
build(deps): bump autoflake from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/PyCQA/autoflake/releases)
- [Commits](PyCQA/autoflake@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent bfb430a commit d848456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d848456

Please sign in to comment.