dependabot[bot] opened a new pull request, #1107: URL: https://github.com/apache/iceberg-python/pull/1107
Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.19.1 to 0.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fpgmaas/deptry/releases">deptry's releases</a>.</em></p> <blockquote> <h2>0.20.0</h2> <h2>What's Changed</h2> <h3>Breaking changes</h3> <p>In release <a href="https://github.com/fpgmaas/deptry/releases/tag/0.15.0">0.15.0</a>, we announced the deprecation of the following flags:</p> <ul> <li><code>--requirements-txt</code> (and its <code>requirements_txt</code> setting counterpart in <code>pyproject.toml</code>)</li> <li><code>--requirements-txt-dev</code> (and its <code>requirements_txt_dev</code> setting counterpart in <code>pyproject.toml</code>)</li> </ul> <p>Those flags have now been removed. If you relied on them, you should now use, respectively:</p> <ul> <li><code>--requirements-files</code> (and its <code>requirements_files</code> setting counterpart in <code>pyproject.toml</code>)</li> <li><code>--requirements-files-dev</code> (and its <code>requirements_files_dev</code> setting counterpart in <code>pyproject.toml</code>)</li> </ul> <h3>Features</h3> <ul> <li>deptry now detects <a href="https://github.com/astral-sh/uv">uv</a> and reads development dependencies from <code>[uv.tool.dev-dependencies]</code> section (<a href="https://redirect.github.com/fpgmaas/deptry/pull/816">#816</a>)</li> <li>Dynamically set max terminal width for better readability when displaying help (<a href="https://redirect.github.com/fpgmaas/deptry/pull/817">#817</a>)</li> <li>Remove deprecated <code>--requirements-txt</code>/<code>--requirements-txt-dev</code> flags (<a href="https://redirect.github.com/fpgmaas/deptry/pull/819">#819</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fpgmaas/deptry/compare/0.19.1...0.20.0">https://github.com/fpgmaas/deptry/compare/0.19.1...0.20.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md">deptry's changelog</a>.</em></p> <blockquote> <h2>0.20.0 - 2024-08-27</h2> <h3>Breaking changes</h3> <p>In release <a href="https://github.com/fpgmaas/deptry/releases/tag/0.15.0">0.15.0</a>, we announced the deprecation of the following flags:</p> <ul> <li><code>--requirements-txt</code> (and its <code>requirements_txt</code> setting counterpart in <code>pyproject.toml</code>)</li> <li><code>--requirements-txt-dev</code> (and its <code>requirements_txt_dev</code> setting counterpart in <code>pyproject.toml</code>)</li> </ul> <p>Those flags have now been removed. If you relied on them, you should now use, respectively:</p> <ul> <li><code>--requirements-files</code> (and its <code>requirements_files</code> setting counterpart in <code>pyproject.toml</code>)</li> <li><code>--requirements-files-dev</code> (and its <code>requirements_files_dev</code> setting counterpart in <code>pyproject.toml</code>)</li> </ul> <h3>Features</h3> <ul> <li>deptry now detects <a href="https://github.com/astral-sh/uv">uv</a> and reads development dependencies from <code>[uv.tool.dev-dependencies]</code> section (<a href="https://redirect.github.com/fpgmaas/deptry/pull/816">#816</a>)</li> <li>Dynamically set max terminal width for better readability when displaying help (<a href="https://redirect.github.com/fpgmaas/deptry/pull/817">#817</a>)</li> <li>Remove deprecated <code>--requirements-txt</code>/<code>--requirements-txt-dev</code> flags (<a href="https://redirect.github.com/fpgmaas/deptry/pull/819">#819</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fpgmaas/deptry/commit/4fa5a91c8e8d3d14466921808181e479a7543859"><code>4fa5a91</code></a> docs(changelog): add missing parenthenses (<a href="https://redirect.github.com/fpgmaas/deptry/issues/835">#835</a>)</li> <li><a href="https://github.com/fpgmaas/deptry/commit/e593d3d207eda15fbe54afa6c351a02528fda8c0"><code>e593d3d</code></a> docs(changelog): add 0.20.0 release notes (<a href="https://redirect.github.com/fpgmaas/deptry/issues/834">#834</a>)</li> <li><a href="https://github.com/fpgmaas/deptry/commit/673086ef49878d24a4cf04d4cba1ee6ae70e731a"><code>673086e</code></a> feat: add initial support for uv (<a href="https://redirect.github.com/fpgmaas/deptry/issues/816">#816</a>)</li> <li><a href="https://github.com/fpgmaas/deptry/commit/4e82f7abeaba6939f03ee86c0811ec7e66362a31"><code>4e82f7a</code></a> feat(cli): set max terminal width based on terminal (<a href="https://redirect.github.com/fpgmaas/deptry/issues/817">#817</a>)</li> <li><a href="https://github.com/fpgmaas/deptry/commit/ce87735179aef70cc5c9b41a83798893b6260726"><code>ce87735</code></a> feat: remove deprecated <code>--requirements-txt</code>/<code>--requirements-txt-dev</code> (<a href="https://redirect.github.com/fpgmaas/deptry/issues/819">#819</a>)</li> <li><a href="https://github.com/fpgmaas/deptry/commit/e51eb06aef7a763a140735687e9ac276f59e5084"><code>e51eb06</code></a> chore: use 0.6.2 for Ruff parser (<a href="https://redirect.github.com/fpgmaas/deptry/issues/833">#833</a>)</li> <li><a href="https://github.com/fpgmaas/deptry/commit/e441c5b5a92778d48dfeb8b62682d1570ac6b777"><code>e441c5b</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/fpgmaas/deptry/commit/424fd11c5e5663c9c98712ffb97d58ba56e2482b"><code>424fd11</code></a> fix(deps): update rust crate serde_json to v1.0.127</li> <li><a href="https://github.com/fpgmaas/deptry/commit/924f09b4af2060d39d27efc19bc3f9c92fa566ab"><code>924f09b</code></a> chore(deps): update dependency mkdocs-material to v9.5.33</li> <li><a href="https://github.com/fpgmaas/deptry/commit/cfa18da40fa48edeb9206fe8fdcacc883fa7b3f7"><code>cfa18da</code></a> chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.6.2</li> <li>Additional commits viewable in <a href="https://github.com/fpgmaas/deptry/compare/0.19.1...0.20.0">compare view</a></li> </ul> </details> <br /> [](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