-
Notifications
You must be signed in to change notification settings - Fork 90
Commit 99760a6
1089: Bump pytest from 8.3.4 to 8.3.5 r=curquiza a=dependabot[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5.
<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.5</h2>
<h1>pytest 8.3.5 (2025-03-02)</h1>
<h2>Bug fixes</h2>
<ul>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/11777">#11777</a>: Fixed issue where sequences were still being shortened even with <code>-vv</code> verbosity.</li>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12888">#12888</a>: Fixed broken input when using Python 3.13+ and a <code>libedit</code> build of Python, such as on macOS or with uv-managed Python binaries from the <code>python-build-standalone</code> project. This could manifest e.g. by a broken prompt when using <code>Pdb</code>, or seeing empty inputs with manual usage of <code>input()</code> and suspended capturing.</li>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13026">#13026</a>: Fixed <code>AttributeError</code>{.interpreted-text role="class"} crash when using <code>--import-mode=importlib</code> when top-level directory same name as another module of the standard library.</li>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13053">#13053</a>: Fixed a regression in pytest 8.3.4 where, when using <code>--import-mode=importlib</code>, a directory containing py file with the same name would cause an <code>ImportError</code></li>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13083">#13083</a>: Fixed issue where pytest could crash if one of the collected directories got removed during collection.</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12842">#12842</a>: Added dedicated page about using types with pytest.</p>
<p>See <code>types</code>{.interpreted-text role="ref"} for detailed usage.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13112">#13112</a>: Fixed selftest failures in <code>test_terminal.py</code> with Pygments >= 2.19.0</li>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/13256">#13256</a>: Support for Towncrier versions released in 2024 has been re-enabled
when building Sphinx docs -- by <code>webknjaz</code>{.interpreted-text role="user"}.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest/commit/b55ab2aabb68c0ce94c3903139b062d0c2790152"><code>b55ab2a</code></a> Prepare release version 8.3.5</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/e217726d2a0edfaf58eae95bf835b85834b96da3"><code>e217726</code></a> Added dedicated page about using types with pytest <a href="https://redirect.github.com/pytest-dev/pytest/issues/12842">#12842</a> (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12963">#12963</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13260">#13260</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/2fa3f8306c3da4aad7f7349a4947ac37ba6c652f"><code>2fa3f83</code></a> Add more resources and studies to flaky tests page in docs (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13250">#13250</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13259">#13259</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/e5c2efe3c36199731b41fd68bbf4df5e21404a8b"><code>e5c2efe</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13256">#13256</a> from webknjaz/maintenance/towncrier-bump (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13258">#13258</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/3419674225a3a7b7d6f93650d75f6de52fe637d5"><code>3419674</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13187">#13187</a> from pytest-dev/patchback/backports/8.3.x/b4009b319...</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/b75cfb162dbb927739698effa3fbcf279655da49"><code>b75cfb1</code></a> Add readline workaround for libedit (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13176">#13176</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/edbfff72a4051ed9c5f3d9b5d6f316b407cb6961"><code>edbfff7</code></a> doc: Clarify capturing .readouterr() return value (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13222">#13222</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13225">#13225</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/2ebba0063c66b77a7bd171221de059f3b3e47b86"><code>2ebba00</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/13199">#13199</a> from jakkdl/tox_docs_no_fetch (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13200">#13200</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/eb6496b79759f9acde581ed9d7a0777a49b5f820"><code>eb6496b</code></a> doc: Change training to remote only (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13196">#13196</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13197">#13197</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/78cf1f67f707fc07372a89775fd10d2065b5f17a"><code>78cf1f6</code></a> ci: Bump build-and-inspect-python-package (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13188">#13188</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
1090: Bump pylint from 3.3.4 to 3.3.6 r=curquiza a=dependabot[bot]
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.4 to 3.3.6.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pylint-dev/pylint/commit/7ac5a4d4f77576df3a00e63f86ca86e0e1780b47"><code>7ac5a4d</code></a> Bump pylint to 3.3.6, update changelog</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/32871c57b2a55dad4728726f78c95c76f8945510"><code>32871c5</code></a> Move deprecated 'tool.setuptools.license-files', remove license classifier (#...</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/6455c450f55c214d3c2339e412baa41073cdbd04"><code>6455c45</code></a> Add pyproject.fmt to the pre-commit tooling (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10220">#10220</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/e394611960e5a5959e6edcd4e676087dc750efe1"><code>e394611</code></a> Bump types-setuptools from 75.8.2.20250305 to 76.0.0.20250313 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10279">#10279</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/544464a9ca2dc90c48e1c587b122a3764c070dd1"><code>544464a</code></a> [used-before-assignment] Fix FP for inner function return type (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10275">#10275</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10285">#10285</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/f28d76820bc52f67079cedd3d3050e79e63191b5"><code>f28d768</code></a> Ref <a href="https://redirect.github.com/pylint-dev/pylint/issues/10260">#10260</a> -- Add documentation for the github output format (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10272">#10272</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10273">#10273</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/6b68f91ef09dcae385aed97446353991074a9558"><code>6b68f91</code></a> Add additional permissions for backport workflow (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10269">#10269</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10270">#10270</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/819d606bdbe0e09b83e18b4e4c6ad6e47137c3d8"><code>819d606</code></a> Minor improvements to release workflow (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10267">#10267</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/aaab3ccb541532d2bcdf0410ab93ff4fafc266f5"><code>aaab3cc</code></a> Bump pylint to 3.3.5, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10266">#10266</a>)</li>
<li><a href="https://github.com/pylint-dev/pylint/commit/1052bc8b2fed14105fa291dd3dff104aa2db4694"><code>1052bc8</code></a> Bump pylint to 3.3.5a0, update changelog</li>
<li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.4...v3.3.6">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
1091: Bump tox from 4.24.1 to 4.25.0 r=curquiza a=dependabot[bot]
Bumps [tox](https://github.com/tox-dev/tox) from 4.24.1 to 4.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/releases">tox's releases</a>.</em></p>
<blockquote>
<h2>4.25.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Tests: Adjust expected exception message for Python 3.14.0a6 by <a href="https://github.com/hroncok"><code>`@hroncok</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3500">tox-dev/tox#3500</a></li>
<li>feat(config): Allow ranges in envlist by <a href="https://github.com/mimre25"><code>`@mimre25</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3503">tox-dev/tox#3503</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.24.2...4.25.0">https://github.com/tox-dev/tox/compare/4.24.2...4.25.0</a></p>
<h2>4.24.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>TOX-3117 bugfix -c pyproject with non legacy by <a href="https://github.com/AdrianCert"><code>`@AdrianCert</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3471">tox-dev/tox#3471</a></li>
<li>fix(docs): update expected code by <a href="https://github.com/gforcada"><code>`@gforcada</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3480">tox-dev/tox#3480</a></li>
<li>Add missing bracket in config example by <a href="https://github.com/jodal"><code>`@jodal</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3481">tox-dev/tox#3481</a></li>
<li>Gh issue 3456 update environment variable documentation by <a href="https://github.com/jugmac00"><code>`@jugmac00</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3482">tox-dev/tox#3482</a></li>
<li>fix: Respect <code>--parallel N</code> with <code>--parallel-no-spinner</code> by <a href="https://github.com/tusharsadhwani"><code>`@tusharsadhwani</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3495">tox-dev/tox#3495</a></li>
<li>TOML set_env file support by <a href="https://github.com/juditnovak"><code>`@juditnovak</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3478">tox-dev/tox#3478</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/AdrianCert"><code>`@AdrianCert</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3471">tox-dev/tox#3471</a></li>
<li><a href="https://github.com/gforcada"><code>`@gforcada</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3480">tox-dev/tox#3480</a></li>
<li><a href="https://github.com/jodal"><code>`@jodal</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3481">tox-dev/tox#3481</a></li>
<li><a href="https://github.com/juditnovak"><code>`@juditnovak</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3478">tox-dev/tox#3478</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.24.1...4.24.2">https://github.com/tox-dev/tox/compare/4.24.1...4.24.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/main/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v4.25.0 (2025-03-27)</h2>
<p>Features - 4.25.0</p>
<pre><code>- Add support for number ranges in generative environments, more details :ref:`here<generative-environment-list>`. - by :user:`mimre25` (:issue:`3502`)
<p>Bugfixes - 4.25.0
</code></pre></p>
<ul>
<li>Make tox tests pass with Python 3.14.0a6
<ul>
<li>by :user:<code>hroncok</code> (:issue:<code>3500</code>)</li>
</ul>
</li>
</ul>
<h2>v4.24.2 (2025-03-07)</h2>
<p>Bugfixes - 4.24.2</p>
<pre><code>- multiple source_type supports for the same filename. Like pyproject.toml can be load by both TomlPyProject & LegacyToml (:issue:`3117`)
- Support ``set_env = { file = "conf{/}local.env"}`` for TOML format - by :user:`juditnovak`. (:issue:`3474`)
- fix example on the docs (:issue:`3480`)
- - ``--parallel-no-spinner`` now respects max CPU set by ``--parallel N`` (:issue:`3495`)
<p>Improved Documentation - 4.24.2
</code></pre></p>
<ul>
<li>Updates the documentation for <code>os.environ['KEY']</code> when the variable does not exist - by :user:<code>jugmac00</code>. (:issue:<code>3456</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/3d35559ca1e9411708b9e5f73d610691a4fbdefc"><code>3d35559</code></a> release 4.25.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/0e6b4ad70b96c750e581ed02ae8dcdcad83cee66"><code>0e6b4ad</code></a> feat(config): Allow ranges in envlist (<a href="https://redirect.github.com/tox-dev/tox/issues/3503">#3503</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/5a67ae1a9e350e1e5a0149d6835bd29c517cc3ee"><code>5a67ae1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3505">#3505</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/f5f5cb1d7a9269a7a628af9c57eb8f7fbc18cf9f"><code>f5f5cb1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3499">#3499</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/beba4be197d49abdb8797ae1218dad1e6d1ee005"><code>beba4be</code></a> Tests: Adjust expected exception message for Python 3.14.0a6 (<a href="https://redirect.github.com/tox-dev/tox/issues/3500">#3500</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/794e6be20f8314f989c78699723f4039ab3b22f2"><code>794e6be</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3496">#3496</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/05835bfe5db31dfaa71d9fb146602ffcc6b7bfb9"><code>05835bf</code></a> release 4.24.2</li>
<li><a href="https://github.com/tox-dev/tox/commit/48522626d78e3d01ca18d815b3c02c1701ea7cb0"><code>4852262</code></a> TOML set_env file support (<a href="https://redirect.github.com/tox-dev/tox/issues/3478">#3478</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/1dac11f5f2ba46272d5a9f0a0731ea243e744aa0"><code>1dac11f</code></a> fix: Respect <code>--parallel N</code> with <code>--parallel-no-spinner</code> (<a href="https://redirect.github.com/tox-dev/tox/issues/3495">#3495</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/fd4490414d9abf7b63380fcdfe5bd38b021cc2e0"><code>fd44904</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3488">#3488</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.24.1...4.25.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
+34
-35
lines changed+34-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments