From 3f65cb5d57a56511475341a3770164dd03ccf177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:03:55 +0000 Subject: [PATCH] Update rope requirement from ==1.11.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.11.0...1.13.0) --- updated-dependencies: - dependency-name: rope dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5258397d2f81..be69d9f07062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ pytest-watcher = "==0.4.1" grpcio-tools = "==1.60.0" mypy-protobuf = "==3.2.0" jupyterlab = "==4.0.12" -rope = "==1.11.0" +rope = "==1.13.0" semver = "==3.0.2" sphinx = "==6.2.1" sphinx-intl = "==2.1.0"