-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 15b7dfa
authored
Bump the minor group with 2 updates (#467)
Bumps the minor group with 2 updates:
[nox](https://github.com/wntrblm/nox) and
[hypothesis](https://github.com/HypothesisWorks/hypothesis).
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 />
Updates `hypothesis` from 6.140.2 to 6.143.0
<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.143.0</h2>
<p>The extras for NumPy and pandas now support automatically inferring a
strategy for "dtype="O"". Previously, Hypothesis
required an explicit
elements strategy to be passed, for example
"nps.arrays("O",
shape=(1,), elements=st.just(object()))". Now, Hypothesis
automatically infers "elements=st.from_type(object)".</p>
<p>Thanks to Shaun Read for identifying and fixing this!</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-143-0">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.142.5</h2>
<p>This patch fixes "binary_operation()" to include imports
for
"hypothesis.extra.numpy" strategies such as
"arrays()",
"scalar_dtypes()", and "array_shapes()" when
ghostwriting tests for
functions with numpy array parameters (issue <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4576">#4576</a>).</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-142-5">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.142.4</h2>
<p>Improve the accuracy of test timing reports, by tracking the start
time of each test case closer to when the test is executed.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-142-4">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.142.3</h2>
<p>Fix a recursion error when observability is enabled and a test
generates an object with a recursive reference, like "a = [];
a.append(a)".</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-142-3">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.142.2</h2>
<p>Remove a case where Hypothesis would interact with the global
"random.Random" instance if Hypothesis internals were used
directly.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-142-2">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.142.1</h2>
<p>Simplify some internal typing logic after dropping Python 3.9.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-142-1">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.142.0</h2>
<p>This release drops support for Python 3.9, which reached end of life
in October 2025.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-142-0">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.141.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/8c621837d1892378c8a6a617261c54a3252c4cd1"><code>8c62183</code></a>
Bump hypothesis-python version to 6.143.0 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/5141ca5d8f913d55657a41ff0d588860fbf914c6"><code>5141ca5</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4444">#4444</a>
from philastrophist/allow_objects_in_numpy_arrays_an...</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/f00a894cf60bb7ecc959196db36d4b92697b3bf1"><code>f00a894</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4580">#4580</a>
from Liam-DeVoe/claude-code-blog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/aa51f90d4ada4efe3103a1e4e85fad23854440de"><code>aa51f90</code></a>
also redate in file</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/add0b1d65dfe953bda6072681349312b2f1078a1"><code>add0b1d</code></a>
refactor</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c00251cd0e99faa1107d2869cc7006b07b627a86"><code>c00251c</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4579">#4579</a>
from Liam-DeVoe/claude-code-blog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/64cf40b1c2452760f5fefeb58bb9cc369897ad42"><code>64cf40b</code></a>
move to .claude/commands</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/38673bcb1b5981f14a1020db9cca4fb4515c3e19"><code>38673bc</code></a>
asset fix</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c9c4deead4f6cb5cd4ad1b8faf902aec21084b96"><code>c9c4dee</code></a>
asset fixes, redate</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/4cbd566a5aa1c897f2bcd6cb14ca1562841dff81"><code>4cbd566</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4571">#4571</a>
from Liam-DeVoe/claude-code-blog</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.2...hypothesis-python-6.143.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 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
+2
-2
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments