build(uv): bump tox from 4.59.0 to 4.60.0 - #1507
Open
dependabot[bot] wants to merge 3 commits into
Open
Conversation
Bumps [tox](https://github.com/tox-dev/tox) from 4.59.0 to 4.60.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.59.0...4.60.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.60.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
RobPasMue,
SMoraisAnsys,
klmcadams and
moe-ad
August 26, 2026 08:55
pyansys-ci-bot
requested a deployment
to
dependabot
August 28, 2026 08:15 — with
GitHub Actions
Waiting
pyansys-ci-bot
requested a deployment
to
dependabot
August 28, 2026 08:15 — with
GitHub Actions
Waiting
pyansys-ci-bot
requested a deployment
to
dependabot
August 28, 2026 08:15 — with
GitHub Actions
Waiting
pyansys-ci-bot
requested a deployment
to
dependabot
August 28, 2026 08:15 — with
GitHub Actions
Waiting
Contributor
Author
|
A newer version of tox exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tox from 4.59.0 to 4.60.0.
Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
02977derelease 4.60.0ec44803Add {home} and {tox_root_name} substitutions (#4020)4636193docs: repoint nine dead source links in the onboarding guide (#4025)c3f8d22Provision before loading env_list (#4022)a313922📄 docs: publish llms.txt from the docs build (#4023)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Warning
If this dependabot update includes any changes to the
pyproject.toml, ensure the version specifiers in thepyproject.tomlare reverted to a validmajor.minorrange by taking the following steps:pyproject.tomlto the appropriatemajor.minorversion range. For example, if Dependabot changeswcwidth<=0.7towcwidth<=0.8.1, it should be updated towcwidth<=0.9. Likewise, if Dependabot changessafety>=3.7,<4tosafety>=3.8.0,<4, it should be updated tosafety>=3.8,<4. Do not modify anyrequirement.txtfiles.uv lockto update the lock file.