diff --git a/poetry.lock b/poetry.lock index 3007eb2..5c2cc0c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -366,14 +366,14 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "rope" -version = "0.20.1" +version = "0.22.0" description = "a python refactoring library..." category = "dev" optional = false python-versions = "*" [package.extras] -dev = ["pytest", "pytest-timeout"] +dev = ["build", "pytest", "pytest-timeout"] [[package]] name = "six" @@ -471,7 +471,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "b6470c684f37170b3c76c6a496ad6b4d884b25bc9544e5f635dc69500f95f57a" +content-hash = "ef8bed296d129c56d610827f288275b96a7056b25580c7a024ed5732541ccced" [metadata.files] appdirs = [ @@ -650,7 +650,8 @@ requests = [ {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, ] rope = [ - {file = "rope-0.20.1.tar.gz", hash = "sha256:505a2f6b4ac7b18e0429be179f4d8712243a194da5c866b0731f9d91ce7590bb"}, + {file = "rope-0.22.0-py3-none-any.whl", hash = "sha256:2847220bf72ead09b5abe72b1edc9cacff90ab93663ece06913fc97324167870"}, + {file = "rope-0.22.0.tar.gz", hash = "sha256:b00fbc064a26fc62d7220578a27fd639b2fad57213663cc396c137e92d73f10f"}, ] six = [ {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, diff --git a/pyproject.toml b/pyproject.toml index e503e68..5b6fcb1 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.20.1" +rope = "0.22.0" [tool.poetry.scripts] rfd = "rfd.__main__:cli"