omnilib / sphinx-mdinclude

Markdown extension for Sphinx
https://sphinx-mdinclude.omnilib.dev
MIT License
21 stars 11 forks source link

Bump usort from 1.0.4 to 1.0.7 #35

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps usort from 1.0.4 to 1.0.7.

Changelog

Sourced from usort's changelog.

1.0.7

Maintenance release

  • Added pre-commit hook for usort (#261, #260)
  • Fixed tests for LibCST 1.0 release and native parser
$ git shortlog -sn v1.0.6...
     3  Amethyst Reese

1.0.6

Bugfix release

  • Fix dropped inline comments on last import item without trailing comma (#251, #249)
$ git shortlog -sn v1.0.5...
     4  Amethyst Reese

1.0.5

Bugfix release

  • Fix AssertionError when sorting multiple statements on one line (#203, #204)
  • Deprecated: Python 3.6 support will be dropped in v1.1.0 (#154)
$ git shortlog -sn v1.0.4...
     4  Amethyst Reese
Commits
  • 77c2d3e Changelog updates for 1.0.7
  • d242659 Simple pre-commit hook for usort
  • d72adf0 Fix test for libcst 1.0 and native parser
  • e93b8b1 Restrict libcst to <1 for compat issues
  • d76f953 Prepare for 1.0.6 release
  • 9030a2d More name updates
  • 4905e0a Correctly track inline comments on items without trailing commas
  • 5f5d83b Update backcompat script to not compare with newer versions
  • ca91a4d Bugfix release v1.0.5
  • eeb86ec Update repo urls with new org
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)