From e34a4a4758dd5462ef07471cef5a6ff1789f89b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 16:40:29 +0100 Subject: [PATCH] Bump rope from 0.18.0 to 0.19.0 (#39) Bumps [rope](https://github.com/python-rope/rope) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/python-rope/rope/releases) - [Commits](https://github.com/python-rope/rope/compare/0.18.0...0.19.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c55078..a7f78f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1086,7 +1086,7 @@ six = ">=1.7.0" [[package]] name = "rope" -version = "0.18.0" +version = "0.19.0" description = "a python refactoring library..." category = "dev" optional = false @@ -1307,7 +1307,7 @@ extras = ["beautifulsoup4", "weasyprint"] [metadata] lock-version = "1.1" python-versions = ">=3.6.1, <4.0" -content-hash = "32e18a195bf869802f3f864057b46fd05b4287a50eec494dac2567ec996cb540" +content-hash = "980a809b7bde198565b1e4f91b4dc9c2a9e5da65769c6d911a78c884ff07c68d" [metadata.files] appdirs = [ @@ -2048,7 +2048,7 @@ retrying = [ {file = "retrying-1.3.3.tar.gz", hash = "sha256:08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b"}, ] rope = [ - {file = "rope-0.18.0.tar.gz", hash = "sha256:786b5c38c530d4846aa68a42604f61b4e69a493390e3ca11b88df0fbfdc3ed04"}, + {file = "rope-0.19.0.tar.gz", hash = "sha256:64e6d747532e1f5c8009ec5aae3e5523a5bcedf516f39a750d57d8ed749d90da"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index c64b0c7..98d28b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ weasyprint = {version = ">=51", optional = true} black = "^20.8b1" pytest = "^6.2.2" pyment = "^0.3.3" -rope = "^0.18.0" +rope = "^0.19.0" IPython = "^7.3" jedi = "0.17.2" mkdocs = "^1.1.2"