From 9880a6ffeeb6b697bb1fcd931ebe8056f793a7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:52:04 +0000 Subject: [PATCH] Bump autopep8 from 2.1.0 to 2.1.2 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev_pre_commit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev_pre_commit.txt b/requirements/requirements_dev_pre_commit.txt index 7ab330c..0e13ea3 100644 --- a/requirements/requirements_dev_pre_commit.txt +++ b/requirements/requirements_dev_pre_commit.txt @@ -5,7 +5,7 @@ # ------------------ # Mostly Whitespace-Correction -autopep8 == 2.1.0 +autopep8 == 2.1.2 pycodestyle >= 2.11.0 # Automatically Upgrade Syntax