You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/02/26 22:04:10 UTC

[PR] Bump orjson from 3.9.14 to 3.9.15 in /sdks/python/container/py310 [beam]

dependabot[bot] opened a new pull request, #30426:
URL: https://github.com/apache/beam/pull/30426

   Bumps [orjson](https://github.com/ijl/orjson) from 3.9.14 to 3.9.15.
   <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.9.15</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Implement recursion limit of 1024 on <code>orjson.loads()</code>.</li>
   <li>Use byte-exact read on <code>str</code> formatting SIMD path to avoid crash.</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.9.15 - 2024-02-23</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Implement recursion limit of 1024 on <code>orjson.loads()</code>.</li>
   <li>Use byte-exact read on <code>str</code> formatting SIMD path to avoid crash.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ijl/orjson/commit/a348f59f0b55d92a1364523560f52f5b3cf9c12a"><code>a348f59</code></a> 3.9.15</li>
   <li><a href="https://github.com/ijl/orjson/commit/b0e4d2c06ce06c6e63981bf0276e4b7c74e5845e"><code>b0e4d2c</code></a> yyjson 0eca326, recursion limit</li>
   <li><a href="https://github.com/ijl/orjson/commit/5067eadc84cf516e4eb33bcb09ad756bb59dc42e"><code>5067ead</code></a> impl_escape_unchecked() byte exact read</li>
   <li><a href="https://github.com/ijl/orjson/commit/e04ea735b087742b6cee738aa295d8b835c3a195"><code>e04ea73</code></a> cargo update, build misc</li>
   <li>See full diff in <a href="https://github.com/ijl/orjson/compare/3.9.14...3.9.15">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.9.14&new-version=3.9.15)](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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/beam/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump orjson from 3.9.14 to 3.9.15 in /sdks/python/container/py310 [beam]

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn commented on PR #30426:
URL: https://github.com/apache/beam/pull/30426#issuecomment-1965386432

   We already have weekly action to upgrade python container dependency. Should these files be excluded from dependbot?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump orjson from 3.9.14 to 3.9.15 in /sdks/python/container/py310 [beam]

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey merged PR #30426:
URL: https://github.com/apache/beam/pull/30426


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump orjson from 3.9.14 to 3.9.15 in /sdks/python/container/py310 [beam]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #30426:
URL: https://github.com/apache/beam/pull/30426#issuecomment-1965488746

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @jrmccluskey for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org