Bump rope from 0.20.1 to 0.22.0 (#115)

Bumps [rope](https://github.com/python-rope/rope) from 0.20.1 to 0.22.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/commits/0.22.0)

---
updated-dependencies:
- dependency-name: rope
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave G <davegallant@gmail.com>
This commit is contained in:
dependabot[bot]
2021-12-05 18:59:36 -05:00
committed by GitHub
parent f422135014
commit aba15cf0c3
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@@ -366,14 +366,14 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
[[package]]
name = "rope"
version = "0.20.1"
version = "0.22.0"
description = "a python refactoring library..."
category = "dev"
optional = false
python-versions = "*"
[package.extras]
dev = ["pytest", "pytest-timeout"]
dev = ["build", "pytest", "pytest-timeout"]
[[package]]
name = "six"
@@ -471,7 +471,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "b6470c684f37170b3c76c6a496ad6b4d884b25bc9544e5f635dc69500f95f57a"
content-hash = "ef8bed296d129c56d610827f288275b96a7056b25580c7a024ed5732541ccced"
[metadata.files]
appdirs = [
@@ -650,7 +650,8 @@ requests = [
{file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"},
]
rope = [
{file = "rope-0.20.1.tar.gz", hash = "sha256:505a2f6b4ac7b18e0429be179f4d8712243a194da5c866b0731f9d91ce7590bb"},
{file = "rope-0.22.0-py3-none-any.whl", hash = "sha256:2847220bf72ead09b5abe72b1edc9cacff90ab93663ece06913fc97324167870"},
{file = "rope-0.22.0.tar.gz", hash = "sha256:b00fbc064a26fc62d7220578a27fd639b2fad57213663cc396c137e92d73f10f"},
]
six = [
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},

View File

@@ -18,7 +18,7 @@ soupsieve = "<3.0"
pre-commit = "1.21.0"
pylint = "^2.12.0"
pytest = ">=4.6.6"
rope = "0.20.1"
rope = "0.22.0"
[tool.poetry.scripts]
rfd = "rfd.__main__:cli"