Skip to content

Commit

Permalink
Bump autopep8 from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: autopep8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 22d3df4 commit 20e5644
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gunicorn = "^22.0.0"
celery = {extras = ["redis"], version = "^5.2.7"}

[tool.poetry.group.dev.dependencies]
autopep8 = "^2.2.0" #pep8 pyton style guide
autopep8 = "^2.3.0" #pep8 pyton style guide
pylint-django = "^2.5.3" #python linter with django capabilities
pytest-django = "^4.5.2" #python tester for django
python-dotenv = "^1.0.1" #environments change in testing / production
Expand Down

0 comments on commit 20e5644

Please sign in to comment.