From 3288c8d3df01d21a13a196e31c175ab969eb03f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 05:30:53 +0000 Subject: [PATCH] Update rope requirement from ~=1.7.0 to ~=1.13.0 Updates the requirements on [rope](https://github.com/python-rope/rope) to permit the latest version. - [Release notes](https://github.com/python-rope/rope/releases) - [Changelog](https://github.com/python-rope/rope/blob/1.13.0/CHANGELOG.md) - [Commits](https://github.com/python-rope/rope/compare/1.7.0...1.13.0) --- updated-dependencies: - dependency-name: rope dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fe004cf..aa475c1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ pylint invoke coverage coveralls~=3.3.1 -rope~=1.7.0 +rope~=1.13.0 Sphinx~=7.2.6 hfilesize~=0.1.0 humanize~=4.9