Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps tox from 4.25.0 to 4.26.0.

Release notes

Sourced from tox's releases.

4.26.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.25.0...4.26.0

Changelog

Sourced from tox's changelog.

v4.26.0 (2025-05-13)

Features - 4.26.0

- 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`)

Bugfixes - 4.26.0

  • Fix a regression issue related to inability to use file| substitution option in nested set_env sections of ini configurations since tox4 update. (:issue:2435)
  • Fix TypeError for HelpFormatter with Python 3.14 (:issue:3523)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [tox](https://github.com/tox-dev/tox) from 4.25.0 to 4.26.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.25.0...4.26.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-version: 4.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Jun 1, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@brunoocasali brunoocasali added this pull request to the merge queue Jun 6, 2025
@brunoocasali brunoocasali added this pull request to the merge queue Jun 6, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jun 6, 2025
@brunoocasali
Copy link
Member

bors merge

meili-bors bot added a commit that referenced this pull request Jun 9, 2025
1107: Bump tox from 4.25.0 to 4.26.0 r=brunoocasali a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 4.25.0 to 4.26.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.26.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Add a missing quote in a TOML example @ <code>config.rst</code> by <a href="https://github.com/webknjaz"><code>`@​webknjaz</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3509">tox-dev/tox#3509</a></li>
<li>Add colour to GitHub Actions CI logs by <a href="https://github.com/hugovk"><code>`@​hugovk</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3525">tox-dev/tox#3525</a></li>
<li>Fix using deprecated virtualenv option <code>--wheel</code> by <a href="https://github.com/robsdedude"><code>`@​robsdedude</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3528">tox-dev/tox#3528</a></li>
<li>Fix custom HelpFormatter for Python 3.14 by <a href="https://github.com/The-Compiler"><code>`@​The-Compiler</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3524">tox-dev/tox#3524</a></li>
<li>Drop support for EOL Python 3.8 by <a href="https://github.com/hugovk"><code>`@​hugovk</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3527">tox-dev/tox#3527</a></li>
<li>Test with Python 3.14 by <a href="https://github.com/edgarrmondragon"><code>`@​edgarrmondragon</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3533">tox-dev/tox#3533</a></li>
<li>Fix for tox4 regression issue with setenv file and substitutions (<a href="https://redirect.github.com/tox-dev/tox/issues/2435">#2435</a>) by <a href="https://github.com/realitycheck"><code>`@​realitycheck</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3521">tox-dev/tox#3521</a></li>
<li>Feat: free-threaded python support by <a href="https://github.com/robsdedude"><code>`@​robsdedude</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/3526">tox-dev/tox#3526</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/edgarrmondragon"><code>`@​edgarrmondragon</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3533">tox-dev/tox#3533</a></li>
<li><a href="https://github.com/realitycheck"><code>`@​realitycheck</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3521">tox-dev/tox#3521</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.25.0...4.26.0">https://github.com/tox-dev/tox/compare/4.25.0...4.26.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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/7c3fae80cf4a68e126a3ae222ceebdc82cc44b68"><code>7c3fae8</code></a> release 4.26.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/92d4ed35c7dd4ae3bd1dc5cc7479a43850ff50b9"><code>92d4ed3</code></a> Feat: free-threaded python support (<a href="https://redirect.github.com/tox-dev/tox/issues/3526">#3526</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/957f2f8a35f9519a3b01327888fac2e01f45d066"><code>957f2f8</code></a> Fix for tox4 regression issue with setenv file and substitutions (<a href="https://redirect.github.com/tox-dev/tox/issues/2435">#2435</a>) (<a href="https://redirect.github.com/tox-dev/tox/issues/3521">#3521</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/5f07ba85828cca7967c934f2ad50c6a0410406dc"><code>5f07ba8</code></a> Test with Python 3.14 (<a href="https://redirect.github.com/tox-dev/tox/issues/3533">#3533</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/50e51eb8f17352f4ccbb0c2752157afdb622c3ed"><code>50e51eb</code></a> Drop support for EOL Python 3.8 (<a href="https://redirect.github.com/tox-dev/tox/issues/3527">#3527</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/19126daf113a05a10e53a93887b3a0d990a82df6"><code>19126da</code></a> Fix custom HelpFormatter for Python 3.14 (<a href="https://redirect.github.com/tox-dev/tox/issues/3524">#3524</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/f082f80fc80411c052c2cf0e27e953568eac2ce9"><code>f082f80</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3522">#3522</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/51aac32e79261f2cbdb0251fb7932bc270e3f023"><code>51aac32</code></a> Fix using deprecated virtualenv option <code>--wheel</code> (<a href="https://redirect.github.com/tox-dev/tox/issues/3528">#3528</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/b770ed5b49a579a2d01303b971c4c33a90a8b00a"><code>b770ed5</code></a> Add colour to CI logs (<a href="https://redirect.github.com/tox-dev/tox/issues/3525">#3525</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/4a8e50e2cdd420d0b058b747092dbfc72192db51"><code>4a8e50e</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3520">#3520</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.25.0...4.26.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=4.25.0&new-version=4.26.0)](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>
@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 9, 2025

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Repository rule violations found\n\nChanges must be made through the merge queue\n\n","documentation_url":"https://docs.github.com/rest/git/refs#update-a-reference","status":"422"}

@brunoocasali brunoocasali merged commit bf79cbe into main Jun 9, 2025
11 of 12 checks passed
@brunoocasali brunoocasali deleted the dependabot/pip/tox-4.26.0 branch June 9, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants