diff --git a/poetry.lock b/poetry.lock index 0fb7343..ebb8ed5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -366,7 +366,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "rope" -version = "0.22.0" +version = "0.23.0" description = "a python refactoring library..." category = "dev" optional = false @@ -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 = "654f31a53dcd42366b4f83993b6f3c104c1e1eadb432d8792f8cc6df79dda6e6" +content-hash = "27f29c099ed96f89aff3e97a0fc6a0c26ff7baefaece85da6f664b5f036110af" [metadata.files] appdirs = [ @@ -658,8 +658,8 @@ requests = [ {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, ] rope = [ - {file = "rope-0.22.0-py3-none-any.whl", hash = "sha256:2847220bf72ead09b5abe72b1edc9cacff90ab93663ece06913fc97324167870"}, - {file = "rope-0.22.0.tar.gz", hash = "sha256:b00fbc064a26fc62d7220578a27fd639b2fad57213663cc396c137e92d73f10f"}, + {file = "rope-0.23.0-py3-none-any.whl", hash = "sha256:edf2ed3c9b35a8814752ffd3ea55b293c791e5087e252461de898e953cf9c146"}, + {file = "rope-0.23.0.tar.gz", hash = "sha256:f87662c565086d660fc855cc07f37820267876634c3e9e51bddb32ff51547268"}, ] six = [ {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, diff --git a/pyproject.toml b/pyproject.toml index 5b6fcb1..e159fad 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.22.0" +rope = "0.23.0" [tool.poetry.scripts] rfd = "rfd.__main__:cli"