Skip to content

Commit 7d97f1f

Browse files
build(deps): bump orjson from 3.10.18 to 3.11.0 (#250)
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.18 to 3.11.0. <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.11.0</h2> <h3>Changed</h3> <ul> <li>Use a deserialization buffer allocated per request instead of a shared buffer allocated on import.</li> <li>ABI compatibility with CPython 3.14 beta 4.</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.11.0 - 2025-07-15</h2> <h3>Changed</h3> <ul> <li>Use a deserialization buffer allocated per request instead of a shared buffer allocated on import.</li> <li>ABI compatibility with CPython 3.14 beta 4.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ijl/orjson/commit/3b03a4ab494eddaf7e8a7b9f140e66105656fd68"><code>3b03a4a</code></a> 3.11.0</li> <li><a href="https://github.com/ijl/orjson/commit/ad31f22b0627c9dca2c910be9cdbc593a1802de7"><code>ad31f22</code></a> Idiomatic 3.9+ typedefs, more linting</li> <li><a href="https://github.com/ijl/orjson/commit/07d511de1248884870b6a5d9bb47488d021d2221"><code>07d511d</code></a> build maintenance</li> <li><a href="https://github.com/ijl/orjson/commit/91f946d8f0d5ed4ddc9209f5e99105e0b34ceb57"><code>91f946d</code></a> ffi::compat</li> <li><a href="https://github.com/ijl/orjson/commit/52300ddfe830b30e049db490f3f5dd4e0aeeb1c8"><code>52300dd</code></a> JSONDecodeError on buffer allocation failure</li> <li><a href="https://github.com/ijl/orjson/commit/61ab0e37bb9c52cfefcaa7522ce0f53fe5d0bbe4"><code>61ab0e3</code></a> build.rs checks for CPython</li> <li><a href="https://github.com/ijl/orjson/commit/42094e38968efadb280315bbc6295848561940ab"><code>42094e3</code></a> Use stable AVX-512 intrinsics on Rust 1.89 or later</li> <li><a href="https://github.com/ijl/orjson/commit/96b270bd17c6b42660ad1a042ffe62b051b9d1dd"><code>96b270b</code></a> create_str_impl_avx512vl() remove support for AVX10.2/256</li> <li><a href="https://github.com/ijl/orjson/commit/86d63a263240127dea6a864bb9c44a1d3175df9a"><code>86d63a2</code></a> Remove compact_str, simplify dict sorting</li> <li><a href="https://github.com/ijl/orjson/commit/d54f450d1c4092434655ec7b19b82652d6268617"><code>d54f450</code></a> Fix decref of datetime.datetime_CAPI PyCapsule</li> <li>Additional commits viewable in <a href="https://github.com/ijl/orjson/compare/3.10.18...3.11.0">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.18&new-version=3.11.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 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>
2 parents aa7247d + d47650f commit 7d97f1f

File tree

1 file changed

+73
-73
lines changed

1 file changed

+73
-73
lines changed

Pipfile.lock

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)