From 36e803215c3212a84894ac348f795aa6415684c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:05:07 -0400 Subject: [PATCH] Bump rope from 1.9.0 to 1.10.0 (#317) Bumps [rope](https://github.com/python-rope/rope) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-rope/rope/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: rope dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8675b93..3136b9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -641,13 +641,13 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "rope" -version = "1.9.0" +version = "1.10.0" description = "a python refactoring library..." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "rope-1.9.0-py3-none-any.whl", hash = "sha256:2ed32d72cd2c4395bb1d569e38fd4f15d6080cfadd61b6e5c565fd39e3f677aa"}, - {file = "rope-1.9.0.tar.gz", hash = "sha256:f48d708132c0e062b411308732ca13933b976486b4b53d1e804f94ed08d69503"}, + {file = "rope-1.10.0-py3-none-any.whl", hash = "sha256:4e9f06d7296708a8a6518590c49352c99394053d91fde5b1d74c9ffc85c76d5b"}, + {file = "rope-1.10.0.tar.gz", hash = "sha256:14bfcc7dfea69fa32c53db0667e86e321ef059de555c7f8101a0cb91c8d85a55"}, ] [package.dependencies] @@ -811,4 +811,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b844f83ed4ec0afeca4465bbc0f37fff4aca1049ec71fd1482f5b6011d809564" +content-hash = "8b56f7a4f48763b62fb302fc58d5990cf12b2d992de4f344fbffa92ddc805c64" diff --git a/pyproject.toml b/pyproject.toml index 42bef69..527dd4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ apprise = "^1.5.0" pytest = "^7.4.2" black = "^23.9.1" pylint = "^2.17.6" -rope = "^1.9.0" +rope = "^1.10.0" mypy = "^1.5.1" types-requests = "^2.31.0.5"