From ca49cd14bacfd67c48f9845e78c32669a4a1eaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 07:35:42 +0700 Subject: [PATCH] Bump autopep8 from 2.1.0 to 2.2.0 (#87) Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6795d7f..0ef46f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -autopep8==2.1.0 +autopep8==2.2.0 gunicorn==22.0.0 pytest==8.2.1 coverage==7.5.0