From 03c2e6a26c95093ed1ee98fe3b43b279643740fc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 5 Feb 2021 06:07:38 +0000
Subject: [PATCH] Bump autopep8 from 1.5.4 to 1.5.5

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](https://github.com/hhatto/autopep8/compare/v1.5.4...v1.5.5)

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 7acc86b3..ebda25e4 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -16,7 +16,7 @@ pep8-naming==0.11.1
 safety==1.10.3
 
 # Code formatting tools
-autopep8==1.5.4
+autopep8==1.5.5
 
 # HTML changelogs
 grip==4.5.2