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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-02 12:05:07 -04:00
committed by GitHub
parent bb75c16fc6
commit 36e803215c
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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"