chore(deps-dev): bump rope from 1.13.0 to 1.14.0

Bumps [rope](https://github.com/python-rope/rope) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-rope/rope/compare/1.13.0...1.14.0)

---
updated-dependencies:
- dependency-name: rope
  dependency-version: 1.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/rope-1.14.0
dependabot[bot] 2 months ago committed by GitHub
parent aaf9da8725
commit bb36b1ff12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
poetry.lock generated

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. # This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
[[package]] [[package]]
name = "astroid" name = "astroid"
@ -96,7 +96,7 @@ description = "Cross-platform colored terminal text."
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
groups = ["dev"] groups = ["dev"]
markers = "sys_platform == \"win32\" or platform_system == \"Windows\"" markers = "platform_system == \"Windows\" or sys_platform == \"win32\""
files = [ files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
@ -581,14 +581,14 @@ files = [
[[package]] [[package]]
name = "rope" name = "rope"
version = "1.13.0" version = "1.14.0"
description = "a python refactoring library..." description = "a python refactoring library..."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "rope-1.13.0-py3-none-any.whl", hash = "sha256:b435a0c0971244fdcd8741676a9fae697ae614c20cc36003678a7782f25c0d6c"}, {file = "rope-1.14.0-py3-none-any.whl", hash = "sha256:00a7ea8c0c376fc0b053b2f2f8ef3bfb8b50fecf1ebf3eb80e4f8bd7f1941918"},
{file = "rope-1.13.0.tar.gz", hash = "sha256:51437d2decc8806cd5e9dd1fd9c1306a6d9075ecaf78d191af85fc1dfface880"}, {file = "rope-1.14.0.tar.gz", hash = "sha256:8803e3b667315044f6270b0c69a10c0679f9f322ed8efe6245a93ceb7658da69"},
] ]
[package.dependencies] [package.dependencies]
@ -661,4 +661,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "f774f01a9f7a5b2068566d1adf607e388e055eeb6c59245e4ac820660337a9dc" content-hash = "b262eb1c61880a1bcd9b663154284f629740ed75e2c4730b89229031bbd905f2"

@ -21,7 +21,7 @@ typed-ast = {version="^1.5.5", markers="python_version<'3.8'"}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^8.4" pytest = "^8.4"
pylint = "^3.3" pylint = "^3.3"
rope = "^1.13" rope = "^1.14"
isort = "^5.13" isort = "^5.13"
black = "^24.4" black = "^24.4"
pre-commit = "^4.0.1" pre-commit = "^4.0.1"

Loading…
Cancel
Save