diff --git a/poetry.lock b/poetry.lock index f44c2b6..67b6337 100644 --- a/poetry.lock +++ b/poetry.lock @@ -58,13 +58,13 @@ files = [ [[package]] name = "autopep8" -version = "2.3.0" +version = "2.3.1" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" optional = false python-versions = ">=3.8" files = [ - {file = "autopep8-2.3.0-py2.py3-none-any.whl", hash = "sha256:b716efa70cbafbf4a2c9c5ec1cabfa037a68f9e30b04c74ffa5864dd49b8f7d2"}, - {file = "autopep8-2.3.0.tar.gz", hash = "sha256:5cfe45eb3bef8662f6a3c7e28b7c0310c7310d340074b7f0f28f9810b44b7ef4"}, + {file = "autopep8-2.3.1-py2.py3-none-any.whl", hash = "sha256:a203fe0fcad7939987422140ab17a930f684763bf7335bdb6709991dd7ef6c2d"}, + {file = "autopep8-2.3.1.tar.gz", hash = "sha256:8d6c87eba648fdcfc83e29b788910b8643171c395d9c4bcf115ece035b9c9dda"}, ] [package.dependencies] @@ -741,4 +741,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9f96ba8add8b1ec3faa183ad1ad84cb4ad2095dd352c7d2c64cdd642d30f27b3" +content-hash = "d6fafee0df94ce68ea1c61be54f4efc071ea1e70b5c7ffd7b52d673055f0aa0d" diff --git a/pyproject.toml b/pyproject.toml index d9a029a..9d54577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ gunicorn = "^22.0.0" celery = {extras = ["redis"], version = "^5.2.7"} [tool.poetry.group.dev.dependencies] -autopep8 = "^2.3.0" #pep8 pyton style guide +autopep8 = "^2.3.1" #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