fontObfuscator
fontObfuscator copied to clipboard
Bump ujson from 4.0.2 to 5.7.0
Bumps ujson from 4.0.2 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)
@bwoodsend5.6.0
Added
- Update vendored double-conversion to 3.2.1 (#570)
@joemarshallFixed
5.5.0
Added
- Add support for Python 3.11 and PyPy3.9 (#564)
@hugovk- Add separators encoding parameter (#557)
@JustAnotherArchivistFixed
- Fix encoding of infinity (#80). (#562)
@bwoodsend5.4.0
Added
- Add support for arbitrary size integers (#548)
@JustAnotherArchivistFixed
- CVE-2022-31116:
- Replace
wchar_tstring decoding implementation with auint32_t-based one (#555)@JustAnotherArchivist- Fix handling of surrogates on decoding (#550)
@JustAnotherArchivist- CVE-2022-31117: Potential double free of buffer during string decoding
@JustAnotherArchivist- Fix memory leak on encoding errors when the buffer was resized (#549)
@JustAnotherArchivist- Integer parsing: always detect overflows (#544)
@NaN-git- Fix handling of surrogates on encoding (#530)
@JustAnotherArchivist5.3.0
Added
Changed
- Benchmark refactor - argparse CLI (#533)
@ErotemicFixed
... (truncated)
Commits
7ae42dcMerge pull request #575 from ultrajson/pre-commit-ci-update-config6811883[pre-commit.ci] pre-commit autoupdate1876c02Limit loading from bytes-like to just bytes() and bytearray() on PyPy.87dd117Support ujson.loads(bytearray(...)) and other bytes-like objects.1860724Merge pull request #571 from ultrajson/all-repos_autofix_add-3.12-devabb4951Test Python 3.12-dev2907fdeUpdate vendored double-conversion to 3.2.1 (#570)13da58cMerge pull request #569 from ultrajson/3.11-dev-to-3.117d5e8fcReplace 3.11-dev with 3.1187c74e3Merge pull request #568 from ultrajson/all-repos_autofix_all-repos-sed- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)