diff --git a/poetry.lock b/poetry.lock index d552a74..f0d5ed4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index 03ff3d0..92cf73b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"