pyrates / roll

Async, simple, fast: pick three! Roll is a pico framework with performances and aesthetic in mind.
http://roll.readthedocs.io/
27 stars 5 forks source link

Bump ujson from 2.0.3 to 5.7.0 #296

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps ujson from 2.0.3 to 5.7.0.

Release notes

Sourced from ujson's releases.

5.7.0

Added

  • Support ujson.loads(bytearray(...)) and other bytes-like objects. (#573) @​bwoodsend

5.6.0

Added

Fixed

5.5.0

Added

Fixed

5.4.0

Added

Fixed

5.3.0

Added

Changed

Fixed

... (truncated)

Commits
  • 7ae42dc Merge pull request #575 from ultrajson/pre-commit-ci-update-config
  • 6811883 [pre-commit.ci] pre-commit autoupdate
  • 1876c02 Limit loading from bytes-like to just bytes() and bytearray() on PyPy.
  • 87dd117 Support ujson.loads(bytearray(...)) and other bytes-like objects.
  • 1860724 Merge pull request #571 from ultrajson/all-repos_autofix_add-3.12-dev
  • abb4951 Test Python 3.12-dev
  • 2907fde Update vendored double-conversion to 3.2.1 (#570)
  • 13da58c Merge pull request #569 from ultrajson/3.11-dev-to-3.11
  • 7d5e8fc Replace 3.11-dev with 3.11
  • 87c74e3 Merge pull request #568 from ultrajson/all-repos_autofix_all-repos-sed
  • 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)