Skip to content

Commit

Permalink
Deps: Bump rope from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [rope](https://github.com/python-rope/rope) from 1.8.0 to 1.9.0.
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](python-rope/rope@1.8.0...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and timopollmeier committed Jun 30, 2023
1 parent 7006278 commit 5cb8a40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uritemplate = ">=3.0.1,<5.0.0"
djangorestframework = "=3.11.2"
coreapi = "^2.3.3"
weasyprint = ">=51,<60"
rope = ">=0.17,<1.9"
rope = ">=0.17,<1.10"
sentry-sdk = { version="^1.1.0", optional=true}

[tool.poetry.dev-dependencies]
Expand All @@ -41,7 +41,7 @@ autohooks = "^23.1.0"
autohooks-plugin-pylint = "^22.8.1"
autohooks-plugin-black = {version = "^22.11.0", python = "^3.6"}
black = {version = "23.3.0", python = "^3.6"}
rope = ">=0.17,<1.9"
rope = ">=0.17,<1.10"
pontos = ">=21.6.3"

[tool.poetry.extras]
Expand Down

0 comments on commit 5cb8a40

Please sign in to comment.