module: update rope to version 0.17.0

Bumps [rope](https://github.com/python-rope/rope) from 0.16.0 to 0.17.0 (#17).
- [Release notes](https://github.com/python-rope/rope/releases)
- [Commits](https://github.com/python-rope/rope/compare/0.16.0...0.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-07 15:18:20 +02:00 committed by GitHub
parent a6700b4fe7
commit a571b5a63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pyyaml = '*'
requests = '*'
[dev-packages]
rope = '==0.16.0'
rope = '==0.17.0'
pylint = '==2.4.4'
yapf = '==0.29.0'
mypy = '== 0.770'