From 9406a151da628442565c2f135b8c738e1531a4f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:14:59 -0400 Subject: [PATCH] Bump rope from 0.18.0 to 0.19.0 (#85) Bumps [rope](https://github.com/python-rope/rope) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/python-rope/rope/releases) - [Commits](https://github.com/python-rope/rope/compare/0.18.0...0.19.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f47c7e3..2e61518 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pre-commit==1.21.0 pylint pytest>=4.6.6 -rope==0.18.0 +rope==0.19.0 tox-travis==0.12