From a571b5a63e3052035bf64eb2bb09e2b04790479b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 15:18:20 +0200 Subject: [PATCH] module: update rope to version 0.17.0 Bumps [rope](https://github.com/python-rope/rope) from 0.16.0 to 0.17.0 (#17). - [Release notes](https://github.com/python-rope/rope/releases) - [Commits](https://github.com/python-rope/rope/compare/0.16.0...0.17.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3f44f80..a3d26f3 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pyyaml = '*' requests = '*' [dev-packages] -rope = '==0.16.0' +rope = '==0.17.0' pylint = '==2.4.4' yapf = '==0.29.0' mypy = '== 0.770'