From 08f2b9918e5702fa38f7534cbedee9a92ef4b1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 14:35:40 +0200 Subject: [PATCH] module: update rope to version 0.19 Updates the requirements on [rope](https://github.com/python-rope/rope) to permit the latest version (#37). - [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[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 182500d..e0ba18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requests = "~2.25" [tool.poetry.dev-dependencies] mypy = "0.812" pylint = "~2.7" -rope = "~0.18" +rope = "~0.19" yapf = "~0.31" [tool.yapf]