Skip to content

build(deps-dev): bump tox from 4.60.0 to 4.63.0 - #694

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tox-4.63.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tox-4.63.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor

Bumps tox from 4.60.0 to 4.63.0.

Release notes

Sourced from tox's releases.

v4.63.0

What's Changed

Full Changelog: tox-dev/tox@4.62.1...4.63.0

v4.62.1

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.62.0...4.62.1

v4.62.0

What's Changed

Full Changelog: tox-dev/tox@4.61.5...4.62.0

v4.61.5

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.61.4...4.61.5

... (truncated)

Changelog

Sourced from tox's changelog.

Features - 4.63.0

  • Plugins and test helpers can use tox.execute.api.FinishedExecuteStatus to report a fixed exit code for a command that already finished or never started - by :user:gaborbernat. (:issue:4080)

Bug fixes - 4.63.0

  • Interrupting a parallel run with Ctrl-C no longer loses the log lines about stopping the package environment, which could appear or vanish depending on thread timing - by :user:gaborbernat. (:issue:4079)
  • Optional dependencies declared in pyproject.toml under a name that is not normalized, such as Foo_Bar, are now installed when requested as extras = foo-bar while tox installs a package's dependencies - by :user:gaborbernat. (:issue:4080)

v4.62.1 (2026-09-19)


Bug fixes - 4.62.1

  • Clear obsolete markers when unconditional set_env values override conditional entries, including environment files. (:issue:4076)

v4.62.0 (2026-09-19)


Features - 4.62.0

  • Plugins can read a configuration value that may be unset through ConfigSet.get_optional, which verifies the value against its declared type and returns None when it is not set - by :user:gaborbernat. (:issue:4075)

Bug fixes - 4.62.0

  • Setting TOX_FACTOR_<label> to an empty value now resolves {factor:<label>} to an empty string instead of being ignored - by :user:gaborbernat. (:issue:4073)

Contributor-facing changes - 4.62.0

  • Contributors running the type checks get a clean pass again with the latest ty release, and the checks now cover more: configuration values are read through the type-verified accessors instead of as Any, and every method that overrides a parent is marked with @override - by :user:gaborbernat. (:issue:4075)

v4.61.5 (2026-09-17)

... (truncated)

Commits
  • 3d24853 release 4.63.0
  • f9d6ff1 🐛 fix(extras): dedupe static extras resolution and other copies (#4080)
  • 62a37e5 🐛 fix(run): keep package env interrupt logs in parallel (#4079)
  • b2894bd release 4.62.1
  • 472ed02 fix(config): clear markers overridden by unconditional set_env values (#4077)
  • 2f96e32 test: skip POSIX-venv wheel-build tests on Windows (#4078)
  • 99f4421 release 4.62.0
  • 176c68f 🐛 fix(config): honor an empty TOX_FACTOR override (#4074)
  • e521d6e 🐛 fix(type): pass the latest ty and close Any gaps (#4075)
  • 40a5d2b release 4.61.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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.60.0 to 4.63.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.60.0...4.63.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 23, 2026
@codecov

codecov Bot commented Sep 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.01%. Comparing base (9932ad0) to head (40ad568).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #694   +/-   ##
=======================================
  Coverage   97.01%   97.01%           
=======================================
  Files          32       32           
  Lines        3445     3445           
=======================================
  Hits         3342     3342           
  Misses        103      103           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants