Skip to content

Commit

Permalink
Bump orjson from 3.10.11 to 3.10.12 (#3464)
Browse files Browse the repository at this point in the history
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.11 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>
</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>
</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>See full diff in <a
href="https://github.com/ijl/orjson/compare/3.10.11...3.10.12">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.10.11&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>

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 Dec 2, 2024
1 parent 6018246 commit 81b4306
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.10.11 # orjson recommended for viztracer
orjson==3.10.12 # orjson recommended for viztracer
py-spy==0.3.14
viztracer==0.15.6

Expand Down

0 comments on commit 81b4306

Please sign in to comment.