From 97160d5618b74559c49c798e48f06a89d193e305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:39:56 +0000 Subject: [PATCH] Bump autopep8 from 2.1.1 to 2.2.0 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cc27c7d..26de98d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -58,13 +58,13 @@ files = [ [[package]] name = "autopep8" -version = "2.1.1" +version = "2.2.0" 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.1.1-py2.py3-none-any.whl", hash = "sha256:57c1026ee3ee40f57c5b93073b705f8e30aa52411fca33306d730274d2882bba"}, - {file = "autopep8-2.1.1.tar.gz", hash = "sha256:bc9b267f14d358a9af574b95e95a661681c60a275ffce419ba5fb4eae9920bcc"}, + {file = "autopep8-2.2.0-py2.py3-none-any.whl", hash = "sha256:05418a981f038969d8bdcd5636bf15948db7555ae944b9f79b5a34b35f1370d4"}, + {file = "autopep8-2.2.0.tar.gz", hash = "sha256:d306a0581163ac29908280ad557773a95a9bede072c0fafed6f141f5311f43c1"}, ] [package.dependencies] @@ -741,4 +741,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b497c2d05c2271f0d91c9879db25f4358ae69276a29937b971f9cfb6a99f51f8" +content-hash = "e52bc9e510902733980249a6a3b7a92d882dd24954e4ccc9a9c73a4790333aa4" diff --git a/pyproject.toml b/pyproject.toml index 1ba0283..492646b 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.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