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

   Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pallets/werkzeug/releases";>werkzeug's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.2.3</h2>
   <p>This is a fix release for the 2.2.x release branch.</p>
   <ul>
   <li>Changes: <a 
href="https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3";>https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3</a></li>
   <li>Milestone: <a 
href="https://github.com/pallets/werkzeug/milestone/26?closed=1";>https://github.com/pallets/werkzeug/milestone/26?closed=1</a></li>
   </ul>
   <p>This release contains security fixes for:</p>
   <ul>
   <li><a 
href="https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323";>https://github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323</a></li>
   <li><a 
href="https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q";>https://github.com/pallets/werkzeug/security/advisories/GHSA-px8h-6qxv-m22q</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pallets/werkzeug/blob/main/CHANGES.rst";>werkzeug's 
changelog</a>.</em></p>
   <blockquote>
   <h2>Version 2.2.3</h2>
   <p>Released 2023-02-14</p>
   <ul>
   <li>Ensure that URL rules using path converters will redirect with strict 
slashes when
   the trailing slash is missing. :issue:<code>2533</code></li>
   <li>Type signature for <code>get_json</code> specifies that return type is 
not optional when
   <code>silent=False</code>. :issue:<code>2508</code></li>
   <li><code>parse_content_range_header</code> returns <code>None</code> for a 
value like <code>bytes */-1</code>
   where the length is invalid, instead of raising an 
<code>AssertionError</code>. :issue:<code>2531</code></li>
   <li>Address remaining <code>ResourceWarning</code> related to the socket 
used by <code>run_simple</code>.
   Remove <code>prepare_socket</code>, which now happens when creating the 
server. :issue:<code>2421</code></li>
   <li>Update pre-existing headers for <code>multipart/form-data</code> 
requests with the test
   client. :issue:<code>2549</code></li>
   <li>Fix handling of header extended parameters such that they are no longer 
quoted.
   :issue:<code>2529</code></li>
   <li><code>LimitedStream.read</code> works correctly when wrapping a stream 
that may not return
   the requested size in one <code>read</code> call. 
:issue:<code>2558</code></li>
   <li>A cookie header that starts with <code>=</code> is treated as an empty 
key and discarded,
   rather than stripping the leading <code>==</code>.</li>
   <li>Specify a maximum number of multipart parts, default 1000, after which a
   <code>RequestEntityTooLarge</code> exception is raised on parsing. This 
mitigates a DoS
   attack where a larger number of form/file parts would result in 
disproportionate
   resource use.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/22a254fca2ad0130adbbcbd11d3de51bcb04a08b";><code>22a254f</code></a>
 release version 2.2.3</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1";><code>517cac5</code></a>
 Merge pull request from GHSA-xg9f-g7g7-2323</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/babc8d9e8c9fa995ef26050698bc9b5a92803664";><code>babc8d9</code></a>
 rewrite docs about request data limits</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/09449ee77934a0c883f5959785864ecae6aaa2c9";><code>09449ee</code></a>
 clean up docs</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/fe899d0cdf767a7289a8bf746b7f72c2907a1b4b";><code>fe899d0</code></a>
 limit the maximum number of multipart form parts</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/cf275f42acad1b5950c50ffe8ef58fe62cdce028";><code>cf275f4</code></a>
 Merge pull request from GHSA-px8h-6qxv-m22q</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/8c2b4b82d0cade0d37e6a88e2cd2413878e8ebd4";><code>8c2b4b8</code></a>
 don't strip leading = when parsing cookie</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/7c7ce5cb73f3f7d3b9c09340e4f322aeb583dbc5";><code>7c7ce5c</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://github-redirect.dependabot.com/pallets/werkzeug/issues/2585";>#2585</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/19ae03e6a39b3f63fd08fef4fddae4385cdddf25";><code>19ae03e</code></a>
 [pre-commit.ci] auto fixes from pre-commit.com hooks</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/a83d3b8bf070810874c8e8d03dcce270666e10fe";><code>a83d3b8</code></a>
 [pre-commit.ci] pre-commit autoupdate</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=werkzeug&package-manager=pip&previous-version=2.2.2&new-version=2.2.3)](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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to