Commit b387003
authored
Bump the minor group with 2 updates (#178)
Bumps the minor group with 2 updates:
[mypy](https://github.com/python/mypy) and
[uv](https://github.com/astral-sh/uv).
Updates `mypy` from 1.16.1 to 1.17.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's
changelog</a>.</em></p>
<blockquote>
<h3>Mypy 1.17.1</h3>
<ul>
<li>Retain <code>None</code> as constraints bottom if no bottoms were
provided (Stanislav Terliakov, PR <a
href="https://redirect.github.com/python/mypy/pull/19485">19485</a>)</li>
<li>Fix "ignored exception in <code>hasattr</code>" in dmypy
(Stanislav Terliakov, PR <a
href="https://redirect.github.com/python/mypy/pull/19428">19428</a>)</li>
<li>Prevent a crash when InitVar is redefined with a method in a
subclass (Stanislav Terliakov, PR <a
href="https://redirect.github.com/python/mypy/pull/19453">19453</a>)</li>
</ul>
<h3>Acknowledgements</h3>
<p>Thanks to all mypy contributors who contributed to this release:</p>
<ul>
<li>Alexey Makridenko</li>
<li>Brian Schubert</li>
<li>Chad Dombrova</li>
<li>Chainfire</li>
<li>Charlie Denton</li>
<li>Charulata</li>
<li>Christoph Tyralla</li>
<li>CoolCat467</li>
<li>Donal Burns</li>
<li>Guy Wilson</li>
<li>Ivan Levkivskyi</li>
<li>johnthagen</li>
<li>Jukka Lehtosalo</li>
<li>Łukasz Kwieciński</li>
<li>Marc Mueller</li>
<li>Michael J. Sullivan</li>
<li>Mikhail Golubev</li>
<li>Sebastian Rittau</li>
<li>Shantanu</li>
<li>Stanislav Terliakov</li>
<li>wyattscarpenter</li>
</ul>
<p>I’d also like to thank my employer, Dropbox, for supporting mypy
development.</p>
<h2>Mypy 1.16</h2>
<p>We’ve just uploaded mypy 1.16 to the Python Package Index (<a
href="https://pypi.org/project/mypy/">PyPI</a>).
Mypy is a static type checker for Python. This release includes new
features and bug fixes.
You can install it as follows:</p>
<pre><code>python3 -m pip install -U mypy
</code></pre>
<p>You can read the full documentation for this release on <a
href="http://mypy.readthedocs.io">Read the Docs</a>.</p>
<h3>Different Property Getter and Setter Types</h3>
<p>Mypy now supports using different types for a property getter and
setter:</p>
<pre lang="python"><code>class A:
_value: int
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/acb29831e286bbccde37c03bc75381f40a5fdc9e"><code>acb2983</code></a>
Bump version to 1.17.1</li>
<li><a
href="https://github.com/python/mypy/commit/933c913fbe6d2fbf277ff8d6b2f2298f0f84be64"><code>933c913</code></a>
Retain <code>None</code> as constraints bottom if no bottoms were
provided (<a
href="https://redirect.github.com/python/mypy/issues/19485">#19485</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/5f4428f0286df58169d2f34f4f86561ad617538b"><code>5f4428f</code></a>
Fix "ignored exception in <code>hasattr</code>" in dmypy (<a
href="https://redirect.github.com/python/mypy/issues/19428">#19428</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/88fdeaae0abc92d605fc475fd153b4ad5b239310"><code>88fdeaa</code></a>
Prevent a crash when InitVar is redefined with a method in a subclass
(<a
href="https://redirect.github.com/python/mypy/issues/19453">#19453</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/e44d14f8e52a8890d08726ee753c8754edefd649"><code>e44d14f</code></a>
Bump version to 1.17.1+dev</li>
<li><a
href="https://github.com/python/mypy/commit/0260991f6b055110c3df36bd5539d4f4489bf153"><code>0260991</code></a>
Update version string</li>
<li><a
href="https://github.com/python/mypy/commit/3901aa2f9523ce55e08d94c1716028d840398753"><code>3901aa2</code></a>
Updates to 1.17 changelog (<a
href="https://redirect.github.com/python/mypy/issues/19436">#19436</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/7d133961a7e759aab84223bf8038b9489daaa93c"><code>7d13396</code></a>
Initial changelog for 1.17 release (<a
href="https://redirect.github.com/python/mypy/issues/19427">#19427</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/a182dec997b418b925fe0c28575c50debba0bb3a"><code>a182dec</code></a>
Combine the revealed types of multiple iteration steps in a more robust
manne...</li>
<li><a
href="https://github.com/python/mypy/commit/ab4fd57d45b7f81cf281b17b7d3697ac9f79bc15"><code>ab4fd57</code></a>
Improve the handling of "iteration dependent" errors and notes
in finally cla...</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.16.1...v1.17.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `uv` from 0.7.17 to 0.8.4
<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.8.4</h2>
<h2>Release Notes</h2>
<h3>Enhancements</h3>
<ul>
<li>Improve styling of warning cause chains (<a
href="https://redirect.github.com/astral-sh/uv/pull/14934">#14934</a>)</li>
<li>Extend wheel filtering to Android tags (<a
href="https://redirect.github.com/astral-sh/uv/pull/14977">#14977</a>)</li>
<li>Perform wheel lockfile filtering based on platform and OS
intersection (<a
href="https://redirect.github.com/astral-sh/uv/pull/14976">#14976</a>)</li>
<li>Clarify messaging when a new resolution needs to be performed (<a
href="https://redirect.github.com/astral-sh/uv/pull/14938">#14938</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Add support for extending package's build dependencies with
<code>extra-build-dependencies</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14735">#14735</a>)</li>
<li>Split preview mode into separate feature flags (<a
href="https://redirect.github.com/astral-sh/uv/pull/14823">#14823</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Add support for package specific <code>exclude-newer</code> dates
via <code>exclude-newer-package</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14489">#14489</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid invalidating lockfile when path or workspace dependencies
define explicit indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/14876">#14876</a>)</li>
<li>Copy entrypoints that have a shebang that differs in
<code>python</code> vs <code>python3</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14970">#14970</a>)</li>
<li>Fix incorrect file permissions in wheel packages (<a
href="https://redirect.github.com/astral-sh/uv/pull/14930">#14930</a>)</li>
<li>Update validation for <code>environments</code> and
<code>required-environments</code> in <code>uv.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14905">#14905</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Show <code>uv_build</code> in projects documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/14968">#14968</a>)</li>
<li>Add <code>UV_</code> prefix to installer environment variables (<a
href="https://redirect.github.com/astral-sh/uv/pull/14964">#14964</a>)</li>
<li>Un-hide <code>uv</code> from <code>--build-backend</code> options
(<a
href="https://redirect.github.com/astral-sh/uv/pull/14939">#14939</a>)</li>
<li>Update documentation for preview flags (<a
href="https://redirect.github.com/astral-sh/uv/pull/14902">#14902</a>)</li>
</ul>
<h2>Install uv 0.8.4</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.8.4/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/astral-sh/uv/releases/download/0.8.4/uv-installer.ps1
| iex"
</code></pre>
<h2>Download uv 0.8.4</h2>
<p>| File | Platform | Checksum |</p>
<!-- 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.8.4</h2>
<h3>Enhancements</h3>
<ul>
<li>Improve styling of warning cause chains (<a
href="https://redirect.github.com/astral-sh/uv/pull/14934">#14934</a>)</li>
<li>Extend wheel filtering to Android tags (<a
href="https://redirect.github.com/astral-sh/uv/pull/14977">#14977</a>)</li>
<li>Perform wheel lockfile filtering based on platform and OS
intersection (<a
href="https://redirect.github.com/astral-sh/uv/pull/14976">#14976</a>)</li>
<li>Clarify messaging when a new resolution needs to be performed (<a
href="https://redirect.github.com/astral-sh/uv/pull/14938">#14938</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Add support for extending package's build dependencies with
<code>extra-build-dependencies</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14735">#14735</a>)</li>
<li>Split preview mode into separate feature flags (<a
href="https://redirect.github.com/astral-sh/uv/pull/14823">#14823</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Add support for package specific <code>exclude-newer</code> dates
via <code>exclude-newer-package</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14489">#14489</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid invalidating lockfile when path or workspace dependencies
define explicit indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/14876">#14876</a>)</li>
<li>Copy entrypoints that have a shebang that differs in
<code>python</code> vs <code>python3</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14970">#14970</a>)</li>
<li>Fix incorrect file permissions in wheel packages (<a
href="https://redirect.github.com/astral-sh/uv/pull/14930">#14930</a>)</li>
<li>Update validation for <code>environments</code> and
<code>required-environments</code> in <code>uv.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14905">#14905</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Show <code>uv_build</code> in projects documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/14968">#14968</a>)</li>
<li>Add <code>UV_</code> prefix to installer environment variables (<a
href="https://redirect.github.com/astral-sh/uv/pull/14964">#14964</a>)</li>
<li>Un-hide <code>uv</code> from <code>--build-backend</code> options
(<a
href="https://redirect.github.com/astral-sh/uv/pull/14939">#14939</a>)</li>
<li>Update documentation for preview flags (<a
href="https://redirect.github.com/astral-sh/uv/pull/14902">#14902</a>)</li>
</ul>
<h2>0.8.3</h2>
<h3>Python</h3>
<ul>
<li>Add CPython 3.14.0rc1</li>
</ul>
<p>See the <a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250723"><code>python-build-standalone</code>
release notes</a> for more details.</p>
<h3>Enhancements</h3>
<ul>
<li>Allow non-standard entrypoint names in <code>uv_build</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14867">#14867</a>)</li>
<li>Publish riscv64 wheels to PyPI (<a
href="https://redirect.github.com/astral-sh/uv/pull/14852">#14852</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid writing redacted credentials to tool receipt (<a
href="https://redirect.github.com/astral-sh/uv/pull/14855">#14855</a>)</li>
<li>Respect <code>--with</code> versions over base environment versions
(<a
href="https://redirect.github.com/astral-sh/uv/pull/14863">#14863</a>)</li>
<li>Respect credentials from all defined indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/14858">#14858</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/e176e17144fb6e4ec010f56a7c8fa098b66ba80b"><code>e176e17</code></a>
Bump version to 0.8.4 (<a
href="https://redirect.github.com/astral-sh/uv/issues/14980">#14980</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/630394476eb30abb025bd4b1d1e42ea37771614d"><code>6303944</code></a>
Copy entrypoints that have a shebang that differs in <code>python</code>
vs <code>python3</code> (#...</li>
<li><a
href="https://github.com/astral-sh/uv/commit/c9d3d60a189ef087c8ce82a4a85ff9e181e254c7"><code>c9d3d60</code></a>
Implement <code>CacheKey</code> for all <code>Pep508Url</code> variants
(<a
href="https://redirect.github.com/astral-sh/uv/issues/14978">#14978</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/a76e538aa5951dd1057cca8e57487b82cdbb75c2"><code>a76e538</code></a>
Extend wheel filtering to Android tags (<a
href="https://redirect.github.com/astral-sh/uv/issues/14977">#14977</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/9b8ff44a04139cd789033d2670cb842227104075"><code>9b8ff44</code></a>
Perform wheel lockfile filtering based on platform and OS intersection
(<a
href="https://redirect.github.com/astral-sh/uv/issues/14976">#14976</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/6856a27711910d240a488d53d7967b73340b1524"><code>6856a27</code></a>
Add <code>extra-build-dependencies</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/14735">#14735</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/17f0c91896d43b66851229d26385a6989d9e71b2"><code>17f0c91</code></a>
Show uv_build in projects documentation (<a
href="https://redirect.github.com/astral-sh/uv/issues/14968">#14968</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b2eff990df2b7f6b29dd60b13c7647076dfbb621"><code>b2eff99</code></a>
Fix typo in uv-pep440/README.md (<a
href="https://redirect.github.com/astral-sh/uv/issues/14965">#14965</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b31d786fe9559869799bb402061b56340b35abb5"><code>b31d786</code></a>
Add <code>UV_</code> prefix to installer environment variables (<a
href="https://redirect.github.com/astral-sh/uv/issues/14964">#14964</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e7c8b47b7aa885dab1927e6f207d82342327c53f"><code>e7c8b47</code></a>
Clarify messaging when a new resolution needs to be performed (<a
href="https://redirect.github.com/astral-sh/uv/issues/14938">#14938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.7.17...0.8.4">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments