From 325c5c317d55edc1f211872e364b5518c0b1f830 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 09:25:31 -0500 Subject: [PATCH] Bump rope from 0.14.0 to 0.16.0 (#56) Bumps [rope](https://github.com/python-rope/rope) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/python-rope/rope/releases) - [Commits](https://github.com/python-rope/rope/compare/0.14.0...0.16.0) Signed-off-by: dependabot-preview[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f970642..6fbee4c 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.14.0 +rope==0.16.0 tox-travis==0.12