Commit 583dafd
authored
chore(deps): bump wntrblm/nox from 2025.10.16 to 2025.11.12 in the actions group (#1180)
Bumps the actions group with 1 update:
[wntrblm/nox](https://github.com/wntrblm/nox).
Updates `wntrblm/nox` from 2025.10.16 to 2025.11.12
<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.11.12 🦃</h2>
<p>This is a small release to fix a warning when running in script mode
before we drop Python 3.8.</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>Bugfixes:</p>
<ul>
<li>Avoid warnings when running in script mode by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1025">wntrblm/nox#1025</a></li>
<li><code>nox --report <file> </code> should support
<code>Path</code> by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1026">wntrblm/nox#1026</a></li>
<li>Install env was typed differently by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1028">wntrblm/nox#1028</a></li>
</ul>
<p>Internal changes:</p>
<ul>
<li>pytest <code>log_level</code> is better than
<code>log_cli_level</code> by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1029">wntrblm/nox#1029</a></li>
<li>Use last intel macOS image by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1031">wntrblm/nox#1031</a></li>
<li>Add a few more passing ruff checks by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1030">wntrblm/nox#1030</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.11.12</h2>
<p>This is a small release to fix a warning when running in script mode
before we
drop Python 3.8.</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>Bugfixes:</p>
<ul>
<li>Avoid warnings when running in script mode by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1025">wntrblm/nox#1025</a></li>
<li><code>nox --report <file> </code> should support
<code>Path</code> by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1026">wntrblm/nox#1026</a></li>
<li>Install env was typed differently by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1028">wntrblm/nox#1028</a></li>
</ul>
<p>Internal changes:</p>
<ul>
<li>pytest <code>log_level</code> is better than
<code>log_cli_level</code> by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1029">wntrblm/nox#1029</a></li>
<li>Use last intel macOS image by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1031">wntrblm/nox#1031</a></li>
<li>Add a few more passing ruff checks by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1030">wntrblm/nox#1030</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wntrblm/nox/commit/0eee2e45758dbd06d48ebb23476439f0f00e5cbd"><code>0eee2e4</code></a>
chore: prepare for 2025.11.12 (<a
href="https://redirect.github.com/wntrblm/nox/issues/1032">#1032</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/9e9b47eb82f577acb525e1bf4fa238fa3e1ce68a"><code>9e9b47e</code></a>
chore: add a few more passing ruff checks (<a
href="https://redirect.github.com/wntrblm/nox/issues/1030">#1030</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/5cfea6572e844e3180078d307d9ff49730ca3d8f"><code>5cfea65</code></a>
ci: use last intel macOS image (<a
href="https://redirect.github.com/wntrblm/nox/issues/1031">#1031</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/f690869f3a8506282e38f379c488b9a117556b61"><code>f690869</code></a>
chore: pytest log_level is better than log_cli_level (<a
href="https://redirect.github.com/wntrblm/nox/issues/1029">#1029</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/6d669ae6da36d6bed8df051b37cb0cb49cb9d41e"><code>6d669ae</code></a>
fix(typing): install env was typed differently (<a
href="https://redirect.github.com/wntrblm/nox/issues/1028">#1028</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/3455f55e7cd9b32cfd781210f6a834a0ebac8de7"><code>3455f55</code></a>
fix: avoid warnings when running in script mode (<a
href="https://redirect.github.com/wntrblm/nox/issues/1025">#1025</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/b17113dc9f10bcc280201518441f8e8df677a95a"><code>b17113d</code></a>
fix: json should support Path (<a
href="https://redirect.github.com/wntrblm/nox/issues/1026">#1026</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/38dea062a14355469fa44170ec64694b2c2d5e7f"><code>38dea06</code></a>
chore(deps): bump the actions group with 2 updates (<a
href="https://redirect.github.com/wntrblm/nox/issues/1020">#1020</a>)</li>
<li>See full diff in <a
href="https://github.com/wntrblm/nox/compare/2025.10.16...2025.11.12">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 223cf72 commit 583dafd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments