fontObfuscator
fontObfuscator copied to clipboard
Bump ujson from 4.0.2 to 5.5.0
Bumps ujson from 4.0.2 to 5.5.0.
Release notes
Sourced from ujson's releases.
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
- Fix segmentation faults when errors occur while handling unserialisable objects (#531)
@JustAnotherArchivist- Fix segmentation fault when an exception is raised while converting a dict key to a string (#526)
@JustAnotherArchivist- Fix memory leak dumping on non-string dict keys (#521)
@JustAnotherArchivist- Fix ref counting on repeated default function calls (#524)
@JustAnotherArchivist- Remove redundant
wheeldependency frompyproject.toml(#535)@hugovk5.2.0
Added
- Support parsing NaN, Infinity and -Infinity (#514)
@Erotemic- Support dynamically linking against system double-conversion library (#508)
@musicinmybrain- Add env var to control stripping debug info (#507)
@musicinmybrain- Add
JSONDecodeError(#498)@JustAnotherArchivist
... (truncated)
Commits
d84c832Merge pull request #564 from hugovk/add-3.11b5ce312Create wheel for PyPy3.968493f8Extract single matrix factor734a569Support Python 3.11b29c9d5GHA: Use ubuntu-latest (except pin to latest 22.04 for benchmark)565429bBump actions203f311Appease setuptools deprecation of license_file.b18f60dFix encoding of infinity (#80).bcdc041Merge pull request #561 from ultrajson/all-repos_autofix_pypa/gh-action-pypi-...cdcbca1Replace deprecated pypa/gh-action-pypi-publish@master with@release/v1- 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)