From 8a895202708922f558bd3a8ff74772c80733b4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 04:04:56 +0000 Subject: [PATCH] Deps: Bump rope from 1.8.0 to 1.9.0 Bumps [rope](https://github.com/python-rope/rope) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-rope/rope/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: rope dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e8f4d5d2..b69e18e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1332,21 +1332,22 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rope" -version = "1.8.0" +version = "1.9.0" description = "a python refactoring library..." optional = false python-versions = ">=3.7" files = [ - {file = "rope-1.8.0-py3-none-any.whl", hash = "sha256:0767424ed40ce237dcf1c1f5088054fef960e5b19f4a0850783a259a3600d7bd"}, - {file = "rope-1.8.0.tar.gz", hash = "sha256:3de1d1f1cf2412540c6a150067fe25298175e7c2b72455b6ca8395f61678da82"}, + {file = "rope-1.9.0-py3-none-any.whl", hash = "sha256:2ed32d72cd2c4395bb1d569e38fd4f15d6080cfadd61b6e5c565fd39e3f677aa"}, + {file = "rope-1.9.0.tar.gz", hash = "sha256:f48d708132c0e062b411308732ca13933b976486b4b53d1e804f94ed08d69503"}, ] [package.dependencies] pytoolconfig = {version = ">=1.2.2", extras = ["global"]} [package.extras] -dev = ["build (>=0.7.0)", "pip-tools (>=6.12.1)", "pre-commit (>=2.20.0)", "pytest (>=7.0.1)", "pytest-timeout (>=2.1.0)", "toml (>=0.10.2)"] +dev = ["build (>=0.7.0)", "pre-commit (>=2.20.0)", "pytest (>=7.0.1)", "pytest-timeout (>=2.1.0)"] doc = ["pytoolconfig[doc]", "sphinx (>=4.5.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx-rtd-theme (>=1.0.0)"] +release = ["pip-tools (>=6.12.1)", "toml (>=0.10.2)", "twine (>=4.0.2)"] [[package]] name = "semver" @@ -1729,4 +1730,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "f9d1df277afd8e91bbcecb98ebaf83e78f8acaa0513b4ce15583c8d6cd092ae2" +content-hash = "8de30b311b78f84f8bddfe3b32f23e2b412b1c698d6c355d3374cd5d4a361e01" diff --git a/pyproject.toml b/pyproject.toml index d3645f8a..869a77bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ autohooks-plugin-isort = ">=22.8.0" pontos = ">=22.8.1" sphinx = "^5.3.0" coverage = "^7.2" -rope = "^1.8.0" +rope = "^1.9.0" furo = "^2023.3.27" [tool.black]