From 927b226f853af8769aecd6b56c8db44adb804774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 17:03:41 +0000 Subject: [PATCH] build(deps-dev): bump autopep8 from 1.5.7 to 1.6.0 Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.7 to 1.6.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.5.7...v1.6.0) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-minor ... 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 16d01f5a..dc6df745 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ safety==1.10.3 types-requests==2.25.11 # Code formatting tools -autopep8==1.5.7 +autopep8==1.6.0 # HTML changelogs grip==4.5.2