From 395dde1c0969ce108428bc908589be8c85c8ea7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:00:54 +0000 Subject: [PATCH] build(deps-dev): bump autopep8 from 2.0.0 to 2.0.1 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-patch ... 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 a34a16bf..a0edf2a0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ safety==2.3.5 types-requests==2.28.11.5 # Code formatting tools -autopep8==2.0.0 +autopep8==2.0.1 # HTML changelogs grip==4.6.1