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

   Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4.
   <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>3.1.4</h2>
   <p>This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not 
otherwise change behavior and should not result in breaking changes compared to 
the latest feature release.</p>
   <p>PyPI: <a 
href="https://pypi.org/project/Werkzeug/3.1.4/";>https://pypi.org/project/Werkzeug/3.1.4/</a>
   Changes: <a 
href="https://werkzeug.palletsprojects.com/page/changes/#version-3-1-4";>https://werkzeug.palletsprojects.com/page/changes/#version-3-1-4</a>
   Milestone: <a 
href="https://github.com/pallets/werkzeug/milestone/42?closed=1";>https://github.com/pallets/werkzeug/milestone/42?closed=1</a></p>
   <ul>
   <li><code>safe_join</code> on Windows does not allow special device names. 
This prevents reading from these when using <code>send_from_directory</code>. 
<code>secure_filename</code> already prevented writing to these. <a 
href="https://github.com/pallets/werkzeug/security/advisories/GHSA-hgf8-39gv-g3f2";>ghsa-hgf8-39gv-g3f2</a></li>
   <li>The debugger pin fails after 10 attempts instead of 11. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/3020";>#3020</a></li>
   <li>The multipart form parser handles a <code>\r\n</code> sequence at a 
chunk boundary. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/3065";>#3065</a></li>
   <li>Improve CPU usage during Watchdog reloader. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/3054";>#3054</a></li>
   <li><code>Request.json</code> annotation is more accurate. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/3067";>#3067</a></li>
   <li>Traceback rendering handles when the line number is beyond the available 
source lines. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/3044";>#3044</a></li>
   <li><code>HTTPException.get_response</code> annotation and doc better 
conveys the distinction between WSGI and sans-IO responses. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/3056";>#3056</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 3.1.4</h2>
   <p>Released 2025-11-28</p>
   <ul>
   <li><code>safe_join</code> on Windows does not allow special device names. 
This prevents
   reading from these when using <code>send_from_directory</code>. 
<code>secure_filename</code>
   already prevented writing to these. :ghsa:<code>hgf8-39gv-g3f2</code></li>
   <li>The debugger pin fails after 10 attempts instead of 11. 
:pr:<code>3020</code></li>
   <li>The multipart form parser handles a <code>\r\n</code> sequence at a 
chunk boundary.
   :issue:<code>3065</code></li>
   <li>Improve CPU usage during Watchdog reloader. :issue:<code>3054</code></li>
   <li><code>Request.json</code> annotation is more accurate. 
:issue:<code>3067</code></li>
   <li>Traceback rendering handles when the line number is beyond the available
   source lines. :issue:<code>3044</code></li>
   <li><code>HTTPException.get_response</code> annotation and doc better 
conveys the
   distinction between WSGI and sans-IO responses. :issue:<code>3056</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/1c7beb671d1af67a07684ffa1fffdb0fc76c7fa4";><code>1c7beb6</code></a>
 release version 3.1.4</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/9c8b7546c51787c61982d5a87c4b52be6342c62c";><code>9c8b754</code></a>
 install less to run tox</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/474e22f1ac8ee8531d6cb6fae4e062d4d7a5ea8f";><code>474e22f</code></a>
 update dev dependencies</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/4b833376a45c323a189cd11d2362bcffdb1c0c13";><code>4b83337</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/9bdec46fe4955f085348ffc666b9edafff83aee2";><code>9bdec46</code></a>
 safe_join prevents windows special device names</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/b11713e82dd2baad4c48d4baad2ad7d03d653a55";><code>b11713e</code></a>
 better <code>HTTPException.get_response</code> annotation (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/3072";>#3072</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/1131dbd4d4aa4a65e12b5f75bd039b67a34787ce";><code>1131dbd</code></a>
 distinguish wsgi and sansio response annotation</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/5d9a40366b3a62ac7478b98b3bac9f90633edff0";><code>5d9a403</code></a>
 skip rendering missing source (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/3071";>#3071</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/60ea32c88ee1fc97559872fac55708af9c147a05";><code>60ea32c</code></a>
 skip rendering missing source</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/c0e67e96384bb0aa4e3165e1efeed1e9835cf260";><code>c0e67e9</code></a>
 <code>Request.json</code> property is only <code>Any</code> (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/3070";>#3070</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pallets/werkzeug/compare/3.1.3...3.1.4";>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=3.1.3&new-version=3.1.4)](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: [email protected]

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

Reply via email to