From 8a9e84a30a3ce11b0d6930fc2fe5f5b4fdf0dc59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 16:53:16 -0400 Subject: [PATCH] Bump rope from 0.19.0 to 0.20.1 (#109) Bumps [rope](https://github.com/python-rope/rope) from 0.19.0 to 0.20.1. - [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/commits) --- updated-dependencies: - dependency-name: rope dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 29f5675..92ab043 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,14 +352,14 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "rope" -version = "0.19.0" +version = "0.20.1" description = "a python refactoring library..." category = "dev" optional = false python-versions = "*" [package.extras] -dev = ["pytest"] +dev = ["pytest", "pytest-timeout"] [[package]] name = "six" @@ -457,7 +457,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "027331f27ffe1499fd3487df56da6345189755f74aed973fa344e001ab23ff19" +content-hash = "55d7bcb764c498594d20308a8b755fab14c0c63409fa6387105f536872a7eb18" [metadata.files] appdirs = [ @@ -633,7 +633,7 @@ requests = [ {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, ] rope = [ - {file = "rope-0.19.0.tar.gz", hash = "sha256:64e6d747532e1f5c8009ec5aae3e5523a5bcedf516f39a750d57d8ed749d90da"}, + {file = "rope-0.20.1.tar.gz", hash = "sha256:505a2f6b4ac7b18e0429be179f4d8712243a194da5c866b0731f9d91ce7590bb"}, ] six = [ {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, diff --git a/pyproject.toml b/pyproject.toml index d5a7f3b..a30adb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ soupsieve = "<3.0" pre-commit = "1.21.0" pylint = "^2.9.6" pytest = ">=4.6.6" -rope = "0.19.0" +rope = "0.20.1" [tool.poetry.scripts] rfd = "rfd.__main__:cli"