-
Notifications
You must be signed in to change notification settings - Fork 3
Commit cab2933
authored
Build(deps-dev): Bump nox from 2025.5.1 to 2025.10.16 in the minor group (#91)
Bumps the minor group with 1 update:
[nox](https://github.com/wntrblm/nox).
Updates `nox` from 2025.5.1 to 2025.10.16
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wntrblm/nox/releases">nox's
releases</a>.</em></p>
<blockquote>
<h2>2025.10.16 ⏲️</h2>
<p>This is a quick release to make our new dependency, pbs-installer,
optional. This is only needed to install Python if you are not using the
uv backend. We've also added the time taken to the output when it's over
a second.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
</ul>
<p>Changes:</p>
<ul>
<li>Make pbs-installer an optional dependency by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1017">wntrblm/nox#1017</a></li>
<li>Include time on longer runs (adds <code>humanize</code> dependency)
by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in
<a
href="https://redirect.github.com/wntrblm/nox/pull/1014">wntrblm/nox#1014</a></li>
</ul>
<p>Internal:</p>
<ul>
<li>Run conda on Windows/Linux again by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1015">wntrblm/nox#1015</a></li>
</ul>
<h2>2025.10.14 🥧</h2>
<p>This release updates the default for the GitHub Action to target the
current range of recommended Pythons (3.10-3.14). There's now a
mechanism to control if nox downloads Python (even when not using uv).
Several fixes include better free-threading support, custom filenames in
script mode, and support for GitHub Actions Windows ARM runners.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/agriyakhetarpal"><code>@agriyakhetarpal</code></a>
(first contribution)</li>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
<li><a
href="https://github.com/IvanIsCoding"><code>@IvanIsCoding</code></a>
(first contribution)</li>
<li><a href="https://github.com/jbdyn"><code>@jbdyn</code></a> (first
contribution)</li>
<li><a
href="https://github.com/johnthagen"><code>@johnthagen</code></a></li>
<li><a
href="https://github.com/saucoide"><code>@saucoide</code></a></li>
<li><a
href="https://github.com/shenxianpeng"><code>@shenxianpeng</code></a>
(first contribution)</li>
<li><a href="https://github.com/Spacetown"><code>@Spacetown</code></a>
(first contribution)</li>
<li><a href="https://github.com/zzzeek"><code>@zzzeek</code></a> (first
contribution)</li>
</ul>
<p>Features:</p>
<ul>
<li>Add <code>--download-python</code> python option by <a
href="https://github.com/saucoide"><code>@saucoide</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/989">wntrblm/nox#989</a></li>
<li>Add <code>session.env_dir</code> to get the Path to the environment
by <a href="https://github.com/jbdyn"><code>@jbdyn</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li>
</ul>
<p>Changes:</p>
<ul>
<li>GitHub Action 3.10-3.14 default by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1003">wntrblm/nox#1003</a></li>
<li>Percolate the <code>verbose</code> global option to the
<code>silent</code> argument for session installation commands, and
document it by <a
href="https://github.com/agriyakhetarpal"><code>@agriyakhetarpal</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/983">wntrblm/nox#983</a></li>
<li>Disallow abbreviated options by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/973">wntrblm/nox#973</a></li>
<li>Log output of failed process by <a
href="https://github.com/jbdyn"><code>@jbdyn</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li>
<li>Use a separate logging level (<code>SESSION_INFO</code>) for session
info instead of warning by <a
href="https://github.com/Spacetown"><code>@Spacetown</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/990">wntrblm/nox#990</a></li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Support scripts with custom names by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1007">wntrblm/nox#1007</a></li>
<li>Correctly match free-threaded python versions by <a
href="https://github.com/zzzeek"><code>@zzzeek</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/999">wntrblm/nox#999</a></li>
<li>Let uv replace the directory instead of deleting it ourselves by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/981">wntrblm/nox#981</a></li>
<li>Tighten type for <code>venv_backend</code> by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/967">wntrblm/nox#967</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/wntrblm/nox/blob/main/CHANGELOG.md">nox's
changelog</a>.</em></p>
<blockquote>
<h2>2025.10.16</h2>
<p>This is a quick release to make our new dependency, pbs-installer,
optional.
This is only needed to install Python if you are not using the uv
backend.
We've also added the time taken to the output when it's over a
second.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
</ul>
<p>Changes:</p>
<ul>
<li>Make pbs-installer an optional dependency by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1017">wntrblm/nox#1017</a></li>
<li>Include time on longer runs (adds <code>humanize</code> dependency)
by <a href="https://github.com/henryiii"><code>@henryiii</code></a> in
<a
href="https://redirect.github.com/wntrblm/nox/pull/1014">wntrblm/nox#1014</a></li>
</ul>
<p>Internal:</p>
<ul>
<li>Run conda on Windows/Linux again by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1015">wntrblm/nox#1015</a></li>
</ul>
<h2>2025.10.14</h2>
<p>This release updates the default for the GitHub Action to target the
current range of recommended Pythons (3.10-3.14). There's now a
mechanism to control if nox downloads Python (even when not using uv).
Several fixes include better free-threading support, custom filenames in
script mode, and support for GitHub Actions Windows ARM runners.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/agriyakhetarpal"><code>@agriyakhetarpal</code></a>
(first contribution)</li>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
<li><a
href="https://github.com/IvanIsCoding"><code>@IvanIsCoding</code></a>
(first contribution)</li>
<li><a href="https://github.com/jbdyn"><code>@jbdyn</code></a> (first
contribution)</li>
<li><a
href="https://github.com/johnthagen"><code>@johnthagen</code></a></li>
<li><a
href="https://github.com/saucoide"><code>@saucoide</code></a></li>
<li><a
href="https://github.com/shenxianpeng"><code>@shenxianpeng</code></a>
(first contribution)</li>
<li><a href="https://github.com/Spacetown"><code>@Spacetown</code></a>
(first contribution)</li>
<li><a href="https://github.com/zzzeek"><code>@zzzeek</code></a> (first
contribution)</li>
</ul>
<p>Features:</p>
<ul>
<li>Add <code>--download-python</code> python option by <a
href="https://github.com/saucoide"><code>@saucoide</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/989">wntrblm/nox#989</a></li>
<li>Add <code>session.env_dir</code> to get the Path to the environment
by <a href="https://github.com/jbdyn"><code>@jbdyn</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li>
</ul>
<p>Changes:</p>
<ul>
<li>GitHub Action 3.10-3.14 default by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1003">wntrblm/nox#1003</a></li>
<li>Percolate the <code>verbose</code> global option to the
<code>silent</code> argument for session installation commands, and
document it by <a
href="https://github.com/agriyakhetarpal"><code>@agriyakhetarpal</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/983">wntrblm/nox#983</a></li>
<li>Disallow abbreviated options by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/973">wntrblm/nox#973</a></li>
<li>Log output of failed process by <a
href="https://github.com/jbdyn"><code>@jbdyn</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/974">wntrblm/nox#974</a></li>
<li>Use a separate logging level (<code>SESSION_INFO</code>) for session
info instead of warning by <a
href="https://github.com/Spacetown"><code>@Spacetown</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/990">wntrblm/nox#990</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wntrblm/nox/commit/d9e5e0c2e39e5122e635d76cd2ba3268d67eb18f"><code>d9e5e0c</code></a>
chore: prepare for 2025.10.16 (<a
href="https://redirect.github.com/wntrblm/nox/issues/1018">#1018</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/7cb261457e2b815415569e2bd29d254cff7518b3"><code>7cb2614</code></a>
fix: include time on longer runs (<a
href="https://redirect.github.com/wntrblm/nox/issues/1014">#1014</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/4eb0037cf14950c763c64d999d27627fb0f23704"><code>4eb0037</code></a>
fix: make pbs an optional dependency (<a
href="https://redirect.github.com/wntrblm/nox/issues/1017">#1017</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/572f34a20cc004bd326d55b28ecfa3168c4f4a96"><code>572f34a</code></a>
ci: run conda on Windows/Linux again (<a
href="https://redirect.github.com/wntrblm/nox/issues/1015">#1015</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/449f9352f26eb6465c0f0c7e6d89810e087f6f26"><code>449f935</code></a>
docs: prepare for 2025.10.14 (<a
href="https://redirect.github.com/wntrblm/nox/issues/1010">#1010</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/61749600ecf5802e0ad0ef25ba36f9b5d5da13de"><code>6174960</code></a>
fix: show a warning if a duplicate session is encountered (<a
href="https://redirect.github.com/wntrblm/nox/issues/1013">#1013</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/1dc691030a3ca7c4dfee708af7ba2596472bf592"><code>1dc6910</code></a>
chore: remove docs from default dev group (<a
href="https://redirect.github.com/wntrblm/nox/issues/1012">#1012</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/bd6629a55552d742f5ee19c897cb4c5472dadc40"><code>bd6629a</code></a>
fix: validation error for nox.options.keywords (<a
href="https://redirect.github.com/wntrblm/nox/issues/1011">#1011</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/1a4b11afb2caf9885dad7dee83547146222505fb"><code>1a4b11a</code></a>
fix: log output of failed process (<a
href="https://redirect.github.com/wntrblm/nox/issues/974">#974</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/a0d354c6b86b378d075d27672508b35d8933d7db"><code>a0d354c</code></a>
feat: use a separate logging level for session info instead of
warning</li>
<li>Additional commits viewable in <a
href="https://github.com/wntrblm/nox/compare/2025.05.01...2025.10.16">compare
view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments