Skip to content

Commit 4480c73

Browse files
Build(deps-dev): bump tox from 4.46.3 to 4.47.0 (#371)
Bumps [tox](https://github.com/tox-dev/tox) from 4.46.3 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> </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 /> </blockquote> </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>See full diff in <a href="https://github.com/tox-dev/tox/compare/4.46.3...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.3&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>
2 parents 6ef2487 + e77ba21 commit 4480c73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)