Bump rope from 1.0.0 to 1.1.0 (#131)

Bumps [rope](https://github.com/python-rope/rope) from 1.0.0 to 1.1.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/1.0.0...1.1.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>
This commit is contained in:
dependabot[bot]
2022-05-25 08:31:14 -04:00
committed by GitHub
parent 9c61c419aa
commit 9e3a92d548
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -367,7 +367,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
[[package]]
name = "rope"
version = "1.0.0"
version = "1.1.0"
description = "a python refactoring library..."
category = "dev"
optional = false
@@ -480,7 +480,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "1a23b1210a8e2c65167916fd492b145cff3cf0fc594b4f1367799ba1c51da8ca"
content-hash = "b8431615f547098e83277989e9af1cd978dbd22e95a8a26fa3da1d1bf88e784a"
[metadata.files]
"aspy.yaml" = [
@@ -674,8 +674,8 @@ requests = [
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
]
rope = [
{file = "rope-1.0.0-py3-none-any.whl", hash = "sha256:67749b582d57954f288b0441fae93e8f4c166d7e93fc29c430bd4db28ec904d0"},
{file = "rope-1.0.0.tar.gz", hash = "sha256:16f652d3002296778d463db329da6a05d914a4dbde30ea6da76362da06c0ebb7"},
{file = "rope-1.1.0-py3-none-any.whl", hash = "sha256:2f24190da86556dadab58ab2d5629d8410803cc3985ef9dbbf559d15e72d6607"},
{file = "rope-1.1.0.tar.gz", hash = "sha256:09aeb99b8932661a40cd3a0a9d2245271fa7a565806d45271aa79eebd69b5626"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},

View File

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