Skip to content

Commit

Permalink
Bump orjson from 3.9.5 to 3.10.11 (#3176)
Browse files Browse the repository at this point in the history
Bumps [orjson](https://github.com/ijl/orjson) from 3.9.5 to 3.10.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ijl/orjson/releases">orjson's
releases</a>.</em></p>
<blockquote>
<h2>3.10.11</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance of UUIDs.</li>
<li>Publish PyPI wheels with trusted publishing and PEP 740
attestations.</li>
<li>Include text of licenses for vendored dependencies.</li>
</ul>
<h2>3.10.10</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>int</code> serialization on <code>s390x</code>. This was
introduced in 3.10.8.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Publish aarch64 manylinux_2_17 wheel for 3.13 to PyPI.</li>
</ul>
<h2>3.10.9</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>int</code> serialization on 32-bit Python 3.8, 3.9, 3.10.
This was
introduced in 3.10.8.</li>
</ul>
<h2>3.10.8</h2>
<h3>Changed</h3>
<ul>
<li><code>int</code> serialization no longer chains
<code>OverflowError</code> to the
the <code>__cause__</code> attribute of
<code>orjson.JSONEncodeError</code> when range exceeded.</li>
<li>Compatibility with CPython 3.14 alpha 1.</li>
<li>Improve performance.</li>
</ul>
<h2>3.10.7</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance of stable Rust amd64 builds.</li>
</ul>
<h2>3.10.6</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance.</li>
</ul>
<h2>3.10.5</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance.</li>
</ul>
<h2>3.10.4</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ijl/orjson/blob/master/CHANGELOG.md">orjson's
changelog</a>.</em></p>
<blockquote>
<h2>3.10.11</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance of UUIDs.</li>
<li>Publish PyPI wheels with trusted publishing and PEP 740
attestations.</li>
<li>Include text of licenses for vendored dependencies.</li>
</ul>
<h2>3.10.10</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>int</code> serialization on <code>s390x</code>. This was
introduced in 3.10.8.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Publish aarch64 manylinux_2_17 wheel for 3.13 to PyPI.</li>
</ul>
<h2>3.10.9</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>int</code> serialization on 32-bit Python 3.8, 3.9, 3.10.
This was
introduced in 3.10.8.</li>
</ul>
<h2>3.10.8</h2>
<h3>Changed</h3>
<ul>
<li><code>int</code> serialization no longer chains
<code>OverflowError</code> to the
the <code>__cause__</code> attribute of
<code>orjson.JSONEncodeError</code> when range exceeded.</li>
<li>Compatibility with CPython 3.14 alpha 1.</li>
<li>Improve performance.</li>
</ul>
<h2>3.10.7 - 2024-08-08</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance of stable Rust amd64 builds.</li>
</ul>
<h2>3.10.6 - 2024-07-02</h2>
<h3>Changed</h3>
<ul>
<li>Improve performance.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ijl/orjson/commit/2e3d96d2d0717b56616cb45306eb39169f5646f5"><code>2e3d96d</code></a>
3.10.11</li>
<li><a
href="https://github.com/ijl/orjson/commit/2038206353a3d8c46889d53dda993b7d05e8dd74"><code>2038206</code></a>
Trusted publisher and attestations, build misc</li>
<li><a
href="https://github.com/ijl/orjson/commit/f1cbc0a358edc72120c00b9cbf647e5e64776986"><code>f1cbc0a</code></a>
Simplify datetime, uuid serialization</li>
<li><a
href="https://github.com/ijl/orjson/commit/d595cd17fcb1018f008ba924c8aab3555d065563"><code>d595cd1</code></a>
Add license files from pyo3 upstream for vendored crates</li>
<li><a
href="https://github.com/ijl/orjson/commit/49187833e7671747d3d0dd18b0f9688327aa8947"><code>4918783</code></a>
3.10.10</li>
<li><a
href="https://github.com/ijl/orjson/commit/e1f64bf0d02632e6ef212f223bd125da8decf345"><code>e1f64bf</code></a>
setup-qemu-container, restrict inline_int, cargo update</li>
<li><a
href="https://github.com/ijl/orjson/commit/e331c52da9282dddf645f472fc812cfddd5f37fa"><code>e331c52</code></a>
3.10.9</li>
<li><a
href="https://github.com/ijl/orjson/commit/4ba2c7faa9902793a3dfd181f5ab3f85458d695a"><code>4ba2c7f</code></a>
inline_int</li>
<li><a
href="https://github.com/ijl/orjson/commit/3be7253a6fc10793049ec1b3b646d1350c763ab0"><code>3be7253</code></a>
3.10.8</li>
<li><a
href="https://github.com/ijl/orjson/commit/92f7b8cbe2b0e27cb668dc2cae336dae872ecc49"><code>92f7b8c</code></a>
int uses _PyLong_AsByteArray()</li>
<li>Additional commits viewable in <a
href="https://github.com/ijl/orjson/compare/3.9.5...3.10.11">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| orjson | [< 3.10, > 3.9.5] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=orjson&package-manager=pip&previous-version=3.9.5&new-version=3.10.11)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 9d0dd60 commit 22c39c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker
requests<2.32.0

# Tracing
orjson==3.9.5 # orjson recommended for viztracer
orjson==3.10.11 # orjson recommended for viztracer
py-spy==0.3.14
viztracer==0.15.6

Expand Down

0 comments on commit 22c39c0

Please sign in to comment.