-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit 4a22f08
authored
chore(deps-dev): update tox requirement from 4.26.0 to 4.27.0 (#832)
Updates the requirements on [tox](https://github.com/tox-dev/tox) to
permit the latest version.
<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.27.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Feat: include free_threaded flag in result-json by <a
href="https://github.com/robsdedude"><code>@robsdedude</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3534">tox-dev/tox#3534</a></li>
<li>Add security policy by <a
href="https://github.com/jugmac00"><code>@jugmac00</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3535">tox-dev/tox#3535</a></li>
<li>Fix dependency-group name normalization by <a
href="https://github.com/robsdedude"><code>@robsdedude</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3540">tox-dev/tox#3540</a></li>
<li>Log environment variables sorted by key while redacting values of
unsafe ones by <a
href="https://github.com/ssbarnea"><code>@ssbarnea</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3543">tox-dev/tox#3543</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.26.0...4.27.0">https://github.com/tox-dev/tox/compare/4.26.0...4.27.0</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.27.0 (2025-06-17)</h2>
<p>Features - 4.27.0</p>
<pre><code>- Add ``free_threaded`` flag to to ``"python"``
entries in json output of ``--result-json``. (:issue:`3534`)
<p>Bugfixes - 4.27.0
</code></pre></p>
<ul>
<li>Fix dependency-group name normalization.
(:issue:<code>3539</code>)</li>
<li>Improves logging of environment variables by sorting them by key and
redacting
the values for the ones that are likely to contain secrets.
(:issue:<code>3542</code>)</li>
</ul>
<h2>v4.26.0 (2025-05-13)</h2>
<p>Features - 4.26.0</p>
<pre><code>- Add support for free-threaded python builds.
Factors like ``py313t`` will only pick builds with the GIL disabled
while factors without trailing ``t`` will only pick
builds without no-GIL support. (:issue:`3391`)
- Drop support for EOL Python 3.8. (:issue:`3527`)
<p>Bugfixes - 4.26.0
</code></pre></p>
<ul>
<li>Fix a regression issue related to inability to use
<code>file|</code> substitution option in nested <code>set_env</code>
sections of <code>ini</code> configurations since tox4 update.
(:issue:<code>2435</code>)</li>
<li>Fix <code>TypeError</code> for <code>HelpFormatter</code> with
Python 3.14 (:issue:<code>3523</code>)</li>
</ul>
<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></tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/3eb6376183cfbf68b196dd6988a1dde489fde39e"><code>3eb6376</code></a>
release 4.27.0</li>
<li><a
href="https://github.com/tox-dev/tox/commit/5077e200556609b83f368f9f87b25100b085fd31"><code>5077e20</code></a>
Improve logging of environment variables (<a
href="https://redirect.github.com/tox-dev/tox/issues/3543">#3543</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/e243a3aa22af7a07a2257f26e2d222dfcbae7f53"><code>e243a3a</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3546">#3546</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/c5dccb89fcbb51be7d4935cd9582c3b4f328a81e"><code>c5dccb8</code></a>
Fix dependency-group name normalization (<a
href="https://redirect.github.com/tox-dev/tox/issues/3540">#3540</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/7ed917be1c3ec063210d3d09d69d2950e408bd16"><code>7ed917b</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3541">#3541</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/3ad56f04fcf923649e1ce2eb40bb32778a6659c3"><code>3ad56f0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3538">#3538</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/9918775254a7e0af49610a841ebd4ca20fd5596e"><code>9918775</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3536">#3536</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/b244a59c29733591fdd7fb5b7bd8a178feaf8893"><code>b244a59</code></a>
Add security policy (<a
href="https://redirect.github.com/tox-dev/tox/issues/3535">#3535</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/c04567add7ce328e89d0e94eaebcae3f83d245e6"><code>c04567a</code></a>
Feat: include free_threaded flag in result-json (<a
href="https://redirect.github.com/tox-dev/tox/issues/3534">#3534</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/tox/compare/4.26.0...4.27.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 699f03b commit 4a22f08Copy full SHA for 4a22f08
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments