Bump rope from 0.23.0 to 1.0.0 (#126)

Bumps [rope](https://github.com/python-rope/rope) from 0.23.0 to 1.0.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/0.23.0...1.0.0)

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

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]
2022-04-08 07:41:19 -04:00
committed by GitHub
parent b8a863650f
commit 47b7785e42
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -366,11 +366,11 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
[[package]]
name = "rope"
version = "0.23.0"
version = "1.0.0"
description = "a python refactoring library..."
category = "dev"
optional = false
python-versions = "*"
python-versions = ">=3"
[package.extras]
dev = ["build", "pytest", "pytest-timeout"]
@@ -479,7 +479,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "44543f7c48e6f645e654648161d69bfdcc890c32442c1ee23d44cef7de0d1886"
content-hash = "0b4888c3b43f18de4f3af40e1fe2c2f8bc4f911c31312afcee879d8af3409e5f"
[metadata.files]
appdirs = [
@@ -658,8 +658,8 @@ requests = [
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
]
rope = [
{file = "rope-0.23.0-py3-none-any.whl", hash = "sha256:edf2ed3c9b35a8814752ffd3ea55b293c791e5087e252461de898e953cf9c146"},
{file = "rope-0.23.0.tar.gz", hash = "sha256:f87662c565086d660fc855cc07f37820267876634c3e9e51bddb32ff51547268"},
{file = "rope-1.0.0-py3-none-any.whl", hash = "sha256:67749b582d57954f288b0441fae93e8f4c166d7e93fc29c430bd4db28ec904d0"},
{file = "rope-1.0.0.tar.gz", hash = "sha256:16f652d3002296778d463db329da6a05d914a4dbde30ea6da76362da06c0ebb7"},
]
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.23.0"
rope = "1.0.0"
[tool.poetry.scripts]
rfd = "rfd.__main__:cli"