Skip to content

Commit 8b7ebe1

Browse files
Build(deps): Bump tox from 4.46.0 to 4.47.0 (#807)
Bumps [tox](https://github.com/tox-dev/tox) from 4.46.0 to 4.47.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>v4.47.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Move SECURITY.md to .github/SECURITY.md by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3835">tox-dev/tox#3835</a></li> <li>Standardize .github files to .yaml suffix by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3836">tox-dev/tox#3836</a></li> <li>🐛 fix(ci): resolve ty type-check failures by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3837">tox-dev/tox#3837</a></li> <li>✨ feat(config): show clean errors for type mismatches by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3838">tox-dev/tox#3838</a></li> <li>🧪 test(config): assert full error messages for all config fields by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3840">tox-dev/tox#3840</a></li> <li>🐛 fix(exec): pass stdin through to executed command by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3842">tox-dev/tox#3842</a></li> <li>🐛 fix(config): accept string for <code>base_python</code> in TOML by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3843">tox-dev/tox#3843</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.46.3...4.47.0">https://github.com/tox-dev/tox/compare/4.46.3...4.47.0</a></p> <h2>v4.46.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>👷 ci(schemastore): branch from upstream master by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3828">tox-dev/tox#3828</a></li> <li>Fix outdated min version of virtualenv by <a href="https://github.com/kajinamit"><code>@​kajinamit</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3829">tox-dev/tox#3829</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kajinamit"><code>@​kajinamit</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3829">tox-dev/tox#3829</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.46.2...4.46.3">https://github.com/tox-dev/tox/compare/4.46.2...4.46.3</a></p> <h2>v4.46.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>👷 ci(schemastore): fix PR creation for fork by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3827">tox-dev/tox#3827</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.46.1...4.46.2">https://github.com/tox-dev/tox/compare/4.46.1...4.46.2</a></p> <h2>v4.46.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix(config): allow glob patterns in ini depends by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3825">tox-dev/tox#3825</a></li> <li>👷 ci(schemastore): fix git push auth in update workflow by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3826">tox-dev/tox#3826</a></li> <li>🐛 fix(schema): add additionalProperties to partial-tox.json by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3824">tox-dev/tox#3824</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.46.0...4.46.1">https://github.com/tox-dev/tox/compare/4.46.0...4.46.1</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> <h1>Features - 4.47.0</h1> <ul> <li>Show clean error messages instead of stack traces when TOML configuration contains type mismatches (e.g., <code>deps = [1]</code>), wrapping failures in <code>HandledError</code> with environment and key context - by :user:<code>gaborbernat</code>. (:issue:<code>3831</code>)</li> <li>Add comprehensive tests asserting full error messages for every configurable field type when TOML config contains type mismatches - by :user:<code>gaborbernat</code>. (:issue:<code>3840</code>)</li> </ul> <h1>Bug fixes - 4.47.0</h1> <ul> <li>Fix type errors flagged by <code>ty</code> for <code>virtualenv</code> API changes (<code>system_executable</code> nullability and <code>cached_py_info.PythonInfo</code> removal), and correct the CI workflow matrix exclude for <code>windows-2025</code> - by :user:<code>gaborbernat</code>. (:issue:<code>3837</code>)</li> <li><code>base_python</code> and <code>default_base_python</code> now accept a string value in TOML configuration (e.g., <code>base_python = &quot;python&quot;</code> is coerced to <code>[&quot;python&quot;]</code>) instead of raising <code>TypeError</code> - by :user:<code>gaborbernat</code>. (:issue:<code>3839</code>)</li> <li>Pass stdin through to commands executed via <code>tox exec</code> so that piped input (e.g., <code>echo &quot;foo&quot; | tox exec -- python -c 'import sys; print(sys.stdin.read())'</code>) reaches the subprocess instead of being discarded - by :user:<code>gaborbernat</code>. (:issue:<code>3841</code>)</li> </ul> <hr /> <p>v4.46.3 (2026-02-25)</p> <hr /> <h1>Bug fixes - 4.46.3</h1> <ul> <li>Fix SchemaStore update workflow creating PRs with merge conflicts by branching from upstream master - by :user:<code>gaborbernat</code>. (:issue:<code>3828</code>)</li> <li>Fixed the minimum version of virtualenv, to avoid incompatibility. (:issue:<code>3829</code>)</li> </ul> <hr /> <p>v4.46.2 (2026-02-25)</p> <hr /> <h1>Bug fixes - 4.46.2</h1> <ul> <li>Fix SchemaStore update workflow authentication and PR creation for fork repositories - by :user:<code>gaborbernat</code>. (:issue:<code>3826</code>)</li> </ul> <hr /> <p>v4.46.1 (2026-02-25)</p> <hr /> <h1>Bug fixes - 4.46.1</h1> <ul> <li>Allow glob patterns (<code>*</code>, <code>?</code>) in <code>depends</code> configuration for ini files - by :user:<code>gaborbernat</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/f3c5283ba8e8eceebcf19aeb8be5d08de88806c1"><code>f3c5283</code></a> release 4.47.0</li> <li><a href="https://github.com/tox-dev/tox/commit/4486ac7152240341f98d446f5d6efaba7a8aa252"><code>4486ac7</code></a> 🐛 fix(config): accept string for <code>base_python</code> in TOML (<a href="https://redirect.github.com/tox-dev/tox/issues/3843">#3843</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/86bba0730b42bb3ef75470973e23e7cb169efcb8"><code>86bba07</code></a> 🐛 fix(exec): pass stdin through to executed command (<a href="https://redirect.github.com/tox-dev/tox/issues/3842">#3842</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/f1083c0b7d78a75ca4859ad87b30c33b84a3f859"><code>f1083c0</code></a> 🧪 test(config): assert full error messages for all config fields (<a href="https://redirect.github.com/tox-dev/tox/issues/3840">#3840</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/f7ecc1f3c42ebc14c2927bf1306e87dd34207426"><code>f7ecc1f</code></a> ✨ feat(config): show clean errors for type mismatches (<a href="https://redirect.github.com/tox-dev/tox/issues/3838">#3838</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/ff2af8893a583f1380bc9ba0394b3d9e555f7836"><code>ff2af88</code></a> build(deps): bump actions/upload-artifact from 6 to 7 (<a href="https://redirect.github.com/tox-dev/tox/issues/3834">#3834</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/ea82b0f2180e007720d7b0a98075e4e901e93ab7"><code>ea82b0f</code></a> build(deps): bump actions/download-artifact from 7 to 8 (<a href="https://redirect.github.com/tox-dev/tox/issues/3833">#3833</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/a9533f575fddc68bba3859ca990a02974cd37e0f"><code>a9533f5</code></a> 🐛 fix(ci): resolve ty type-check failures (<a href="https://redirect.github.com/tox-dev/tox/issues/3837">#3837</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/c6d745daeb138ec4b3f3108427c795bd7b86f3f6"><code>c6d745d</code></a> Standardize .github files to .yaml suffix</li> <li><a href="https://github.com/tox-dev/tox/commit/68d9a098fd681db31e2146834d73e87ff7975261"><code>68d9a09</code></a> Move SECURITY.md to .github/SECURITY.md</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.46.0...4.47.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.46.0&new-version=4.47.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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 2fe6a2e commit 8b7ebe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/ci-wheel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
coverage==7.13.4
44
pytest-cov==7.0.0
5-
tox==4.46.0
5+
tox==4.47.0

0 commit comments

Comments
 (0)