From 8dac2c475349574387b083cafa91f89ac78a7e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:18:20 +0000 Subject: [PATCH] Update rope requirement from ~=1.11.0 to ~=1.12.0 in /ada 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/master/CHANGELOG.md) - [Commits](https://github.com/python-rope/rope/compare/1.11.0...1.12.0) --- updated-dependencies: - dependency-name: rope dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ada/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ada/requirements.txt b/ada/requirements.txt index 584d558c..f6473e5c 100644 --- a/ada/requirements.txt +++ b/ada/requirements.txt @@ -1,5 +1,5 @@ colorama~=0.4.6 lxml rdflib==7.0.0 -rope~=1.11.0 +rope~=1.12.0 git+https://github.com/ge-high-assurance/RACK.git@vr/ScrapingToolKit#egg=ScrapingToolKit&subdirectory=ScrapingToolKit