From 215d902a9e1fa88281b689c6939782d6e8bf5c83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 23:14:01 +0000 Subject: [PATCH] Bump autopep8 from 1.5.4 to 1.5.6 Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.4 to 1.5.6. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.5.4...v1.5.6) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1c792e..549b440 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], extras_require = { 'dev': [ - "autopep8 ==1.5.4", + "autopep8 ==1.5.6", "flake8 >=3.8.0,<3.9.0", "flake8-print", "papermill",