Skip to content

Commit

Permalink
Bump orjson from 3.10.7 to 3.10.12 (#1678)
Browse files Browse the repository at this point in the history
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.12.
<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.12</h2>
<h3>Changed</h3>
<ul>
<li>Publish PyPI manylinux i686 wheels.</li>
<li>Publish PyPI musllinux i686 and arm7l wheels.</li>
<li>Publish PyPI macOS wheels for Python 3.10 or later built on macOS
15.</li>
<li>Publish PyPI Windows wheels using trusted publishing.</li>
</ul>
<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>
</blockquote>
</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.12</h2>
<h3>Changed</h3>
<ul>
<li>Publish PyPI manylinux i686 wheels.</li>
<li>Publish PyPI musllinux i686 and arm7l wheels.</li>
<li>Publish PyPI macOS wheels for Python 3.10 or later built on macOS
15.</li>
<li>Publish PyPI Windows wheels using trusted publishing.</li>
</ul>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ijl/orjson/commit/e5ddb0ba57ec2683580e3491b2a257ec28b1f37f"><code>e5ddb0b</code></a>
3.10.12</li>
<li><a
href="https://github.com/ijl/orjson/commit/ded52a72a49e398ce594a9b20086538b856aa16e"><code>ded52a7</code></a>
Documentation update, compare against stdlib</li>
<li><a
href="https://github.com/ijl/orjson/commit/f53ec9f3bf3c5fe548af37209bb868487f53c163"><code>f53ec9f</code></a>
win, musl, i686, macOS 15 artifact jobs</li>
<li><a
href="https://github.com/ijl/orjson/commit/8ece0d4bec4553934aa5883c15efdc3ccc49515f"><code>8ece0d4</code></a>
Fix trusted publishing upload, python3.8 manylinux_2_17</li>
<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>Additional commits viewable in <a
href="https://github.com/ijl/orjson/compare/3.10.7...3.10.12">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=orjson&package-manager=pip&previous-version=3.10.7&new-version=3.10.12)](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>
  • Loading branch information
sovrasov authored Nov 29, 2024
2 parents a601023 + 5eb1a8f commit 981eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matplotlib>=3.3.1
networkx>=2.6
nibabel>=3.2.1
numpy<2,>=1.23.4
orjson==3.10.7
orjson==3.10.12
Pillow>=10.3.0
ruamel.yaml>=0.17.0
shapely>=1.7
Expand Down

0 comments on commit 981eea4

Please sign in to comment.