Skip to content

Commit f483fa1

Browse files
build(deps): bump the minor group with 2 updates (#569)
Bumps the minor group with 2 updates: [nox](https://github.com/wntrblm/nox) and [mike](https://github.com/jimporter/mike). Updates `nox` from 2026.2.9 to 2026.4.10 <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>2026.04.10 🧹</h2> <p>This release drops Python 3.8 and adds a <code>--usage</code> command for full docstrings. Our <code>.nox</code> dir is now ignored by default, virtualenvs are recreated if symlinks are broken (such as after a Python upgrade), and <code>-t</code> now selects from all available sessions.</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> <li><a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a></li> <li><a href="https://github.com/scop"><code>@​scop</code></a></li> </ul> <p>Features:</p> <ul> <li>Drop Python 3.8 (reapply <a href="https://redirect.github.com/wntrblm/nox/issues/1004">#1004</a>) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1062">wntrblm/nox#1062</a></li> <li>Add a <code>nox --usage &lt;session&gt;</code> command to print full docstrings for provided sessions by <a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1064">wntrblm/nox#1064</a></li> <li>Write out <code>.gitignore</code>/<code>CACHEDIR.TAG</code> to <code>.nox</code> dir by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1072">wntrblm/nox#1072</a></li> </ul> <p>Fixes:</p> <ul> <li>Recreate venv if broken symlinks are present by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1078">wntrblm/nox#1078</a></li> <li>Ignore default selection for tags and keywords by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1057">wntrblm/nox#1057</a></li> <li>More uv variables set by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1056">wntrblm/nox#1056</a></li> <li>Ignore forcecolor falsy by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1073">wntrblm/nox#1073</a></li> <li>Fully pin actions in composite action by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1080">wntrblm/nox#1080</a></li> </ul> <p>Internal changes:</p> <ul> <li>Pin CI to working conda version by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1079">wntrblm/nox#1079</a></li> <li>Use prek by <a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1065">wntrblm/nox#1065</a></li> <li>Switch artifact attestations to actions/attest by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1070">wntrblm/nox#1070</a></li> <li>Use zizmor by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1082">wntrblm/nox#1082</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/wntrblm/nox/compare/2026.02.09...2026.04.10">https://github.com/wntrblm/nox/compare/2026.02.09...2026.04.10</a></p> </blockquote> </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> <h1>Changelog</h1> <h2>2026.04.10</h2> <p>This release drops Python 3.8 and adds a <code>--usage</code> command for full docstrings. Our <code>.nox</code> dir is now ignored by default, virtualenvs are recreated if symlinks are broken (such as after a Python upgrade), and <code>-t</code> now selects from all available sessions.</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> <li><a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a></li> <li><a href="https://github.com/scop"><code>@​scop</code></a></li> </ul> <p>Features:</p> <ul> <li>Drop Python 3.8 (reapply <a href="https://redirect.github.com/wntrblm/nox/issues/1004">#1004</a>) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1062">wntrblm/nox#1062</a></li> <li>Add a <code>nox --usage &lt;session&gt;</code> command to print full docstrings for provided sessions by <a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1064">wntrblm/nox#1064</a></li> <li>Write out <code>.gitignore</code>/<code>CACHEDIR.TAG</code> to <code>.nox</code> dir by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1072">wntrblm/nox#1072</a></li> </ul> <p>Fixes:</p> <ul> <li>Recreate venv if broken symlinks are present by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1078">wntrblm/nox#1078</a></li> <li>Ignore default selection for tags and keywords by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1057">wntrblm/nox#1057</a></li> <li>More uv variables set by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1056">wntrblm/nox#1056</a></li> <li>Ignore forcecolor falsy by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1073">wntrblm/nox#1073</a></li> <li>Fully pin actions in composite action by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1080">wntrblm/nox#1080</a></li> </ul> <p>Internal changes:</p> <ul> <li>Pin CI to working conda version by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1079">wntrblm/nox#1079</a></li> <li>Use prek by <a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1065">wntrblm/nox#1065</a></li> <li>Switch artifact attestations to actions/attest by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1070">wntrblm/nox#1070</a></li> <li>Use zizmor by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/1082">wntrblm/nox#1082</a></li> </ul> <h2>2026.02.09</h2> <p>This small release supports uv 0.10's new requirement that <code>--clear</code> be passed to clear an environment. Python 3.8 support was temporarily re-added since uv 0.10 still supports 3.8, so nox on 3.8 was affected.</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> <li><a href="https://github.com/kai687"><code>@​kai687</code></a> (first contribution)</li> <li><a href="https://github.com/wu-zhao-min"><code>@​wu-zhao-min</code></a> (first contribution)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wntrblm/nox/commit/97e345e6a26bb2c5aacff9cc4327bd4ac1b00ce6"><code>97e345e</code></a> docs: add thanks section (<a href="https://redirect.github.com/wntrblm/nox/issues/1083">#1083</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/8d5c759d5d3f1f2c80ada8f05cd994c673905898"><code>8d5c759</code></a> chore: prepare for 2026.04.10 (<a href="https://redirect.github.com/wntrblm/nox/issues/1081">#1081</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/2577f31eb4d6d94f18157c444464fdd1e4a7e3df"><code>2577f31</code></a> ci: add zizmor (<a href="https://redirect.github.com/wntrblm/nox/issues/1082">#1082</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/b6a61563737b2e42790f8ea509fe1ddd76fa464f"><code>b6a6156</code></a> fix: fully pin actions in composite action (<a href="https://redirect.github.com/wntrblm/nox/issues/1080">#1080</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/4c7a2151c538b739337dbbd759aaf440fa1991ac"><code>4c7a215</code></a> fix: write out .gitignore/CACHEDIR.TAG to our dir (<a href="https://redirect.github.com/wntrblm/nox/issues/1072">#1072</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/47cb9c300e07c3a8ca4d5b240dad1a178a65dcdb"><code>47cb9c3</code></a> fix: ignore default selection for tags and keywords (<a href="https://redirect.github.com/wntrblm/nox/issues/1057">#1057</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/63dcab98ecd4f784537a3c1fa1319bac6cbf2436"><code>63dcab9</code></a> fix: more uv variables set (<a href="https://redirect.github.com/wntrblm/nox/issues/1056">#1056</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/e0f64e6c3cb24e3f870f4df8dd38830e03546dce"><code>e0f64e6</code></a> fix: recreate if broken symlinks are present (<a href="https://redirect.github.com/wntrblm/nox/issues/1078">#1078</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/bf9095287afacc1f5b94e5da54f4dbed4ccce875"><code>bf90952</code></a> tests: pin to working conda version (<a href="https://redirect.github.com/wntrblm/nox/issues/1079">#1079</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/4ff681f169c4043ce3b3d19cba1eadd66720bf1d"><code>4ff681f</code></a> fix: ignore forcecolor falsy (<a href="https://redirect.github.com/wntrblm/nox/issues/1073">#1073</a>)</li> <li>Additional commits viewable in <a href="https://github.com/wntrblm/nox/compare/2026.02.09...2026.04.10">compare view</a></li> </ul> </details> <br /> Updates `mike` from 2.1.4 to 2.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jimporter/mike/releases">mike's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h3>New features</h3> <ul> <li>Add support for <a href="https://properdocs.org/">ProperDocs</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Use DST timestamps for new commits when DST is in effect</li> <li>Support ISO8601 and RFC 2822 values for <code>GIT_COMMITTER_DATE</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jimporter/mike/blob/master/CHANGES.md">mike's changelog</a>.</em></p> <blockquote> <h2>v2.2.0 (2026-04-13)</h2> <h3>New features</h3> <ul> <li>Add support for <a href="https://properdocs.org/">ProperDocs</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Use DST timestamps for new commits when DST is in effect</li> <li>Support ISO8601 and RFC 2822 values for <code>GIT_COMMITTER_DATE</code></li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jimporter/mike/commit/b01e03075315ebd2d39a93c390cf14b6a83f3d5e"><code>b01e030</code></a> Update version to 2.2.0</li> <li><a href="https://github.com/jimporter/mike/commit/ca60b84ddb200d9d2636dce456e35b8ec5be6a0c"><code>ca60b84</code></a> Fix deprecation warning about <code>split</code></li> <li><a href="https://github.com/jimporter/mike/commit/5b5ed3187337693fabcb3c6f8b524f8bc0348150"><code>5b5ed31</code></a> Add ProperDocs support; resolves <a href="https://redirect.github.com/jimporter/mike/issues/259">#259</a></li> <li><a href="https://github.com/jimporter/mike/commit/2adb1f1104e230ce4c6260ae17c960e21886a7a1"><code>2adb1f1</code></a> Improve <code>make_when</code> implementation; resolves <a href="https://redirect.github.com/jimporter/mike/issues/260">#260</a></li> <li><a href="https://github.com/jimporter/mike/commit/7363ce50a2a27ce88198383e43168d08c76f4633"><code>7363ce5</code></a> Update version to 2.2.0.dev0</li> <li>See full diff in <a href="https://github.com/jimporter/mike/compare/v2.1.4...v2.2.0">compare view</a></li> </ul> </details> <br /> 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 <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>
2 parents 03eb13e + 1ed34b2 commit f483fa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
7979
dev-mkdocs = [
8080
"black == 26.3.1",
8181
"Markdown == 3.10.2",
82-
"mike == 2.1.4",
82+
"mike == 2.2.0",
8383
"mkdocs-gen-files == 0.6.1",
8484
"mkdocs-literate-nav == 0.6.3",
8585
"mkdocs-macros-plugin == 1.5.0",
@@ -97,7 +97,7 @@ dev-mypy = [
9797
# For checking the noxfile, docs/ script, and tests
9898
"frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]",
9999
]
100-
dev-noxfile = ["nox == 2026.2.9"]
100+
dev-noxfile = ["nox == 2026.4.10"]
101101
dev-pylint = [
102102
# dev-pytest already defines a dependency to pylint because of the examples
103103
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)