From 7fc4d2d2eb24a5eb17089ef0f956355c862f0732 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2020 11:43:20 +0000 Subject: [PATCH] Update autopep8 requirement from ~=1.4 to ~=1.5 Updates the requirements on [autopep8](https://github.com/hhatto/autopep8) to permit the latest version. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.4...v1.5) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1a6d5c88d..76898d3b5 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pre-commit = "~=1.13" [packages] selenium = "~=3.141" -autopep8 = "~=1.4" +autopep8 = "~=1.5" pytest = "~=4.0" pytest-cov = "~=2.8"