Bump ujson from 5.2.0 to 5.4.0 #2

Merged
dependabot[bot] merged 1 commits from dependabot/pip/ujson-5.4.0 into master 2022-07-06 13:34:09 +02:00
dependabot[bot] commented 2022-07-06 00:37:00 +02:00 (Migrated from github.com)

Bumps ujson from 5.2.0 to 5.4.0.

Release notes

Sourced from ujson's releases.

5.4.0

Added

Fixed

5.3.0

Added

Changed

Fixed

Commits
  • 9c20de0 Merge pull request from GHSA-fm67-cv37-96ff
  • b21da40 Fix double free on string decoding if realloc fails
  • 67ec071 Merge pull request #555 from JustAnotherArchivist/fix-decode-surrogates-2
  • bc7bdff Replace wchar_t string decoding implementation with a uint32_t-based one
  • cc70119 Merge pull request #548 from JustAnotherArchivist/arbitrary-ints
  • 4b5cccc Merge pull request #553 from bwoodsend/pypy-ci
  • abe26fc Merge pull request #551 from bwoodsend/bye-bye-travis
  • 3efb5cc Delete old TravisCI workflow and references.
  • 404de1a xfail test_decode_surrogate_characters() on Windows PyPy.
  • f7e66dc Switch to musl docker base images.
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.2.0 to 5.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ultrajson/ultrajson/releases">ujson's releases</a>.</em></p> <blockquote> <h2>5.4.0</h2> <h2>Added</h2> <ul> <li>Add support for arbitrary size integers (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/548">#548</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> </ul> <h2>Fixed</h2> <ul> <li>CVE-2022-31116: <ul> <li>Replace <code>wchar_t</code> string decoding implementation with a <code>uint32_t</code>-based one (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/555">#555</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> <li>Fix handling of surrogates on decoding (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/550">#550</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> </ul> </li> <li>CVE-2022-31117: Potential double free of buffer during string decoding <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> <li>Fix memory leak on encoding errors when the buffer was resized (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/549">#549</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> <li>Integer parsing: always detect overflows (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/544">#544</a>) <a href="https://github.com/NaN-git"><code>@​NaN-git</code></a></li> <li>Fix handling of surrogates on encoding (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/530">#530</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> </ul> <h2>5.3.0</h2> <h2>Added</h2> <ul> <li>Test Python 3.11 beta (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/539">#539</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> </ul> <h2>Changed</h2> <ul> <li>Benchmark refactor - argparse CLI (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/533">#533</a>) <a href="https://github.com/Erotemic"><code>@​Erotemic</code></a></li> </ul> <h2>Fixed</h2> <ul> <li>Fix segmentation faults when errors occur while handling unserialisable objects (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/531">#531</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> <li>Fix segmentation fault when an exception is raised while converting a dict key to a string (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/526">#526</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> <li>Fix memory leak dumping on non-string dict keys (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/521">#521</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> <li>Fix ref counting on repeated default function calls (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/524">#524</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li> <li>Remove redundant <code>wheel</code> dependency from <code>pyproject.toml</code> (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/535">#535</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ultrajson/ultrajson/commit/9c20de0f77b391093967e25d01fb48671104b15b"><code>9c20de0</code></a> Merge pull request from GHSA-fm67-cv37-96ff</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/b21da40ead640b6153783dad506e68b4024056ef"><code>b21da40</code></a> Fix double free on string decoding if realloc fails</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687"><code>67ec071</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/555">#555</a> from JustAnotherArchivist/fix-decode-surrogates-2</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/bc7bdff051e19188edf121c216b8250110abf39a"><code>bc7bdff</code></a> Replace wchar_t string decoding implementation with a uint32_t-based one</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/cc701192c7a20922f829b75e6ac1f5b6298fe7e9"><code>cc70119</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/548">#548</a> from JustAnotherArchivist/arbitrary-ints</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/4b5ccccd6a60c9821b8b7a0b841e7d8ca746e71b"><code>4b5cccc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/553">#553</a> from bwoodsend/pypy-ci</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/abe26fcd1d4405f2282b784325a87a8be4274c2e"><code>abe26fc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/551">#551</a> from bwoodsend/bye-bye-travis</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/3efb5ccde7402f4a342ec8161b5c8e18d7727ad3"><code>3efb5cc</code></a> Delete old TravisCI workflow and references.</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/404de1a66fa819e2e9c50a6f4b51da2fcab8991f"><code>404de1a</code></a> xfail test_decode_surrogate_characters() on Windows PyPy.</li> <li><a href="https://github.com/ultrajson/ultrajson/commit/f7e66dc554378e91200ab8866c8766ff0951a8ea"><code>f7e66dc</code></a> Switch to musl docker base images.</li> <li>Additional commits viewable in <a href="https://github.com/ultrajson/ultrajson/compare/5.2.0...5.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ujson&package-manager=pip&previous-version=5.2.0&new-version=5.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Programvareverkstedet/grzegorz/network/alerts). </details>
pbsds commented 2022-07-06 13:34:06 +02:00 (Migrated from github.com)
{"pull_request": "accepted", "action": "merge", "is_thankful": true}
```json {"pull_request": "accepted", "action": "merge", "is_thankful": true} ```
Sign in to join this conversation.
No description provided.