Bump rope from 1.7.0 to 1.8.0 (#286)

Bumps [rope](https://github.com/python-rope/rope) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-rope/rope/compare/1.7.0...1.8.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-05-08 21:12:44 -04:00
committed by GitHub
parent 44953d8efa
commit 3f63f46aa5
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -662,21 +662,21 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
[[package]]
name = "rope"
version = "1.7.0"
version = "1.8.0"
description = "a python refactoring library..."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "rope-1.7.0-py3-none-any.whl", hash = "sha256:893dd80ba7077fc9f6f42b0a849372076b70f1d6e405b9f0cc52781ffa0e6890"},
{file = "rope-1.7.0.tar.gz", hash = "sha256:ba39581d0f8dee4ae8b5b5e82e35d03cebad965ccb127b7eaab9755cdc85e85a"},
{file = "rope-1.8.0-py3-none-any.whl", hash = "sha256:0767424ed40ce237dcf1c1f5088054fef960e5b19f4a0850783a259a3600d7bd"},
{file = "rope-1.8.0.tar.gz", hash = "sha256:3de1d1f1cf2412540c6a150067fe25298175e7c2b72455b6ca8395f61678da82"},
]
[package.dependencies]
pytoolconfig = {version = ">=1.2.2", extras = ["global"]}
[package.extras]
dev = ["build (>=0.7.0)", "pre-commit (>=2.20.0)", "pytest (>=7.0.1)", "pytest-timeout (>=2.1.0)"]
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)"]
doc = ["pytoolconfig[doc]", "sphinx (>=4.5.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx-rtd-theme (>=1.0.0)"]
[[package]]
@@ -839,4 +839,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "e98964599b258d23a9c48d7c9697f22203fa2be616e7571121a1650af3d39ef8"
content-hash = "31b400672f6b001e356844176a02deea384c88567492af6efdae91b02cdb9fcb"

View File

@@ -17,7 +17,7 @@ apprise = "^1.3.0"
pytest = "^7.3.1"
black = "^23.3.0"
pylint = "^2.17.4"
rope = "^1.7.0"
rope = "^1.8.0"
mypy = "^1.2.0"
types-requests = "^2.29.0.0"