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

   Bumps 
[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)
 from 0.5.2 to 0.7.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/python-openapi/openapi-spec-validator/releases";>openapi-spec-validator's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.7.1</h2>
   <h2>Features</h2>
   <ul>
   <li>Versions submodule <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/291";>#291</a></li>
   <li>Move to jsonschema-path package <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/292";>#292</a></li>
   <li>Validator accepts any schema (schema dictionary or SchemaPath) <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/293";>#293</a></li>
   <li><code>validate</code> and <code>validate_url</code> shortcuts <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/294";>#294</a></li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li><code>validate_spec</code> shortcut in deprecated. 
Use<code>validate</code> instead.</li>
   <li><code>validate_spec_url</code> shortcut is deprecated. Use 
<code>validate_url</code> instead.</li>
   </ul>
   <h2>0.7.0</h2>
   <h2>Features</h2>
   <ul>
   <li>Allow validate multiple files (also with pre-commit hook) <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/255";>#255</a></li>
   <li>Validators and keywords refactor <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/286";>#286</a></li>
   <li>Python 3.12 support <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/290";>#290</a></li>
   <li>Bump docker image python from 3.11.5-alpine to 3.12.0-alpine <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/288";>#288</a></li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li><code>openapi_*_spec_validator</code> objects are deprecated. Use 
<code>*SpecValidator</code> classes instead.</li>
   </ul>
   <h2>0.6.0</h2>
   <p>This version drops support for Python 3.7</p>
   <h2>Upgrades</h2>
   <ul>
   <li>Compatibility with jsonschema 4.18, jsonschema-spec 0.2 and 
openapi-schema-validator 0.6 <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/202";>#202</a></li>
   <li>Update dependencies <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/243";>#243</a></li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li><code>spec_url</code> parameter of spec validator is deprecated. Use 
<code>base_uri</code> instead. <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/202";>#202</a></li>
   </ul>
   <h2>Backward incompatibilities</h2>
   <ul>
   <li>Drop python 3.7 support <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/226";>#226</a></li>
   </ul>
   <h2>0.6.0a2</h2>
   <h2>Fixes</h2>
   <ul>
   <li>Update SupportsValidation protocol <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/232";>#232</a></li>
   </ul>
   <h2>0.6.0a1</h2>
   <p>This version drops support for Python 3.7</p>
   <h2>Features</h2>
   <ul>
   <li>Compatibility with jsonschema 4.18, jsonschema-spec 0.2 and 
openapi-schema-validator 0.6 <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/202";>#202</a></li>
   </ul>
   <h2>Backward incompatibilities</h2>
   <ul>
   <li>Drop python 3.7 support <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/226";>#226</a></li>
   </ul>
   <h2>0.5.7</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/409da9d242e35f17e325669c055277c2d2976177";><code>409da9d</code></a>
 Version 0.7.1</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/a9e9f27fbcf23e305db3394fe22bbd33c076915b";><code>a9e9f27</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/294";>#294</a>
 from python-openapi/feature/validate-and-validate-url...</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/8564cc6d15d2411d0d32de51913a5488133c35e4";><code>8564cc6</code></a>
 validate and validate_url shortcuts</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/5f24987e6892ebce8ba08554afad461f55b7055e";><code>5f24987</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/293";>#293</a>
 from python-openapi/feature/validator-accept-any-schema</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/eeff41adc80ca2616160ab1c41c9ca2dd9885650";><code>eeff41a</code></a>
 Validator accept any schema</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/e450e3953fe396a425c4d6db25e43969399ba7b8";><code>e450e39</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/292";>#292</a>
 from python-openapi/feature/move-to-jsonschema-path</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/1d66de73d5226ea0a0ce6a6664a0bbe414fe2cca";><code>1d66de7</code></a>
 Move to jsonschema-path</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/45bbe0a5e962689c3896fad561d103e198244f0a";><code>45bbe0a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/291";>#291</a>
 from python-openapi/feature/versions-submodule</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/db016fa93ec1809cf9898697b5d9209adbe72cfd";><code>db016fa</code></a>
 Versions submodule</li>
   <li><a 
href="https://github.com/python-openapi/openapi-spec-validator/commit/74a6c5fad2da9c1ec838cc5c42e3441617320e99";><code>74a6c5f</code></a>
 Version 0.7.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/python-openapi/openapi-spec-validator/compare/0.5.2...0.7.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openapi-spec-validator&package-manager=pip&previous-version=0.5.2&new-version=0.7.1)](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)
   
   
   </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