Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps-dev): bump the minor-patch group across 1 directory with 3…
… updates (#203) Bumps the minor-patch group with 3 updates in the /python directory: [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy) and [pytest](https://github.com/pytest-dev/pytest). Updates `black` from 24.8.0 to 24.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>24.10.0</h2> <h3>Highlights</h3> <ul> <li>Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (<a href="https://redirect.github.com/psf/black/issues/4436">#4436</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li>Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (<a href="https://redirect.github.com/psf/black/issues/4447">#4447</a>)</li> <li>Black no longer supports running with Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crashes involving comments in parenthesised return types or <code>X | Y</code> style unions. (<a href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li> <li>Fix skipping Jupyter cells with unknown <code>%%</code> magic (<a href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix type annotation spacing between * and more complex type variable tuple (i.e. <code>def fn(*args: *tuple[*Ts, T]) -> None: pass</code>) (<a href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li> </ul> <h3>Caching</h3> <ul> <li>Fix bug where the cache was shared between runs with and without <code>--unstable</code> (<a href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Upgrade version of mypyc used to 1.12 beta (<a href="https://redirect.github.com/psf/black/issues/4450">#4450</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li><code>blackd</code> now requires a newer version of aiohttp. (<a href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li> </ul> <h3>Output</h3> <ul> <li>Added Python target version information on parse error (<a href="https://redirect.github.com/psf/black/issues/4378">#4378</a>)</li> <li>Add information about Black version to internal error messages (<a href="https://redirect.github.com/psf/black/issues/4457">#4457</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>24.10.0</h2> <h3>Highlights</h3> <ul> <li>Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (<a href="https://redirect.github.com/psf/black/issues/4436">#4436</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li>Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (<a href="https://redirect.github.com/psf/black/issues/4447">#4447</a>)</li> <li>Black no longer supports running with Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crashes involving comments in parenthesised return types or <code>X | Y</code> style unions. (<a href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li> <li>Fix skipping Jupyter cells with unknown <code>%%</code> magic (<a href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix type annotation spacing between * and more complex type variable tuple (i.e. <code>def fn(*args: *tuple[*Ts, T]) -> None: pass</code>) (<a href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li> </ul> <h3>Caching</h3> <ul> <li>Fix bug where the cache was shared between runs with and without <code>--unstable</code> (<a href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Upgrade version of mypyc used to 1.12 beta (<a href="https://redirect.github.com/psf/black/issues/4450">#4450</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li><code>blackd</code> now requires a newer version of aiohttp. (<a href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li> </ul> <h3>Output</h3> <ul> <li>Added Python target version information on parse error (<a href="https://redirect.github.com/psf/black/issues/4378">#4378</a>)</li> <li>Add information about Black version to internal error messages (<a href="https://redirect.github.com/psf/black/issues/4457">#4457</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/1b2427a2b785cc4aac97c19bb4b9a0de063f9547"><code>1b2427a</code></a> Prepare release 24.10.0 (<a href="https://redirect.github.com/psf/black/issues/4471">#4471</a>)</li> <li><a href="https://github.com/psf/black/commit/a22b1ebbfd61fdc4f59de373abcc02c4db364359"><code>a22b1eb</code></a> Add mypyc 3.13 wheel build (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li><a href="https://github.com/psf/black/commit/b7d0e7212bb8bf9ee9ff6ad4137b33bd9711946e"><code>b7d0e72</code></a> Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...</li> <li><a href="https://github.com/psf/black/commit/f1a2f92bba7f1b8e4407e89d71a18fd1d6c61a91"><code>f1a2f92</code></a> Include --unstable in cache key (<a href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li> <li><a href="https://github.com/psf/black/commit/8d9d18c0338d9fbfc27b38f6f69bb630d90512fa"><code>8d9d18c</code></a> Fix skipping Jupyter cells with unknown %% magic (<a href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li> <li><a href="https://github.com/psf/black/commit/bbfdba3a5e4f0b3105ec9526c51e769866b28f1f"><code>bbfdba3</code></a> Fix docs CI: use venv for uv to fix 'failed to create directory' (<a href="https://redirect.github.com/psf/black/issues/4460">#4460</a>)</li> <li><a href="https://github.com/psf/black/commit/8fb2add1f79893be14e3a17345088d8cc3edc7c9"><code>8fb2add</code></a> Use builtin generics (<a href="https://redirect.github.com/psf/black/issues/4458">#4458</a>)</li> <li><a href="https://github.com/psf/black/commit/2a45cecf2951bb778204dcf63a90f146f4cc9c6c"><code>2a45cec</code></a> Fix crashes with comments in parentheses (<a href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li> <li><a href="https://github.com/psf/black/commit/b4d6d8632dea33363eaa0eaad9caf94a223e0f43"><code>b4d6d86</code></a> Drop Python 3.8 support (<a href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li> <li><a href="https://github.com/psf/black/commit/ac018c16cae526eabbd7df5e3c0376ae27a1a0cc"><code>ac018c1</code></a> Require newer aiohttp for blackd (<a href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/24.8.0...24.10.0">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.11.2 to 1.12.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.12.1</h3> <ul> <li>Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/17961">17961</a>)</li> <li>Fix iteration over union (when self type is involved) (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17976">17976</a>)</li> <li>Fix type object with type var default in union context (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17991">17991</a>)</li> <li>Revert change to <code>os.path</code> stubs affecting use of <code>os.PathLike[Any]</code> (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17995">17995</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>Ali Hamdan</li> <li>Anders Kaseorg</li> <li>Bénédikt Tran</li> <li>Brian Schubert</li> <li>bzoracler</li> <li>Chelsea Durazo</li> <li>Danny Yang</li> <li>Edgar Ramírez Mondragón</li> <li>Eric Mark Martin</li> <li>InSync</li> <li>Ivan Levkivskyi</li> <li>Jordandev678</li> <li>Katrina Connors</li> <li>Kirill Podoprigora</li> <li>Marc Mueller</li> <li>Max Muoto</li> <li>Max Murin</li> <li>Michael Carlstrom</li> <li>Michael I Chen</li> <li>Pradyun Gedam</li> <li>quinn-sasha</li> <li>Raphael Krupinski</li> <li>Sebastian Rittau</li> <li>Shantanu</li> <li>sobolevn</li> <li>Soubhik Kumar Mitra</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.11</h2> <p>We’ve just uploaded mypy 1.11 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> <h3>Support Python 3.12 Syntax for Generics (PEP 695)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/050d12f8d5b07a892fc4e24fabc485cfafce3ff0"><code>050d12f</code></a> Bump version to 1.12.1</li> <li><a href="https://github.com/python/mypy/commit/346e370fc314b3c7c84a1e3e920dd9afe039b4bd"><code>346e370</code></a> [1.12 backport] revert os.path change (<a href="https://redirect.github.com/python/mypy/issues/17995">#17995</a>)</li> <li><a href="https://github.com/python/mypy/commit/71e1f055f0fcfa289a8ed6e82297ceb0a3e74417"><code>71e1f05</code></a> Fix type object with type var default in union context (<a href="https://redirect.github.com/python/mypy/issues/17991">#17991</a>)</li> <li><a href="https://github.com/python/mypy/commit/34d86038bab0b79251019fd1cbb438b7aef1a592"><code>34d8603</code></a> Fix iteration over union (when self type is involved) (<a href="https://redirect.github.com/python/mypy/issues/17976">#17976</a>)</li> <li><a href="https://github.com/python/mypy/commit/2485bed372cbc82ea4789c480eb6359905693e86"><code>2485bed</code></a> Use kw-only args for member access booleans (<a href="https://redirect.github.com/python/mypy/issues/17975">#17975</a>)</li> <li><a href="https://github.com/python/mypy/commit/a5e9b0b7fe5f2b5e3b3efac844216159a24ebd9c"><code>a5e9b0b</code></a> Fix crash when showing partially analyzed type in error message (<a href="https://redirect.github.com/python/mypy/issues/17961">#17961</a>)</li> <li><a href="https://github.com/python/mypy/commit/4775da1977dc116d2005e61e819df1603780178a"><code>4775da1</code></a> Bump version to 1.12.1+dev</li> <li><a href="https://github.com/python/mypy/commit/f2a39b16f00e2b7b1922aa9324c092cabbae57a9"><code>f2a39b1</code></a> Update version to 1.12.0</li> <li><a href="https://github.com/python/mypy/commit/b4ec37acce8e0b47518f62a87710375a5b91afed"><code>b4ec37a</code></a> Add one more 1.12 changelog item (<a href="https://redirect.github.com/python/mypy/issues/17936">#17936</a>)</li> <li><a href="https://github.com/python/mypy/commit/cc1c679a9296e9f66b8ed54d5aea559829b4fcfb"><code>cc1c679</code></a> Better handling of generic functions in partial plugin (<a href="https://redirect.github.com/python/mypy/issues/17925">#17925</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.11.2...v1.12.1">compare view</a></li> </ul> </details> <br /> Updates `pytest` from 8.3.2 to 8.3.3 <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.3.3</h2> <h1>pytest 8.3.3 (2024-09-09)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>: Avoid calling <code>@Property</code> (and other instance descriptors) during fixture discovery -- by <code>asottile</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>: Fixed the issue of not displaying assertion failure differences when using the parameter <code>--import-mode=importlib</code> in pytest>=8.1.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by <code>Avasam</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in <code>assert condition, msg</code>).</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>: Fix bug where disabling the terminal plugin via <code>-p no:terminal</code> would cause crashes related to missing the <code>verbose</code> option.</p> <p>-- by <code>GTowers1</code>{.interpreted-text role="user"}</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.</li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>: Fix typos discovered by codespell and add codespell to pre-commit hooks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a> build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a> Prepare release version 8.3.3</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a> Include co-authors in release announcement (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12795">#12795</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a> Do not discover properties when iterating fixtures (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12781">#12781</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a> Fix issue with slashes being turned into backslashes on Windows (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12760">#12760</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12">#12</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12785">#12785</a> from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12784">#12784</a> from svenevs/fix/docs-example-parametrize-minor-typo</li> <li><a href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a> Streamline checks for verbose option (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12706">#12706</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a> Fix typos and introduce codespell pre-commit hook (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a> doc: Remove past training (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12772">#12772</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3">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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information