Commit b956b46
authored
Bump the minor group with 3 updates (#162)
Bumps the minor group with 3 updates:
[mike](https://github.com/jimporter/mike),
[nox](https://github.com/wntrblm/nox) and
[hypothesis](https://github.com/HypothesisWorks/hypothesis).
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 />
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 <session></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 <session></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 `hypothesis` from 6.151.10 to 6.152.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/HypothesisWorks/hypothesis/releases">hypothesis's
releases</a>.</em></p>
<blockquote>
<h2>Hypothesis for Python - version 6.152.4</h2>
<p>This patch fixes a rare internal error during
"Phase.explain"
introduced in version 6.149.0 for certain strategies (issue <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4708">#4708</a>).</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-4">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.152.3</h2>
<p>The "hypothesis-urandom" backend now reads from
"/dev/urandom" with
buffering disabled, which improves the control of those hooking
"/dev/urandom" to change or read Hypothesis's random
decisions.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-3">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.152.2</h2>
<p>This release further improves printing of generated values, building
on the changes in version 6.151.11.</p>
<p>Principle changes:</p>
<ul>
<li>
<p>In many cases where we would have printed a complex expression
producing a value, we now print the repr (or a pretty-printed
version of it).</p>
</li>
<li>
<p>Additionally, in some cases where we would print a complex
expression that involved a lambda, we are now able to simplify that
expression into a more readable one.</p>
</li>
</ul>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-2">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.152.1</h2>
<p>Improve some internal type hints.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-1">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.152.0</h2>
<p>Hypothesis generally recommends that the ".hypothesis"
directory not
be checked into version control. As a result, Hypothesis now
automatically creates a ".gitignore" with "*" in the
".hypothesis"
directory, which excludes it from being tracked by git.</p>
<p>If you do want to check ".hypothesis" into git, you can
remove the
".gitignore" file. Hypothesis will not re-create it unless the
entire
".hypothesis" directory is removed.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-0">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.151.14</h2>
<p>This patch fixes our "from_regex()" type annotations so
that
"from_regex(..., alphabet=None)" is accepted.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/84f92dcf29229e37f822ba3ba5eea4212d2abf35"><code>84f92dc</code></a>
Bump hypothesis-python version to 6.152.4 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c6814df503fd6afe4bf03831020572c6be44976b"><code>c6814df</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4717">#4717</a>
from HypothesisWorks/DRMacIver/issue4708</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/82e9446a6d7a22318a9cca8612bb35a1f404e9e1"><code>82e9446</code></a>
Address PR review feedback</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c77d7e746f3b82ba513f8a22a1ae3bed0ecb52d8"><code>c77d7e7</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4719">#4719</a>
from Liam-DeVoe/fix-mobile-word-wrapping</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/609de04108945b1ee711a514c3bfa520f75b71e9"><code>609de04</code></a>
Bump hypothesis-python version to 6.152.3 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/902f1baddcbc0059eee61b3518a07489935e28ef"><code>902f1ba</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4720">#4720</a>
from Liam-DeVoe/urandom-disable-buffering</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/da81118e4cf06651c63ade29892fe45562a4afbc"><code>da81118</code></a>
claude: open /dev/urandom with buffering=0 in URandomProvider</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/4d6a7f0a37f47190694b91ba1072f069a093959f"><code>4d6a7f0</code></a>
fix footnote overflow on mobile</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/80fada332e4a5cd19e22ac6be9f7dcfea71d9b68"><code>80fada3</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4714">#4714</a>
from HypothesisWorks/DRMacIver/uv</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/4b554b04eec7d8ce685ec126720b562a91e04d09"><code>4b554b0</code></a>
Fix AssertionError in Shrinker.explain() for unstable span labels</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.10...hypothesis-python-6.152.4">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>1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments