From 8a778980e0605e5bb1da59d20c10520d8457886f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 21:22:13 -0400 Subject: [PATCH] Bump rope from 0.16.0 to 0.18.0 (#84) Bumps [rope](https://github.com/python-rope/rope) from 0.16.0 to 0.18.0. - [Release notes](https://github.com/python-rope/rope/releases) - [Commits](https://github.com/python-rope/rope/compare/0.16.0...0.18.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 6fbee4c..f47c7e3 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.16.0 +rope==0.18.0 tox-travis==0.12