From 978364caccefc51379ad1d086dd34d5bf9b797b9 Mon Sep 17 00:00:00 2001 From: Jurijs Kolomijecs Date: Wed, 22 Jun 2022 23:29:49 +0300 Subject: [PATCH] Upgrade rope dependency as suggested by dependabot --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62ac57f4..4f7fe12c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ contextvars = { version = "^2.4", python = "~3.6" } pytest = "^6.2" pylint = "^2.7" black = {version = "^19.0", allow-prereleases = true} -rope = "^0.14.0" +rope = "^1.1.1" isort = "^4.3" [tool.black]