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

   Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) 
to permit the latest version.
   <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.3</h2>
   <p>This is the Werkzeug 3.1.3 fix release, which fixes bugs but does not 
otherwise change behavior and should not result in breaking changes vs 
3.1.0.</p>
   <p>PyPI: <a 
href="https://pypi.org/project/Werkzeug/3.1.3/";>https://pypi.org/project/Werkzeug/3.1.3/</a>
   Changes: <a 
href="https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-3";>https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-3</a>
   Milestone: <a 
href="https://github.com/pallets/werkzeug/milestone/41?closed=1";>https://github.com/pallets/werkzeug/milestone/41?closed=1</a></p>
   <ul>
   <li>Initial data passed to <code>MultiDict</code> and similar interfaces 
only accepts <code>list</code>, <code>tuple</code>, or <code>set</code> when 
passing multiple values. It had been changed to accept any 
<code>Collection</code>, but this matched types that should be treated as 
single values, such as <code>bytes</code>. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/2994";>#2994</a></li>
   <li>When the <code>Host</code> header is not set and 
<code>Request.host</code> falls back to the WSGI <code>SERVER_NAME</code> 
value, if that value is an IPv6 address it is wrapped in <code>[]</code> to 
match the <code>Host</code> header. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/2993";>#2993</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.3</h2>
   <p>Released 2024-11-08</p>
   <ul>
   <li>Initial data passed to <code>MultiDict</code> and similar interfaces 
only accepts
   <code>list</code>, <code>tuple</code>, or <code>set</code> when passing 
multiple values. It had been
   changed to accept any <code>Collection</code>, but this matched types that 
should be
   treated as single values, such as <code>bytes</code>. 
:issue:<code>2994</code></li>
   <li>When the <code>Host</code> header is not set and 
<code>Request.host</code> falls back to the
   WSGI <code>SERVER_NAME</code> value, if that value is an IPv6 address it is 
wrapped
   in <code>[]</code> to match the <code>Host</code> header. 
:issue:<code>2993</code></li>
   </ul>
   <h2>Version 3.1.2</h2>
   <p>Released 2024-11-04</p>
   <ul>
   <li>Improve type annotation for <code>TypeConversionDict.get</code> to allow 
the <code>type</code>
   parameter to be a callable. :issue:<code>2988</code></li>
   <li><code>Headers</code> does not inherit from <code>MutableMapping</code>, 
as it is does not
   exactly match that interface. :issue:<code>2989</code></li>
   </ul>
   <h2>Version 3.1.1</h2>
   <p>Released 2024-11-01</p>
   <ul>
   <li>Fix an issue that caused <code>str(Request.headers)</code> to always 
appear empty.
   :issue:<code>2985</code></li>
   </ul>
   <h2>Version 3.1.0</h2>
   <p>Released 2024-10-31</p>
   <ul>
   <li>
   <p>Drop support for Python 3.8. :pr:<code>2966</code></p>
   </li>
   <li>
   <p>Remove previously deprecated code. :pr:<code>2967</code></p>
   </li>
   <li>
   <p><code>Request.max_form_memory_size</code> defaults to 500kB instead of 
unlimited.
   Non-file form fields over this size will cause a 
<code>RequestEntityTooLarge</code>
   error. :issue:<code>2964</code></p>
   </li>
   <li>
   <p><code>OrderedMultiDict</code> and <code>ImmutableOrderedMultiDict</code> 
are deprecated.
   Use <code>MultiDict</code> and <code>ImmutableMultiDict</code> instead. 
:issue:<code>2968</code></p>
   </li>
   <li>
   <p>Behavior of properties on <code>request.cache_control</code> and
   <code>response.cache_control</code> has been significantly adjusted.</p>
   <ul>
   <li>Dict values are always <code>str | None</code>. Setting properties will 
convert</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/6389612fd1ee1bd93579eed5026e8fd471d04abd";><code>6389612</code></a>
 release version 3.1.3</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/ba15683fb30b51187fa7efa9d212a030ad6ddb94";><code>ba15683</code></a>
 wrap IPv6 SERVER_NAME in [] (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/2997";>#2997</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/d99f72d12698d86e7ebcb894f3c6c729e2b6c067";><code>d99f72d</code></a>
 wrap IPv6 SERVER_NAME in []</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/ea93b549a93f65b216070e72a26cf0cc31d1e9ad";><code>ea93b54</code></a>
 restrict containers accepted by multi (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/2995";>#2995</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/598bb1de78678107404493e56d68003910e1dbea";><code>598bb1d</code></a>
 restrict containers accepted by multi</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/1a1728ed88939ca68928dade168e1989be062c6f";><code>1a1728e</code></a>
 start version 3.1.3</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/4fd7073b730d0b98288df91330a1b2b8dbec2bc2";><code>4fd7073</code></a>
 release version 3.1.2 (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/2992";>#2992</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/4764684faffa7232ac68b7e089bc2d0fdfff3303";><code>4764684</code></a>
 release version 3.1.2</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/1803db6f4033e78ff56eb1eadaf6395644dc3e8e";><code>1803db6</code></a>
 Headers is not MutableMapping (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/2991";>#2991</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/ac87bf835f36e03e28a3546868dd730824e85fc3";><code>ac87bf8</code></a>
 Headers is not MutableMapping</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pallets/werkzeug/compare/2.0.0...3.1.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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>


-- 
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