Skip to content

Commit 80e2c2b

Browse files
chore(deps-dev): Update uv requirement from 0.7.9 to 0.7.12 (#909)
Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/uv/releases">uv's releases</a>.</em></p> <blockquote> <h2>0.7.12</h2> <h2>Release Notes</h2> <h3>Enhancements</h3> <ul> <li> <p>Add <code>uv python pin --rm</code> to remove <code>.python-version</code> pins (<a href="https://redirect.github.com/astral-sh/uv/pull/13860">#13860</a>)</p> </li> <li> <p>Don't hint at versions removed by <code>excluded-newer</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13884">#13884</a>)</p> </li> <li> <p>Add hint to use <code>tool.uv.environments</code> on resolution error (<a href="https://redirect.github.com/astral-sh/uv/pull/13455">#13455</a>)</p> </li> <li> <p>Add hint to use <code>tool.uv.required-environments</code> on resolution error (<a href="https://redirect.github.com/astral-sh/uv/pull/13575">#13575</a>)</p> </li> <li> <p>Improve <code>python pin</code> error messages (<a href="https://redirect.github.com/astral-sh/uv/pull/13862">#13862</a>)</p> </li> </ul> <h3>Bug fixes</h3> <ul> <li>Lock environments during <code>uv sync</code>, <code>uv add</code> and <code>uv remove</code> to prevent race conditions (<a href="https://redirect.github.com/astral-sh/uv/pull/13869">#13869</a>)</li> <li>Add <code>--no-editable</code> to <code>uv export</code> for <code>pylock.toml</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13852">#13852</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>List <code>.gitignore</code> in project init files (<a href="https://redirect.github.com/astral-sh/uv/pull/13855">#13855</a>)</li> <li>Move the pip interface documentation into the concepts section (<a href="https://redirect.github.com/astral-sh/uv/pull/13841">#13841</a>)</li> <li>Remove the configuration section in favor of concepts / reference (<a href="https://redirect.github.com/astral-sh/uv/pull/13842">#13842</a>)</li> <li>Update Git and GitHub Actions docs to mention <code>gh auth login</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13850">#13850</a>)</li> </ul> <h3>Preview</h3> <ul> <li>Fix directory glob traversal fallback preventing exclusion of all files (<a href="https://redirect.github.com/astral-sh/uv/pull/13882">#13882</a>)</li> </ul> <h2>Install uv 0.7.12</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.7.12/uv-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm https://github.com/astral-sh/uv/releases/download/0.7.12/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.7.12</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-aarch64-pc-windows-msvc.zip">uv-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.12/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/uv/blob/main/CHANGELOG.md">uv's changelog</a>.</em></p> <blockquote> <h2>0.7.12</h2> <h3>Enhancements</h3> <ul> <li> <p>Add <code>uv python pin --rm</code> to remove <code>.python-version</code> pins (<a href="https://redirect.github.com/astral-sh/uv/pull/13860">#13860</a>)</p> </li> <li> <p>Don't hint at versions removed by <code>excluded-newer</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13884">#13884</a>)</p> </li> <li> <p>Add hint to use <code>tool.uv.environments</code> on resolution error (<a href="https://redirect.github.com/astral-sh/uv/pull/13455">#13455</a>)</p> </li> <li> <p>Add hint to use <code>tool.uv.required-environments</code> on resolution error (<a href="https://redirect.github.com/astral-sh/uv/pull/13575">#13575</a>)</p> </li> <li> <p>Improve <code>python pin</code> error messages (<a href="https://redirect.github.com/astral-sh/uv/pull/13862">#13862</a>)</p> </li> </ul> <h3>Bug fixes</h3> <ul> <li>Lock environments during <code>uv sync</code>, <code>uv add</code> and <code>uv remove</code> to prevent race conditions (<a href="https://redirect.github.com/astral-sh/uv/pull/13869">#13869</a>)</li> <li>Add <code>--no-editable</code> to <code>uv export</code> for <code>pylock.toml</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13852">#13852</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>List <code>.gitignore</code> in project init files (<a href="https://redirect.github.com/astral-sh/uv/pull/13855">#13855</a>)</li> <li>Move the pip interface documentation into the concepts section (<a href="https://redirect.github.com/astral-sh/uv/pull/13841">#13841</a>)</li> <li>Remove the configuration section in favor of concepts / reference (<a href="https://redirect.github.com/astral-sh/uv/pull/13842">#13842</a>)</li> <li>Update Git and GitHub Actions docs to mention <code>gh auth login</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13850">#13850</a>)</li> </ul> <h3>Preview</h3> <ul> <li>Fix directory glob traversal fallback preventing exclusion of all files (<a href="https://redirect.github.com/astral-sh/uv/pull/13882">#13882</a>)</li> </ul> <h2>0.7.11</h2> <h3>Python</h3> <ul> <li>Add Python 3.14.0b1</li> <li>Add Python 3.13.4</li> <li>Add Python 3.12.11</li> <li>Add Python 3.11.13</li> <li>Add Python 3.10.18</li> <li>Add Python 3.9.23</li> </ul> <h3>Enhancements</h3> <ul> <li>Add Pyodide support (<a href="https://redirect.github.com/astral-sh/uv/pull/12731">#12731</a>)</li> <li>Better error message for version specifier with missing operator (<a href="https://redirect.github.com/astral-sh/uv/pull/13803">#13803</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Downgrade <code>reqwest</code> and <code>hyper-util</code> to resolve connection reset errors over IPv6 (<a href="https://redirect.github.com/astral-sh/uv/pull/13835">#13835</a>)</li> <li>Prefer <code>uv</code>'s binary's version when checking if it's up to date (<a href="https://redirect.github.com/astral-sh/uv/pull/13840">#13840</a>)</li> </ul> <h3>Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/uv/commit/dc3fd464728fe0456c26e79beb56017d8d56a08d"><code>dc3fd46</code></a> Bump version to 0.7.12 (<a href="https://redirect.github.com/astral-sh/uv/issues/13892">#13892</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/5b0133c0ecedf71a23e5d9bf6fbefc91008e5101"><code>5b0133c</code></a> Hint at <code>tool.uv.required-environments</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/13575">#13575</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7aefbe8dc55be0714ddf45c4dacdcdb0d7483c87"><code>7aefbe8</code></a> Don't hint at versions removed by excluded-newer (<a href="https://redirect.github.com/astral-sh/uv/issues/13884">#13884</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/0109af1aa510bd4f0759b0d53d842c3716e5cc3f"><code>0109af1</code></a> Hint at <code>tool.uv.environments</code> on resolution error (<a href="https://redirect.github.com/astral-sh/uv/issues/13455">#13455</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/8a88ab2c70692ec7eefb0f78d2bdb8207542309b"><code>8a88ab2</code></a> Minor internal README enhancement for Markdown list in PEP440 (<a href="https://redirect.github.com/astral-sh/uv/issues/13880">#13880</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/bf96c60e3eb805ba9d66630e87cd639c75f81f0a"><code>bf96c60</code></a> Lock during <code>uv sync</code>, <code>uv add</code> and <code>uv remove</code> to avoid race conditions (<a href="https://redirect.github.com/astral-sh/uv/issues/13">#13</a>...</li> <li><a href="https://github.com/astral-sh/uv/commit/b865f76b7825c38029c7782788cc602f5b5b354c"><code>b865f76</code></a> Change <code>GlobDirFilter</code> fallback to <code>true</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/13882">#13882</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/a68fb53c4b1508007fce112a3cae554573e35ec6"><code>a68fb53</code></a> PEP 751 uv export supports --no-editable (<a href="https://redirect.github.com/astral-sh/uv/issues/13852">#13852</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7dd564d3d09668488c179b02bfe446754e58a5ea"><code>7dd564d</code></a> Improve <code>python pin</code> error messages (<a href="https://redirect.github.com/astral-sh/uv/issues/13862">#13862</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/94ed6f880f78bf1aa7f7d7b0a0fa092980b03409"><code>94ed6f8</code></a> update Git and GitHub Actions docs to mention <code>gh auth login</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/13850">#13850</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.7.9...0.7.12">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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68ca281 commit 80e2c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pip = ">=23.0"
106106
pipenv = ">=2023.11.5"
107107
poetry = "^1.7"
108108
pdm = "^2.11"
109-
uv = "0.7.9" # keep pinned to exact version, until a v1.0.0 is released
109+
uv = "0.7.12" # keep pinned to exact version, until a v1.0.0 is released
110110

111111

112112

0 commit comments

Comments
 (0)