Skip to content

Commit

Permalink
Merge pull request #12 from fournjb/dependabot/pip/autopep8-2.2.0
Browse files Browse the repository at this point in the history
Bump autopep8 from 2.1.1 to 2.2.0
  • Loading branch information
njodib authored Jun 3, 2024
2 parents c3d57d0 + 97160d5 commit ace520f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

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.1.1" #pep8 pyton style guide
autopep8 = "^2.2.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 ace520f

Please sign in to comment.