omnilib / aioitertools

itertools and builtins for AsyncIO and mixed iterables
https://aioitertools.omnilib.dev
MIT License
243 stars 24 forks source link

Bump usort from 1.0.1 to 1.0.2 #110

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps usort from 1.0.1 to 1.0.2.

Changelog

Sourced from usort's changelog.

1.0.2

Bugfix release

  • Fix unstable sorting from basic imports with mixed categories (#145, #146)
  • Fix documentation examples (#142)
  • Updated stdlibs for Python 3.10 (#138)
$ git shortlog -sn v1.0.1...
     7  dependabot[bot]
     5  John Reese
     2  Tim Hatch
Commits
  • 88fdc55 Prepare for 1.0.2
  • ae515cf Merge pull request #146 from jreese/mixed
  • 4a08796 Bump ufmt from 1.3.1.post1 to 1.3.2 (#143)
  • cae5269 Bump trailrunner from 1.1.1 to 1.1.3 (#144)
  • cbe93f9 Recalculate sort_key after sorting import items
  • 6f6f7cb Merge pull request #142 from thatch/fix-docs
  • ca83043 Bump sphinx-mdinclude and explicitly add mistune to deps
  • 4d97dce Add missing quote in toml block
  • 50a1de4 Bump stdlibs from 2021.4.1 to 2022.2.2 (#138)
  • a36bc5b Bump twine from 3.7.1 to 3.8.0 (#136)
  • 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)
amyreese commented 2 years ago

@dependabot rebase