Skip to content

Commit

Permalink
ci(framework:skip) Update rope requirement from ==1.11.0 to ==1.13.0 (#…
Browse files Browse the repository at this point in the history
…3168)

Updates the requirements on [rope](https://github.com/python-rope/rope) to permit the latest version.
- [Release notes](https://github.com/python-rope/rope/releases)
- [Changelog](https://github.com/python-rope/rope/blob/1.13.0/CHANGELOG.md)
- [Commits](python-rope/rope@1.11.0...1.13.0)

---
updated-dependencies:
- dependency-name: rope
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taner Topal <taner@flower.dev>
  • Loading branch information
dependabot[bot] and tanertopal authored Jan 6, 2025
1 parent ab3c136 commit 6fc67ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pytest-watcher = "==0.4.3"
grpcio-tools = "==1.60.0"
mypy-protobuf = "==3.2.0"
jupyterlab = "==4.0.12"
rope = "==1.11.0"
rope = "==1.13.0"
semver = "==3.0.2"
sphinx = "==7.4.7"
sphinx-intl = "==2.2.0"
Expand Down

0 comments on commit 6fc67ad

Please sign in to comment.