dependabot[bot] opened a new pull request, #706:
URL: https://github.com/apache/iceberg-python/pull/706

   Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.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>3.0.3</h2>
   <p>This is the Werkzeug 3.0.3 security release, which fixes security issues 
and bugs but does not otherwise change behavior and should not result in 
breaking changes.</p>
   <p>PyPI: <a 
href="https://pypi.org/project/Werkzeug/3.0.3/";>https://pypi.org/project/Werkzeug/3.0.3/</a>
   Changes: <a 
href="https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-3";>https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-3</a>
   Milestone: <a 
href="https://github.com/pallets/werkzeug/milestone/35?closed=1";>https://github.com/pallets/werkzeug/milestone/35?closed=1</a></p>
   <ul>
   <li>Only allow <code>localhost</code>, <code>.localhost</code>, 
<code>127.0.0.1</code>, or the specified hostname when running the dev server, 
to make debugger requests. Additional hosts can be added by using the debugger 
middleware directly. The debugger UI makes requests using the full URL rather 
than only the path. GHSA-2g68-c3qc-8985</li>
   <li>Make reloader more robust when <code>&quot;&quot;</code> is in 
<code>sys.path</code>. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/2823";>#2823</a></li>
   <li>Better TLS cert format with <code>adhoc</code> dev certs. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/2891";>#2891</a></li>
   <li>Inform Python &lt; 3.12 how to handle <code>itms-services</code> URIs 
correctly, rather than using an overly-broad workaround in Werkzeug that caused 
some redirect URIs to be passed on without encoding. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/2828";>#2828</a></li>
   <li>Type annotation for <code>Rule.endpoint</code> and other uses of 
<code>endpoint</code> is <code>Any</code>. <a 
href="https://redirect.github.com/pallets/werkzeug/issues/2836";>#2836</a></li>
   </ul>
   <h2>3.0.2</h2>
   <p>This is a fix release for the 3.0.x feature branch.</p>
   <ul>
   <li>Changes: <a 
href="https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-2";>https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-2</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.0.3</h2>
   <p>Released 2024-05-05</p>
   <ul>
   <li>
   <p>Only allow <code>localhost</code>, <code>.localhost</code>, 
<code>127.0.0.1</code>, or the specified
   hostname when running the dev server, to make debugger requests. Additional
   hosts can be added by using the debugger middleware directly. The debugger
   UI makes requests using the full URL rather than only the path.
   :ghsa:<code>2g68-c3qc-8985</code></p>
   </li>
   <li>
   <p>Make reloader more robust when <code>&quot;&quot;</code> is in 
<code>sys.path</code>. :pr:<code>2823</code></p>
   </li>
   <li>
   <p>Better TLS cert format with <code>adhoc</code> dev certs. 
:pr:<code>2891</code></p>
   </li>
   <li>
   <p>Inform Python &lt; 3.12 how to handle <code>itms-services</code> URIs 
correctly, rather
   than using an overly-broad workaround in Werkzeug that caused some redirect
   URIs to be passed on without encoding. :issue:<code>2828</code></p>
   </li>
   <li>
   <p>Type annotation for <code>Rule.endpoint</code> and other uses of 
<code>endpoint</code> is
   <code>Any</code>. :issue:<code>2836</code></p>
   </li>
   <li>
   <p>Make reloader more robust when <code>&quot;&quot;</code> is in 
<code>sys.path</code>. :pr:<code>2823</code></p>
   </li>
   </ul>
   <h2>Version 3.0.2</h2>
   <p>Released 2024-04-01</p>
   <ul>
   <li>Ensure setting <code>merge_slashes</code> to <code>False</code> results 
in <code>NotFound</code> for
   repeated-slash requests against single slash routes. 
:issue:<code>2834</code></li>
   <li>Fix handling of <code>TypeError</code> in 
<code>TypeConversionDict.get()</code> to match
   <code>ValueError</code>. :issue:<code>2843</code></li>
   <li>Fix <code>response_wrapper</code> type check in test client. 
:issue:<code>2831</code></li>
   <li>Make the return type of <code>MultiPartParser.parse</code> more precise.
   :issue:<code>2840</code></li>
   <li>Raise an error if converter arguments cannot be parsed. 
:issue:<code>2822</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/f9995e967979eb694d6b31536cc65314fd7e9c8c";><code>f9995e9</code></a>
 release version 3.0.3</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/3386395b24c7371db11a5b8eaac0c91da5362692";><code>3386395</code></a>
 Merge pull request from GHSA-2g68-c3qc-8985</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/890b6b62634fa61224222aee31081c61b054ff01";><code>890b6b6</code></a>
 only require trusted host for evalex</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/71b69dfb7df3d912e66bab87fbb1f21f83504967";><code>71b69df</code></a>
 restrict debugger trusted hosts</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/d2d3869525a4ffb2c41dfb2c0e39d94dab2d870c";><code>d2d3869</code></a>
 endpoint type is Any (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/2895";>#2895</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/7080b55acd48b68afdda65ee6c7f99e9afafb0ba";><code>7080b55</code></a>
 endpoint type is Any</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/7555eff296fbdf12f2e576b6bbb0b506df8417ed";><code>7555eff</code></a>
 remove iri_to_uri redirect workaround (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/2894";>#2894</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/97fb2f722297ae4e12e36dab024e0acf8477b3c8";><code>97fb2f7</code></a>
 remove _invalid_iri_to_uri workaround</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/249527ff981e7aa22cd714825c5637cc92df7761";><code>249527f</code></a>
 make cn field a valid single hostname, and use wildcard in SANs field. (<a 
href="https://redirect.github.com/pallets/werkzeug/issues/2892";>#2892</a>)</li>
   <li><a 
href="https://github.com/pallets/werkzeug/commit/793be472c9d145eb9be7d4200672d1806289d84a";><code>793be47</code></a>
 update adhoc tls dev cert format</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pallets/werkzeug/compare/3.0.1...3.0.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=3.0.1&new-version=3.0.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 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/iceberg-python/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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to