From bbde2df69cb240c07e5eba39ab54beac26177156 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Apr 2022 21:05:04 +0000 Subject: [PATCH] chore(deps): update dependency rope to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db18b06..2122099 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ gitpython = "^3.1" [tool.poetry.dev-dependencies] tox = "^3.14" tox-pyenv = "^1.1" -rope = "^0" +rope = "^1" [tool.poetry.extras] test = ["pytest", "pytest-cov", "pytest-mock", "pytest-html", "pytest-asyncio", "PyHamcrest"]