From 653afc0d15afbfee6ed986d0912eb6ce19b8c581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:16:33 +0000 Subject: [PATCH] build(deps-dev): bump autopep8 from 1.6.0 to 1.7.0 Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.6.0...v1.7.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 0618d124..fc99ec6a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ safety==2.1.1 types-requests==2.28.8 # Code formatting tools -autopep8==1.6.0 +autopep8==1.7.0 # HTML changelogs grip==4.6.1