From 6e4819e1431557740d4c44866cb4ca25f51ded91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:02:15 +0000 Subject: [PATCH] Bump rope from 0.19.0 to 1.7.0 in /.devcontainer Bumps [rope](https://github.com/python-rope/rope) from 0.19.0 to 1.7.0. - [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/0.19.0...1.7.0) --- updated-dependencies: - dependency-name: rope dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 41051a7..7db9d66 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -1,5 +1,5 @@ black==21.6b0 pre-commit==2.13.0 pytest==6.2.4 -rope==0.19.0 +rope==1.7.0 flake8==3.9.2