CBLoader / CBParts

Part Index
https://cbloader.vorpald20.com/
4 stars 1 forks source link

Bump rope from 1.3.0 to 1.5.0 #167

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rope from 1.3.0 to 1.5.0.

Changelog

Sourced from rope's changelog.

Release 1.5.0

Release 1.4.0

Bug fixes

  • #506, #507 Fix issue with parsing function call args list
  • #411, #505 Fix extracting generator without parens
  • #18, #510 When the function is a builtin function, the call parameter's name was sometimes incorrectly identified as an AssignedName. This led to rename refactoring incorrectly renaming these parameters.
Commits
  • c402fb2 Bump version
  • decdf4d Update CHANGELOG.md
  • 01c6ffe Add Documentation link to pyproject.toml
  • a261b13 Merge pull request #527 from python-rope/lieryan-514-fix-multiline-inline
  • b7e8fe5 Update CHANGELOG.md
  • a7df3cf Retain multiline expressions when inlining
  • 91dcadf Add some type annotations
  • eb6c3c7 Remove unittest2
  • d3fca6a Merge pull request #526 from python-rope/pytest-ini-to-pyproject-toml
  • c849d0a Be more generous with whitespace
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #168.