From 9a209c33ec475e6fc9e833bf97d281e1dcb1be80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:05:59 +0000 Subject: [PATCH] build(deps-dev): bump autopep8 from 1.7.0 to 2.0.0 Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.7.0 to 2.0.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.7.0...v2.0.0) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2871023b..5acbeced 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ safety==2.3.1 types-requests==2.28.11.2 # Code formatting tools -autopep8==1.7.0 +autopep8==2.0.0 # HTML changelogs grip==4.6.1