Bump rope from 1.10.0 to 1.11.0 (#334)

Bumps [rope](https://github.com/python-rope/rope) from 1.10.0 to 1.11.0.
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-rope/rope/compare/1.10.0...1.11.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-11-08 14:23:49 -05:00
committed by GitHub
parent 9983a3cf5d
commit 49f128648a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -619,13 +619,13 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]]
name = "rope"
version = "1.10.0"
version = "1.11.0"
description = "a python refactoring library..."
optional = false
python-versions = ">=3.8"
files = [
{file = "rope-1.10.0-py3-none-any.whl", hash = "sha256:4e9f06d7296708a8a6518590c49352c99394053d91fde5b1d74c9ffc85c76d5b"},
{file = "rope-1.10.0.tar.gz", hash = "sha256:14bfcc7dfea69fa32c53db0667e86e321ef059de555c7f8101a0cb91c8d85a55"},
{file = "rope-1.11.0-py3-none-any.whl", hash = "sha256:62c9028353d1f020653bd1b090d659031539842ede6bd65985f86db3d6430932"},
{file = "rope-1.11.0.tar.gz", hash = "sha256:ac0cbdcda5a546e1e56c54976df07ea2cb04c806f65459bc213536c5d1bc073e"},
]
[package.dependencies]
@@ -717,4 +717,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "2915a476304ad94f3cde1cc9fa2f22529ac6a0bf0a62e79e79ab52de439dafcb"
content-hash = "00979c9866f0aabeb16e69c97e332e30dd0ac1639634ff287fb13f27c016b9b5"

View File

@@ -17,7 +17,7 @@ apprise = "^1.6.0"
pytest = "^7.4.3"
black = "^23.10.1"
pylint = "^3.0.2"
rope = "^1.10.0"
rope = "^1.11.0"
mypy = "^1.6.1"
types-requests = "^2.31.0.10"