diff --git a/poetry.lock b/poetry.lock index 999a239d..594c66ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -511,7 +511,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "rope" -version = "0.21.1" +version = "0.22.0" description = "a python refactoring library..." category = "dev" optional = false @@ -726,7 +726,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "23ffa6e8be01466af85b611f75bdb1e31bfe38a0dde9380630e39b8fc328b144" +content-hash = "198be89c38b0e791348a00b02c1fa6b31cad47bd697aaf75913fc3c10f625871" [metadata.files] alabaster = [ @@ -1042,8 +1042,8 @@ requests = [ {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, ] rope = [ - {file = "rope-0.21.1-py3-none-any.whl", hash = "sha256:7fa433eb946bf806a419a3da354cd9b56d565cadf7159952c8e71c72d4b1a8ec"}, - {file = "rope-0.21.1.tar.gz", hash = "sha256:4fe61ea25ca64f1819be57fbb44ee07ca98b3dce08a0ceaaf3c6d6166b603f7f"}, + {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.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, diff --git a/pyproject.toml b/pyproject.toml index b9414a35..40726c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest = "^6.2" pytest-cov = "^3.0" sphinx = "^4.3" sphinx-rtd-theme = "^1.0.0" -rope = "^0.21.1" +rope = "^0.22.0" isort = {version = "^5.6",extras = ["pyproject"]} flake8-bugbear = "^21.9.2" flake8-builtins = "^1.5.3"