-
Notifications
You must be signed in to change notification settings - Fork 6
Commit e565c00
authored
Bump the required group with 9 updates (#37)
Bumps the required group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.0` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.4.1` | `0.5.3` |
| [mike](https://github.com/jimporter/mike) | `2.1.1` | `2.1.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.25` | `9.5.27` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` |
| [uv](https://github.com/astral-sh/uv) | `0.2.5` | `0.2.18` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.2` | `3.2.5` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` |
| [time-machine](https://github.com/adamchainz/time-machine) | `2.14.1`
| `2.14.2` |
Updates `flake8` from 7.0.0 to 7.1.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/flake8/commit/65a38c42a7f1a05ff8d99b313160754fc9b7a0d8"><code>65a38c4</code></a>
Release 7.1.0</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/34c97e046a459b0682c82660f16c620369abd6b7"><code>34c97e0</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1939">#1939</a>
from PyCQA/new-pycodestyle</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/defd315175b7b77472affb61a410e5720dabdc1a"><code>defd315</code></a>
latest pycodestyle</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/408d4d695c71b0b232cea576876e757c87a3379c"><code>408d4d6</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1930">#1930</a>
from mzagol/patch-1</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/866ad729c64eea359960a8ac4e3f1201104ee55c"><code>866ad72</code></a>
Add --extend-exclude to the TOC</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/33e508307ac4545a45472fdc32c6eaadbc7b9580"><code>33e5083</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1923">#1923</a>
from Viicos/entry-points-docs</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/6659b213c9aa8fa49235e13a365fcd34f58cbc6b"><code>6659b21</code></a>
Fix toctree ordering in index</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/ba0f56610adbd4d8733772ce1c63efcab1b70079"><code>ba0f566</code></a>
Use explicit external references</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/350f2545fd3ec75640a1605e4995a2f921e8b38b"><code>350f254</code></a>
Use explicit external references</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/49f52a8598d8a934b07f367a1b3ad87dbe51be5b"><code>49f52a8</code></a>
Update documentation regarding entry points</li>
<li>Additional commits viewable in <a
href="https://github.com/pycqa/flake8/compare/7.0.0...7.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `pydoclint` from 0.4.1 to 0.5.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/releases">pydoclint's
releases</a>.</em></p>
<blockquote>
<h2>0.5.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Add DOC604 & 605 test cases; improve DOC605 err msg by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/147">jsh9/pydoclint#147</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.2...0.5.3">https://github.com/jsh9/pydoclint/compare/0.5.2...0.5.3</a></p>
<h2>0.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Make url a proper link by <a
href="https://github.com/Gabriel-p"><code>@Gabriel-p</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/137">jsh9/pydoclint#137</a></li>
<li>Don't report DOC6xx if no docstring or short docstring by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/145">jsh9/pydoclint#145</a></li>
<li>Don't report DOC109 if arg list is empty by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/146">jsh9/pydoclint#146</a></li>
<li>Updated some documentations (<a
href="https://github.com/jsh9/pydoclint/commit/1a270b085a7117bc7b8a72cc4cc53491108ad588">https://github.com/jsh9/pydoclint/commit/1a270b085a7117bc7b8a72cc4cc53491108ad588</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Gabriel-p"><code>@Gabriel-p</code></a>
made their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/137">jsh9/pydoclint#137</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.1...0.5.2">https://github.com/jsh9/pydoclint/compare/0.5.1...0.5.2</a></p>
<h2>0.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix annotation unparsing bug by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/132">jsh9/pydoclint#132</a></li>
<li>Fix another bug in class attr checking by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/133">jsh9/pydoclint#133</a></li>
<li>Use "attribute" docstring section in Sphinx style by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/136">jsh9/pydoclint#136</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.0...0.5.1">https://github.com/jsh9/pydoclint/compare/0.5.0...0.5.1</a></p>
<h2>0.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Check class attributes against docstring by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/130">jsh9/pydoclint#130</a>
<ul>
<li>This functionality checks class attributes against the
"Attributes"
section of the docstring</li>
<li>There is a new config option, <code>--check-class-attributes</code>
(or <code>-cca</code>),
which defaults to <code>True</code>. Therefore, this breaks backward
compatibility.</li>
<li>To maintain backward compatibility, set
<code>--check-class-attributes</code> to
<code>False</code></li>
<li>Options like <code>--check-arg-order</code>,
<code>--arg-type-hints-in-signature</code>, and
<code>--arg-type-hints-in-docstring</code> are still effective in
checking class
attributes</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.4.2...0.5.0">https://github.com/jsh9/pydoclint/compare/0.4.2...0.5.0</a></p>
<h2>0.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve DOC403 message by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/129">jsh9/pydoclint#129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.4.1...0.4.2">https://github.com/jsh9/pydoclint/compare/0.4.1...0.4.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's
changelog</a>.</em></p>
<blockquote>
<h2>[0.5.3] - 2024-06-26</h2>
<ul>
<li>
<p>Changed</p>
<ul>
<li>Added DOC604 & 605 test cases</li>
<li>Improved DOC605 error message</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.2...0.5.3">https://github.com/jsh9/pydoclint/compare/0.5.2...0.5.3</a></li>
</ul>
</li>
</ul>
<h2>[0.5.2] - 2024-06-26</h2>
<ul>
<li>
<p>Changed</p>
<ul>
<li>Pinned to a higher version (0.0.9) of docstring_parser_fork</li>
<li>Relaxed class attribute checking logic
<ul>
<li>When a class has no docstring, no DOC6xx violations will be
reported</li>
<li>When a class has a short docstring (and
<code>--skip-checking-short-docstrings</code>) is set to
<code>True</code>, no DOC6xx
violations will be reported</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.1...0.5.2">https://github.com/jsh9/pydoclint/compare/0.5.1...0.5.2</a></li>
</ul>
</li>
</ul>
<h2>[0.5.1] - 2024-06-24</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Fixed a bug in unparsing annotations when checking class
attributes</li>
<li>Fixed a bug in checking class attributes where there are no
attributes in
class def or in docstring</li>
</ul>
</li>
<li>
<p>Changed</p>
<ul>
<li>Used a dedicated "attribute" section for Sphinx-style
docstrings</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.0...0.5.1">https://github.com/jsh9/pydoclint/compare/0.5.0...0.5.1</a></li>
</ul>
</li>
</ul>
<h2>[0.5.0] - 2024-06-22</h2>
<ul>
<li>
<p>Added</p>
<ul>
<li>Added checks for class attributes
<ul>
<li>This functionality checks class attributes against the
"Attributes"
section of the docstring</li>
<li>There is a new config option, <code>--check-class-attributes</code>
(or <code>-cca</code>),
which defaults to <code>True</code>. Therefore, this breaks backward
compatibility.</li>
<li>To maintain backward compatibility, set
<code>--check-class-attributes</code> to
<code>False</code></li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/98f7a5c8237e4d72e21edbff74bb3b2f85e3be71"><code>98f7a5c</code></a>
Add DOC604 & 605 test cases; improve DOC605 err msg (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/147">#147</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/4d0293a1ab4793d61a840e8746cdf7e62c892f70"><code>4d0293a</code></a>
Don't report DOC109 if arg list is empty (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/146">#146</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/4dd16670e3e0d5e0211c4edb6d9e308724e02042"><code>4dd1667</code></a>
Don't report DOC6xx if no docstring or short docstring (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/145">#145</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/457a559af2cfe90d179c73dc0bc6ec807a30e615"><code>457a559</code></a>
Switch to pprint for Doc objects</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/bf674facc70a002bea0291dc6186b2ce3e266f0c"><code>bf674fa</code></a>
Make url a proper link (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/137">#137</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/1a270b085a7117bc7b8a72cc4cc53491108ad588"><code>1a270b0</code></a>
Add DOC6xx explanations to docs</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/f43a9612277c24d06c4669d6459a59d38792038f"><code>f43a961</code></a>
Use "attribute" docstring section in Sphinx style (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/136">#136</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/63bed6b6d2d5443cef9177f9b003ba61288d5c72"><code>63bed6b</code></a>
Fix another bug in class attr checking (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/133">#133</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/a5e24e6971dfffff3481b09d12f6703d90792435"><code>a5e24e6</code></a>
Fix annotation unparsing bug (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/132">#132</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/2c4337c59fc8d8f0dafa8c21886f2812c3c161ec"><code>2c4337c</code></a>
Update documentation</li>
<li>Additional commits viewable in <a
href="https://github.com/jsh9/pydoclint/compare/0.4.1...0.5.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `mike` from 2.1.1 to 2.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jimporter/mike/releases">mike's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.2</h2>
<h3>Bug fixes</h3>
<ul>
<li>Remove ambiguity of some Git commands so that file and branch names
don't collide</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jimporter/mike/blob/master/CHANGES.md">mike's
changelog</a>.</em></p>
<blockquote>
<h2>v2.1.2 (2024-06-23)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Remove ambiguity of some Git commands so that file and branch names
don't
collide</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jimporter/mike/commit/62aaeafe60927b0653b319585cbe4a1a1eb1bc23"><code>62aaeaf</code></a>
Update version to 2.1.2</li>
<li><a
href="https://github.com/jimporter/mike/commit/3f7d756e26fca03660e6f08927c7cd911e933c78"><code>3f7d756</code></a>
Use "--" to disambiguate Git arguments in a few more places;
resolves <a
href="https://redirect.github.com/jimporter/mike/issues/218">#218</a></li>
<li><a
href="https://github.com/jimporter/mike/commit/5e6970d65beaf2c92fa1d22dbf524a931a393e8b"><code>5e6970d</code></a>
Belatedly update copyright year</li>
<li><a
href="https://github.com/jimporter/mike/commit/9291efbd6961d652c16c000dc1fe4f2f1e19f94c"><code>9291efb</code></a>
Update version to 2.2.0.dev0</li>
<li>See full diff in <a
href="https://github.com/jimporter/mike/compare/v2.1.1...v2.1.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-material` from 9.5.25 to 9.5.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.5.27</h2>
<ul>
<li>Updated Estonian translations</li>
</ul>
<p>Thanks to <a
href="https://github.com/Eilyre"><code>@Eilyre</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.26</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7232">#7232</a>:
Tab switches on scroll when linking tabs (9.5.19 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7230">#7230</a>:
Blog author avatar broken when referring to local file</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.5.27 (2024-06-16)</p>
<ul>
<li>Updated Estonian translations</li>
</ul>
<p>mkdocs-material-9.5.26 (2024-06-06)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7232">#7232</a>:
Tab switches on scroll when linking tabs (9.5.19 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7230">#7230</a>:
Blog author avatar broken when referring to local file</li>
</ul>
<p>mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)</p>
<ul>
<li>Fixed projects plugin crashing when serving before building
subprojects</li>
</ul>
<p>mkdocs-material-9.5.25 (2024-05-27)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7209">#7209</a>:
Tags plugin crashing on numeric tags</li>
</ul>
<p>mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)</p>
<ul>
<li>Fixed projects plugin crashing in serve mode when disabled</li>
<li>Fixed projects plugin crashing when building nested projects</li>
</ul>
<p>mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7191">#7191</a>:
Tags listings not rendering when toc_depth is changed</li>
</ul>
<p>mkdocs-material-9.5.24 (2024-05-20)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7187">#7187</a>:
Version selector title rendering issue</li>
</ul>
<p>mkdocs-material-9.5.23 (2024-05-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7183">#7183</a>:
Edge case in anchor navigation when using instant navigation</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6436">#6436</a>:
Version selector not showing version alias</li>
</ul>
<p>mkdocs-material-9.5.22 (2024-05-12)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7170">#7170</a>:
Copy button adds empty lines for line spans (9.5.18 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7160">#7160</a>:
Version switching doesn't stay on page (9.5.5 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5619">#5619</a>:
Links in Mermaid.js diagrams not discernible</li>
</ul>
<p>mkdocs-material-9.5.21 (2024-05-03)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7133">#7133</a>:
Ensure latest version of Mermaid.js is used</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7125">#7125</a>:
Added warning for dotfiles in info plugin</li>
</ul>
<p>mkdocs-material-9.5.20 (2024-04-29)</p>
<ul>
<li>Fixed deprecation warning in privacy plugin (9.5.19 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7119">#7119</a>:
Tags plugin emits deprecation warning (9.5.19 regression)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f4adebd7587ed7d38a09062ca9af29283ad3d13f"><code>f4adebd</code></a>
Prepare 9.5.27 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/9e1f527e57eae44656ea86e3553e9bc29144da0f"><code>9e1f527</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f4db9de0f018427ceb6bc28d5fb095d6c1468b13"><code>f4db9de</code></a>
Updated Estonian translations</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/b45c51dee43472b4164f703b5ee1db775a99a5a6"><code>b45c51d</code></a>
Changed Twitter to X (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7266">#7266</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/4ba7a6db51029b346f7ac1fecc1c99e46654cade"><code>4ba7a6d</code></a>
Add reference to PlantUML Markdown schema (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7260">#7260</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/ccc8d8491f35a9b37ff2ea4a60503304fab1cf9b"><code>ccc8d84</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/0c54a880d27803cb57aa4c5ca20ed70347e82aeb"><code>0c54a88</code></a>
Updated Premium sponsors</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f8871975babb2928ef5d797ddcc659ddf8aa19ff"><code>f887197</code></a>
Updated changelog</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/0d5a08ca9de9f97cb2302490b8ef9d451dfd17f3"><code>0d5a08c</code></a>
Prepare 9.5.26 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/1cc45d50d077c8c27d58b71dcc11b941779ec9b2"><code>1cc45d5</code></a>
Fixed active tab stolen on scroll with linked content tabs</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.25...9.5.27">compare
view</a></li>
</ul>
</details>
<br />
Updates `mypy` from 1.10.0 to 1.10.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>
<h4>Mypy 1.10.1</h4>
<ul>
<li>Fix error reporting on cached run after uninstallation of third
party library (Shantanu, PR <a
href="https://redirect.github.com/python/mypy/pull/17420">17420</a>)</li>
</ul>
<h4>Acknowledgements</h4>
<p>Thanks to all mypy contributors who contributed to this release:</p>
<ul>
<li>Alex Waygood</li>
<li>Ali Hamdan</li>
<li>Edward Paget</li>
<li>Evgeniy Slobodkin</li>
<li>Hashem</li>
<li>hesam</li>
<li>Hugo van Kemenade</li>
<li>Ihor</li>
<li>James Braza</li>
<li>Jelle Zijlstra</li>
<li>jhance</li>
<li>Jukka Lehtosalo</li>
<li>Loïc Simon</li>
<li>Marc Mueller</li>
<li>Matthieu Devlin</li>
<li>Michael R. Crusoe</li>
<li>Nikita Sobolev</li>
<li>Oskari Lehto</li>
<li>Riccardo Di Maio</li>
<li>Richard Si</li>
<li>roberfi</li>
<li>Roman Solomatin</li>
<li>Sam Xifaras</li>
<li>Shantanu</li>
<li>Spencer Brown</li>
<li>Srinivas Lade</li>
<li>Tamir Duberstein</li>
<li>youkaichao</li>
</ul>
<p>I’d also like to thank my employer, Dropbox, for supporting mypy
development.</p>
<h2>Mypy 1.9</h2>
<p>We’ve just uploaded mypy 1.9 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, performance
improvements 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>
<h4>Breaking Changes</h4>
<p>Because the version of typeshed we use in mypy 1.9 doesn't support
3.7, neither does mypy 1.9. (Jared Hance, PR <a
href="https://redirect.github.com/python/mypy/pull/16883">16883</a>)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/c28b5257b528f65a028e7d0dbecbcd81c7997356"><code>c28b525</code></a>
[1.10 backport] Fix error reporting on cached run after uninstallation
of thi...</li>
<li>See full diff in <a
href="https://github.com/python/mypy/compare/v1.10.0...v1.10.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `uv` from 0.2.5 to 0.2.18
<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.2.18</h2>
<h2>Release Notes</h2>
<h3>CLI</h3>
<ul>
<li>Make <code>--universal</code> and <code>--python-platform</code>
mutually exclusive (<a
href="https://redirect.github.com/astral-sh/uv/pull/4598">#4598</a>)</li>
<li>Add <code>--depth</code> and <code>--prune</code> support to
<code>pip tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4440">#4440</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Handle cycles when propagating markers (<a
href="https://redirect.github.com/astral-sh/uv/pull/4595">#4595</a>)</li>
<li>Ignore <code>py</code> not found errors during interpreter discovery
(<a
href="https://redirect.github.com/astral-sh/uv/pull/4620">#4620</a>)</li>
<li>Merge markers when applying constraints (<a
href="https://redirect.github.com/astral-sh/uv/pull/4648">#4648</a>)</li>
<li>Retry on spurious failures when caching built wheels (<a
href="https://redirect.github.com/astral-sh/uv/pull/4605">#4605</a>)</li>
<li>Sort indexes during graph edge removal (<a
href="https://redirect.github.com/astral-sh/uv/pull/4649">#4649</a>)</li>
<li>Treat Python version as a lower bound in <code>--universal</code>
(<a
href="https://redirect.github.com/astral-sh/uv/pull/4597">#4597</a>)</li>
<li>Fix the incorrect handling of markers in <code>pip tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4611">#4611</a>)</li>
<li>Improve toolchain and environment missing error messages (<a
href="https://redirect.github.com/astral-sh/uv/pull/4596">#4596</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Explicitly mention use of seed packages during <code>uv venv
--seed</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4588">#4588</a>)</li>
</ul>
<h2>Install uv 0.2.18</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.2.18/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -c "irm
https://github.com/astral-sh/uv/releases/download/0.2.18/uv-installer.ps1
| iex"
</code></pre>
<h2>Download uv 0.2.18</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.2.18/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.2.18/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/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.2.18/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.2.18/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.2.18/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-aarch64-unknown-linux-gnu.tar.gz">uv-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-i686-unknown-linux-gnu.tar.gz">uv-i686-unknown-linux-gnu.tar.gz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-powerpc64-unknown-linux-gnu.tar.gz">uv-powerpc64-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-powerpc64le-unknown-linux-gnu.tar.gz">uv-powerpc64le-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64LE Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-s390x-unknown-linux-gnu.tar.gz">uv-s390x-unknown-linux-gnu.tar.gz</a></td>
<td>S390x Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.2.18/uv-s390x-unknown-linux-gnu.tar.gz.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.2.18</h2>
<h3>CLI</h3>
<ul>
<li>Make <code>--universal</code> and <code>--python-platform</code>
mutually exclusive (<a
href="https://redirect.github.com/astral-sh/uv/pull/4598">#4598</a>)</li>
<li>Add <code>--depth</code> and <code>--prune</code> support to
<code>pip tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4440">#4440</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Handle cycles when propagating markers (<a
href="https://redirect.github.com/astral-sh/uv/pull/4595">#4595</a>)</li>
<li>Ignore <code>py</code> not found errors during interpreter discovery
(<a
href="https://redirect.github.com/astral-sh/uv/pull/4620">#4620</a>)</li>
<li>Merge markers when applying constraints (<a
href="https://redirect.github.com/astral-sh/uv/pull/4648">#4648</a>)</li>
<li>Retry on spurious failures when caching built wheels (<a
href="https://redirect.github.com/astral-sh/uv/pull/4605">#4605</a>)</li>
<li>Sort indexes during graph edge removal (<a
href="https://redirect.github.com/astral-sh/uv/pull/4649">#4649</a>)</li>
<li>Treat Python version as a lower bound in <code>--universal</code>
(<a
href="https://redirect.github.com/astral-sh/uv/pull/4597">#4597</a>)</li>
<li>Fix the incorrect handling of markers in <code>pip tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4611">#4611</a>)</li>
<li>Improve toolchain and environment missing error messages (<a
href="https://redirect.github.com/astral-sh/uv/pull/4596">#4596</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Explicitly mention use of seed packages during <code>uv venv
--seed</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4588">#4588</a>)</li>
</ul>
<h2>0.2.17</h2>
<h3>Bug fixes</h3>
<ul>
<li>Avoid enforcing extra-only constraints (<a
href="https://redirect.github.com/astral-sh/uv/pull/4570">#4570</a>)</li>
</ul>
<h2>0.2.16</h2>
<h3>Enhancements</h3>
<ul>
<li>Add a universal resolution mode to <code>uv pip compile</code> with
<code>--universal</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4505">#4505</a>)</li>
<li>Add support for <code>--no-strip-markers</code> in <code>uv pip
compile</code> output (<a
href="https://redirect.github.com/astral-sh/uv/pull/4503">#4503</a>)</li>
<li>Add <code>--no-dedupe</code> support to <code>uv pip tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4449">#4449</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Enable more precise environment locking with <code>--prefix</code>
(<a
href="https://redirect.github.com/astral-sh/uv/pull/4506">#4506</a>)</li>
<li>Allow local index references in <code>requirements.txt</code> files
(<a
href="https://redirect.github.com/astral-sh/uv/pull/4525">#4525</a>)</li>
<li>Allow non-<code>file://</code> paths to serve as
<code>--index-url</code> values (<a
href="https://redirect.github.com/astral-sh/uv/pull/4524">#4524</a>)</li>
<li>Make <code>.egg-info</code> filename parsing spec compliant (<a
href="https://redirect.github.com/astral-sh/uv/pull/4533">#4533</a>)</li>
<li>Gracefully handle non-existent packages in local indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/4545">#4545</a>)</li>
<li>Read content length from response rather than request (<a
href="https://redirect.github.com/astral-sh/uv/pull/4488">#4488</a>)</li>
<li>Read persistent configuration from non-workspace
<code>pyproject.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/4526">#4526</a>)</li>
<li>Avoid panic for invalid, non-base index URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/4527">#4527</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Skip submodule update for fresh clones (<a
href="https://redirect.github.com/astral-sh/uv/pull/4482">#4482</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/13b0beb56fdc607c1f38d820dbf8c95c8fd0ce84"><code>13b0beb</code></a>
Bump version to v0.2.18 (<a
href="https://redirect.github.com/astral-sh/uv/issues/4650">#4650</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/7da3423af941a31430ef8dec2986e575130fd045"><code>7da3423</code></a>
Add <code>uv tool uninstall</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/4641">#4641</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/8d9b4a5e1cc8e8e694b74a6ab3e0ec8cca09a2c8"><code>8d9b4a5</code></a>
Sort indexes during graph edge removal (<a
href="https://redirect.github.com/astral-sh/uv/issues/4649">#4649</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/ea6185e082446b8305287f129ff4ccbaf550c9db"><code>ea6185e</code></a>
Merge markers when applying constraints (<a
href="https://redirect.github.com/astral-sh/uv/issues/4648">#4648</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/0bb99952f6e2cbe1047de2ac0acdc0af81820358"><code>0bb9995</code></a>
Sync all packages in a virtual workspace (<a
href="https://redirect.github.com/astral-sh/uv/issues/4636">#4636</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/af9c2e60aabcb13cebecbbb173238215852ec7f2"><code>af9c2e6</code></a>
Ignore <code>py</code> not found errors during interpreter discovery (<a
href="https://redirect.github.com/astral-sh/uv/issues/4620">#4620</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/3a627f37994580625f58ac63a19bf38fc2f7589e"><code>3a627f3</code></a>
Track tool entry points in receipts (<a
href="https://redirect.github.com/astral-sh/uv/issues/4634">#4634</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/72438ef5bb03d5883b9909dbd5286c38d701c897"><code>72438ef</code></a>
Use asterisk for dependency cycles in <code>uv pip tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/4626">#4626</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/a444e596686aa57dad691f20ab3e50392aad13ee"><code>a444e59</code></a>
Add <code>uv tool list</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/4630">#4630</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/948c0f151b3c68f9a481968fa6b601e01ea2b554"><code>948c0f1</code></a>
Add retries to <code>system-test-opensuse</code> setup which flakes
during database upda...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.2.5...0.2.18">compare
view</a></li>
</ul>
</details>
<br />
Updates `pylint` from 3.2.2 to 3.2.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/ae730ac7721d2cb206c153f680605b83d66fbc84"><code>ae730ac</code></a>
Bump pylint to 3.2.5, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9756">#9756</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/be7b5cc8cb3bf910866b66eb43becabf5299ab2f"><code>be7b5cc</code></a>
[unreachable-code] Fix the false positive in python 3.8 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9753">#9753</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9755">#9755</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/6c3ab77c23cb3c6fe4a626148bf3aab9de8f3dd6"><code>6c3ab77</code></a>
[release] Fix 3.2.4 release date following issue with twine 5.1.0 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9749">#9749</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9">#9</a>...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/425ad66da9467bac9074de3f2294f7851cb3320b"><code>425ad66</code></a>
Bump pylint to 3.2.4, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9746">#9746</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/c41c35a8e0dd71ba96944613e6a2ced830407670"><code>c41c35a</code></a>
[possibly-used-before-assignment] Avoid FP for typing.NoReturn &
Never (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9714">#9714</a>...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/22e4d365277d20b243de54e7a75cedde28436b11"><code>22e4d36</code></a>
[symilar] Rename the unittest file that had a typo.</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/3cf313a2abacfc273a4b26ecf94f9dc2fc61a00d"><code>3cf313a</code></a>
[symilar] Fix the short form options that weren't being processed
properly</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/e13544f4e2ce93e823019958e05f5e590169992d"><code>e13544f</code></a>
[symilar] Fix crash when giving bad options to symilar</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/c3e257925e313a19f42dd17d20179152f5f5db2f"><code>c3e2579</code></a>
[unnecessary-list-index-lookup] Fix crashes for uninferrable 'start'
value in...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/6b66ca65b2c8e4562d5550694ba68bb6bb445034"><code>6b66ca6</code></a>
[undefined-variable] Fix a crash for undefined lineno in annotations (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9705">#9705</a>)
...</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.2.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytest` from 8.2.1 to 8.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.2.2</h2>
<h1>pytest 8.2.2 (2024-06-04)</h1>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12355">#12355</a>:
Fix possible catastrophic performance slowdown on a certain
parametrization pattern involving many higher-scoped parameters.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12367">#12367</a>:
Fix a regression in pytest 8.2.0 where unittest class instances (a fresh
one is created for each test) were not released promptly on test
teardown but only on session teardown.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12381">#12381</a>:
Fix possible "Directory not empty" crashes arising from
concurent cache dir (<code>.pytest_cache</code>) creation. Regressed in
pytest 8.2.0.</li>
</ul>
<h2>Improved Documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12290">#12290</a>:
Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode
theme.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12356">#12356</a>:
Added a subsection to the documentation for debugging flaky tests to
mention
lack of thread safety in pytest as a possible source of flakyness.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12363">#12363</a>:
The documentation webpages now links to a canonical version to reduce
outdated documentation in search engine results.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/329d3712146e69c471be3e30883d54bdde2f76cb"><code>329d371</code></a>
Prepare release version 8.2.2</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/214d098fcce88940f5ce9353786b3cc8f0bd3938"><code>214d098</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12414">#12414</a>
from bluetech/backport-12409</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/153a436bc40c9e89d90d62255ef5a89e9a762dca"><code>153a436</code></a>
[8.2.x] fixtures: fix catastrophic performance problem in
<code>reorder_items</code></li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/b41d5a52bbb808780ab310456d71e5ce509fd402"><code>b41d5a5</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12412">#12412</a>
from pytest-dev/backport-12408-to-8.2.x</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/9bb73d734ff40f52d7bbebd708b5e3ab1ba20798"><code>9bb73d7</code></a>
[8.2.x] cacheprovider: fix "Directory not empty" crash from
cache directory c...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/4569a01e3d20d64811d48b0b09539596520ea5a6"><code>4569a01</code></a>
[8.2.x] doc: Update trainings/events (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12402">#12402</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/1d103e5cdc1cb08f332e61a5b20fb205fa5228e7"><code>1d103e5</code></a>
[8.2.x] Clarify pytest_ignore_collect docs (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12386">#12386</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/240a252d34fff26efad5b3a92e62be4c9af94b70"><code>240a252</code></a>
[8.2.x] Add html_baseurl to sphinx conf.py (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12372">#12372</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a5ee3c41268199c2c0af59c33050326b1c4a342e"><code>a5ee3c4</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12370">#12370</a>
from pytest-dev/backport-12368-to-8.2.x</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/f7358aec2884720b4de4594ffd0811b46316514c"><code>f7358ae</code></a>
[8.2.x] unittest: fix class instances no longer released on test
teardown sin...</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `time-machine` from 2.14.1 to 2.14.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst">time-machine's
changelog</a>.</em></p>
<blockquote>
<h2>2.14.2 (2024-06-29)</h2>
<ul>
<li>
<p>Fix <code>SystemError</code> on Python 3.13 and Windows when starting
time travelling.</p>
<p>Thanks to Bernát Gábor for the report in <code>Issue
[#456](adamchainz/time-machine#456)
<https://github.com/adamchainz/time-machine/issues/456></code>__.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/adamchainz/time-machine/commit/eec0d7d02ff81f52cf1ce0ff62ad7208171c9675"><code>eec0d7d</code></a>
Version 2.14.2</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/d205a632ff5db6746bab6730320b7e8956d72abe"><code>d205a63</code></a>
Fix System Error on Python 3.13 and Windows (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/457">#457</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/040a7571a86bac190cc3e3ed0a19dff090569c37"><code>040a757</code></a>
Improve MyPy configuration</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/b0ca640fbd865d57a4710ea56e12ec7747655813"><code>b0ca640</code></a>
Tidy pyproject.toml readme and license fields</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/a02a11a4ff9b4e8b093adfbff1436548a199b5ea"><code>a02a11a</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/455">#455</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/891b2ce78828b95556278af53670e8c9b53db8f8"><code>891b2ce</code></a>
Upgrade requirements (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/454">#454</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/3740ccf3511d9444c5d14e08b806b57acf0c103b"><code>3740ccf</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/453">#453</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/f27a0abffea36548cd2dca0be2adb8a523b5761c"><code>f27a0ab</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/452">#452</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/f122d3865f989309f0adbd4814c986125f23ff20"><code>f122d38</code></a>
Upgrade requirements (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/451">#451</a>)</li>
<li><a
href="https://github.com/adamchainz/time-machine/commit/d9746bdee07617db5cef30347a4174fcd539f0e9"><code>d9746bd</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/time-machine/issues/449">#449</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/adamchainz/time-machine/compare/2.14.1...2.14.2">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>File tree
Expand file treeCollapse file tree
1 file changed
+9
-9
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+9
-9
lines changedOpen diff view settings
Collapse file
+9-9Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
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 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments