chore(deps-dev): bump rope from 0.14.0 to 0.23.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/661/head
dependabot[bot] 4 years ago committed by GitHub
parent eaf3e98304
commit f0497cb3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
poetry.lock generated

@ -283,12 +283,15 @@ python-versions = "*"
[[package]] [[package]]
name = "rope" name = "rope"
version = "0.14.0" version = "0.23.0"
description = "a python refactoring library..." description = "a python refactoring library..."
category = "dev" category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
[package.extras]
dev = ["build", "pytest", "pytest-timeout"]
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.10.0" version = "0.10.0"
@ -328,7 +331,7 @@ testing = ["jaraco.itertools", "func-timeout"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6" python-versions = "^3.6"
content-hash = "97ad2fbb808bd5bc77925987a729514d08127024752bc41557762f758f29b067" content-hash = "f2e5d74d935c47c595ac273daa903cc4aa522e421af76a51f1d8d077e3e2ddb8"
[metadata.files] [metadata.files]
appdirs = [ appdirs = [
@ -550,9 +553,8 @@ regex = [
{file = "regex-2020.2.20.tar.gz", hash = "sha256:9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5"}, {file = "regex-2020.2.20.tar.gz", hash = "sha256:9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5"},
] ]
rope = [ rope = [
{file = "rope-0.14.0-py2-none-any.whl", hash = "sha256:6b728fdc3e98a83446c27a91fc5d56808a004f8beab7a31ab1d7224cecc7d969"}, {file = "rope-0.23.0-py3-none-any.whl", hash = "sha256:edf2ed3c9b35a8814752ffd3ea55b293c791e5087e252461de898e953cf9c146"},
{file = "rope-0.14.0-py3-none-any.whl", hash = "sha256:f0dcf719b63200d492b85535ebe5ea9b29e0d0b8aebeb87fe03fc1a65924fdaf"}, {file = "rope-0.23.0.tar.gz", hash = "sha256:f87662c565086d660fc855cc07f37820267876634c3e9e51bddb32ff51547268"},
{file = "rope-0.14.0.tar.gz", hash = "sha256:c5c5a6a87f7b1a2095fb311135e2a3d1f194f5ecb96900fdd0a9100881f48aaf"},
] ]
toml = [ toml = [
{file = "toml-0.10.0-py2.7.egg", hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3"}, {file = "toml-0.10.0-py2.7.egg", hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3"},

@ -19,7 +19,7 @@ contextvars = { version = "^2.4", python = "~3.6" }
pytest = "^6.2" pytest = "^6.2"
pylint = "^2.7" pylint = "^2.7"
black = {version = "^19.0", allow-prereleases = true} black = {version = "^19.0", allow-prereleases = true}
rope = "^0.14.0" rope = "^0.23.0"
isort = "^4.3" isort = "^4.3"
[tool.black] [tool.black]

Loading…
Cancel
Save