Bump rope from 0.22.0 to 0.23.0 (#123)

Bumps [rope](https://github.com/python-rope/rope) from 0.22.0 to 0.23.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/0.22.0...0.23.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]
2022-02-28 07:22:05 -05:00
committed by GitHub
parent 69ff622629
commit cca01264c6
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ soupsieve = "<3.0"
pre-commit = "1.21.0"
pylint = "^2.12.0"
pytest = ">=4.6.6"
rope = "0.22.0"
rope = "0.23.0"
[tool.poetry.scripts]
rfd = "rfd.__main__:cli"