From efd8ca4d0040d3373436f9ad81231702ddecef5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 Apr 2019 14:13:56 +0000 Subject: [PATCH] Bump autopep8 from 1.4.0 to 1.4.3 Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.4.0 to 1.4.3. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.4...v1.4.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bf8dffe..47a71a19 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], extras_require = { "dev": [ - "autopep8 == 1.4.0", + "autopep8 ==1.4.3", "flake8 >= 3.5.0, < 3.6.0", "flake8-print", "pycodestyle >= 2.3.0, < 2.4.0", # To avoid incompatibility with flake