From 9cde51a42617964671b22f1a46250ab51ed8c306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:55:11 +0000 Subject: [PATCH] Bump the pep group with 2 updates Bumps the pep group with 2 updates: [autopep8](https://github.com/hhatto/autopep8) and [pycodestyle](https://github.com/PyCQA/pycodestyle). Updates `autopep8` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.2.0...v2.3.0) Updates `pycodestyle` from 2.11.1 to 2.12.0 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.11.1...2.12.0) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pep - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pep ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3c981e..f5cfec2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -autopep8==2.2.0 +autopep8==2.3.0 backports.zoneinfo==0.2.1; python_version < "3.9" certifi==2024.6.2 chardet==5.2.0 @@ -10,7 +10,7 @@ gunicorn==22.0.0 idna==3.7 psycopg==3.1.19 psycopg-binary==3.1.19 -pycodestyle==2.11.1 +pycodestyle==2.12.0 python-dotenv==1.0.1 pytz==2024.1 requests==2.32.3