Skip to content

Commit cea3206

Browse files
chore(deps): bump wntrblm/nox from 2025.02.09 to 2025.05.01 in the actions group (#1069)
Bumps the actions group with 1 update: [wntrblm/nox](https://github.com/wntrblm/nox). Updates `wntrblm/nox` from 2025.02.09 to 2025.05.01 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/releases">wntrblm/nox's releases</a>.</em></p> <blockquote> <h2>2025.05.01 🌸</h2> <p>This is a bugfix release that primarily adds support for uv 0.7+. A few other small fixes were made.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/chirizxc"><code>@​chirizxc</code></a></li> <li><a href="https://github.com/gschaffner"><code>@​gschaffner</code></a></li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/living180"><code>@​living180</code></a></li> <li><a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> (first contribution)</li> </ul> <p>Bugfixes:</p> <ul> <li><code>uv version</code> is now <code>uv self version</code>, respect <code>UV</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> and <a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/955">wntrblm/nox#955</a></li> <li>Add <code>UV_PYTHON</code> to disallowed vars by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/959">wntrblm/nox#959</a></li> <li>Never ignore URL dependencies in PEP 723 noxfiles by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/935">wntrblm/nox#935</a></li> <li>Support forcing Python on parametrized session by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/958">wntrblm/nox#958</a></li> <li>Fix <code>conda_install</code> issue with newer conda (only Unix) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/957">wntrblm/nox#957</a></li> <li>Show skip reason by default by <a href="https://github.com/chirizxc"><code>@​chirizxc</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/941">wntrblm/nox#941</a></li> <li>Support <code>Path</code> for envdir by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/932">wntrblm/nox#932</a></li> <li>Use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/946">wntrblm/nox#946</a></li> </ul> <p>Documentation:</p> <ul> <li>Fix a typo in the changelog by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/936">wntrblm/nox#936</a></li> <li>Update uv recipe by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/933">wntrblm/nox#933</a></li> <li>Fix parametrized session tagging example by <a href="https://github.com/living180"><code>@​living180</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/942">wntrblm/nox#942</a></li> <li>uv now supports <code>pip install .</code> reinstallation by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/947">wntrblm/nox#947</a></li> </ul> <p>Internal changes:</p> <ul> <li>Use PEP 639 license info by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/956">wntrblm/nox#956</a></li> <li>Make test skips a bit smarter by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/929">wntrblm/nox#929</a></li> <li>Add our own requirements to conda too by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/945">wntrblm/nox#945</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/wntrblm/nox/blob/main/CHANGELOG.md">wntrblm/nox's changelog</a>.</em></p> <blockquote> <h2>2025.05.01</h2> <p>This is a bugfix release that primarily adds support for uv 0.7+. A few other small fixes were made.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/chirizxc"><code>@​chirizxc</code></a></li> <li><a href="https://github.com/gschaffner"><code>@​gschaffner</code></a></li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/living180"><code>@​living180</code></a></li> <li><a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> (first contribution)</li> </ul> <p>Bugfixes:</p> <ul> <li><code>uv version</code> is now <code>uv self version</code>, respect <code>UV</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> and <a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/955">wntrblm/nox#955</a></li> <li>Add <code>UV_PYTHON</code> to disallowed vars by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/959">wntrblm/nox#959</a></li> <li>Never ignore URL dependencies in PEP 723 noxfiles by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/935">wntrblm/nox#935</a></li> <li>Support forcing Python on parametrized session by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/958">wntrblm/nox#958</a></li> <li>Fix <code>conda_install</code> issue with newer conda (only Unix) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/957">wntrblm/nox#957</a></li> <li>Show skip reason by default by <a href="https://github.com/chirizxc"><code>@​chirizxc</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/941">wntrblm/nox#941</a></li> <li>Support <code>Path</code> for envdir by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/932">wntrblm/nox#932</a></li> <li>Use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/946">wntrblm/nox#946</a></li> </ul> <p>Documentation:</p> <ul> <li>Fix a typo in the changelog by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/936">wntrblm/nox#936</a></li> <li>Update uv recipe by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/933">wntrblm/nox#933</a></li> <li>Fix parametrized session tagging example by <a href="https://github.com/living180"><code>@​living180</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/942">wntrblm/nox#942</a></li> <li>uv now supports <code>pip install .</code> reinstallation by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/947">wntrblm/nox#947</a></li> </ul> <p>Internal changes:</p> <ul> <li>Use PEP 639 license info by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/956">wntrblm/nox#956</a></li> <li>Make test skips a bit smarter by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/929">wntrblm/nox#929</a></li> <li>Add our own requirements to conda too by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/945">wntrblm/nox#945</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wntrblm/nox/commit/2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd"><code>2254a1e</code></a> chore: bump version to 2025.05.01 (<a href="https://redirect.github.com/wntrblm/nox/issues/960">#960</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/e0b5e330c358234c67694f6cad42f44af986fe43"><code>e0b5e33</code></a> fix: conda_install issue with newer conda (<a href="https://redirect.github.com/wntrblm/nox/issues/957">#957</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/a58fe60de4ff8fc523dd96b6b2ea2b53e2fdd0bc"><code>a58fe60</code></a> fix: support forcing Python on parametrized session (<a href="https://redirect.github.com/wntrblm/nox/issues/958">#958</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/aa475d6a14add64c666b56607a77439d9d97c1d0"><code>aa475d6</code></a> fix: add UV_PYTHON to disallowed vars (<a href="https://redirect.github.com/wntrblm/nox/issues/959">#959</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/1acbb4ee06ee6f55e682d339915382097043d28f"><code>1acbb4e</code></a> chore: use PEP 639 license (<a href="https://redirect.github.com/wntrblm/nox/issues/956">#956</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/7219be7e2e8cac28c2c809058a5b5a93053fb776"><code>7219be7</code></a> chore(deps): bump astral-sh/setup-uv from 5 to 6 in the actions group (<a href="https://redirect.github.com/wntrblm/nox/issues/952">#952</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/b943f95d0e12cf8017d440a2f76ce6a9fa20dade"><code>b943f95</code></a> fix: uv version is now uv self version, support UV (<a href="https://redirect.github.com/wntrblm/nox/issues/955">#955</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/1d52c8fd93976635e1f51693bf0f36616144c78e"><code>1d52c8f</code></a> Never ignore URL dependencies in PEP 723 noxfiles (<a href="https://redirect.github.com/wntrblm/nox/issues/935">#935</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/4e7f644da9d03a44d34940a74d850619fa0c7eb7"><code>4e7f644</code></a> feat: show skip reason by default (<a href="https://redirect.github.com/wntrblm/nox/issues/941">#941</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/70df6abb0ea2eacf85c265c1a1c8ea985399edd7"><code>70df6ab</code></a> fix: use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions (<a href="https://redirect.github.com/wntrblm/nox/issues/946">#946</a>)</li> <li>Additional commits viewable in <a href="https://github.com/wntrblm/nox/compare/2025.02.09...2025.05.01">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wntrblm/nox&package-manager=github_actions&previous-version=2025.02.09&new-version=2025.05.01)](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 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21b3782 commit cea3206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349

350350
- uses: astral-sh/setup-uv@v6
351351

352-
- uses: wntrblm/nox@2025.02.09
352+
- uses: wntrblm/nox@2025.05.01
353353
with:
354354
python-versions: "3.12"
355355

0 commit comments

Comments
 (0)