-
Notifications
You must be signed in to change notification settings - Fork 11
Commit 463a6af
authored
chore(deps-dev): bump the minor group across 1 directory with 4 updates (#215)
Bumps the minor group with 4 updates in the / directory:
[black](https://github.com/psf/black),
[markdown](https://github.com/Python-Markdown/markdown),
[types-markdown](https://github.com/typeshed-internal/stub_uploader) and
[nox](https://github.com/wntrblm/nox).
Updates `black` from 25.9.0 to 25.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/releases">black's
releases</a>.</em></p>
<blockquote>
<h2>25.11.0</h2>
<h3>Highlights</h3>
<ul>
<li>Enable base 3.14 support (<a
href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li>
<li>Add support for the new Python 3.14 t-string syntax introduced by
PEP 750 (<a
href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix bug where comments between <code># fmt: off</code> and <code>#
fmt: on</code> were reformatted (<a
href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li>
<li>Comments containing fmt directives now preserve their exact
formatting instead of
being normalized (<a
href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Move <code>multiline_string_handling</code> from
<code>--unstable</code> to <code>--preview</code> (<a
href="https://redirect.github.com/psf/black/issues/4760">#4760</a>)</li>
<li>Fix bug where module docstrings would be treated as normal strings
if preceded by
comments (<a
href="https://redirect.github.com/psf/black/issues/4764">#4764</a>)</li>
<li>Fix bug where python 3.12 generics syntax split line happens weirdly
(<a
href="https://redirect.github.com/psf/black/issues/4777">#4777</a>)</li>
<li>Standardize type comments to form <code># type: <value></code>
(<a
href="https://redirect.github.com/psf/black/issues/4645">#4645</a>)</li>
<li>Fix <code>fix_fmt_skip_in_one_liners</code> preview feature to
respect <code># fmt: skip</code> for compound
statements with semicolon-separated bodies (<a
href="https://redirect.github.com/psf/black/issues/4800">#4800</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Add <code>no_cache</code> option to control caching behavior. (<a
href="https://redirect.github.com/psf/black/issues/4803">#4803</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Releases now include arm64 Linux binaries (<a
href="https://redirect.github.com/psf/black/issues/4773">#4773</a>)</li>
</ul>
<h3>Output</h3>
<ul>
<li>Write unchanged content to stdout when excluding formatting from
stdin using pipes
(<a
href="https://redirect.github.com/psf/black/issues/4610">#4610</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Implemented BlackDClient. This simple python client allows to easily
send formatting
requests to blackd (<a
href="https://redirect.github.com/psf/black/issues/4774">#4774</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Enable 3.14 base CI (<a
href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li>
<li>Enhance GitHub Action <code>psf/black</code> to support the
<code>required-version</code> major-version-only
"stability" format when using pyproject.toml (<a
href="https://redirect.github.com/psf/black/issues/4770">#4770</a>)</li>
<li>Improve error message for vim plugin users. It now handles
independently vim version</li>
<li>Vim: Warn on unsupported Vim and Python versions independently (<a
href="https://redirect.github.com/psf/black/issues/4772">#4772</a>)</li>
<li>Vim: Print the import paths when importing black fails (<a
href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li>
<li>Vim: Fix handling of virtualenvs that have a different Python
version (<a
href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/blob/main/CHANGES.md">black's
changelog</a>.</em></p>
<blockquote>
<h2>25.11.0</h2>
<h3>Highlights</h3>
<ul>
<li>Enable base 3.14 support (<a
href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li>
<li>Add support for the new Python 3.14 t-string syntax introduced by
PEP 750 (<a
href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix bug where comments between <code># fmt: off</code> and <code>#
fmt: on</code> were reformatted (<a
href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li>
<li>Comments containing fmt directives now preserve their exact
formatting instead of
being normalized (<a
href="https://redirect.github.com/psf/black/issues/4811">#4811</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Move <code>multiline_string_handling</code> from
<code>--unstable</code> to <code>--preview</code> (<a
href="https://redirect.github.com/psf/black/issues/4760">#4760</a>)</li>
<li>Fix bug where module docstrings would be treated as normal strings
if preceded by
comments (<a
href="https://redirect.github.com/psf/black/issues/4764">#4764</a>)</li>
<li>Fix bug where python 3.12 generics syntax split line happens weirdly
(<a
href="https://redirect.github.com/psf/black/issues/4777">#4777</a>)</li>
<li>Standardize type comments to form <code># type: <value></code>
(<a
href="https://redirect.github.com/psf/black/issues/4645">#4645</a>)</li>
<li>Fix <code>fix_fmt_skip_in_one_liners</code> preview feature to
respect <code># fmt: skip</code> for compound
statements with semicolon-separated bodies (<a
href="https://redirect.github.com/psf/black/issues/4800">#4800</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Add <code>no_cache</code> option to control caching behavior. (<a
href="https://redirect.github.com/psf/black/issues/4803">#4803</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Releases now include arm64 Linux binaries (<a
href="https://redirect.github.com/psf/black/issues/4773">#4773</a>)</li>
</ul>
<h3>Output</h3>
<ul>
<li>Write unchanged content to stdout when excluding formatting from
stdin using pipes
(<a
href="https://redirect.github.com/psf/black/issues/4610">#4610</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Implemented BlackDClient. This simple python client allows to easily
send formatting
requests to blackd (<a
href="https://redirect.github.com/psf/black/issues/4774">#4774</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Enable 3.14 base CI (<a
href="https://redirect.github.com/psf/black/issues/4804">#4804</a>)</li>
<li>Enhance GitHub Action <code>psf/black</code> to support the
<code>required-version</code> major-version-only
"stability" format when using pyproject.toml (<a
href="https://redirect.github.com/psf/black/issues/4770">#4770</a>)</li>
<li>Improve error message for vim plugin users. It now handles
independently vim version</li>
<li>Vim: Warn on unsupported Vim and Python versions independently (<a
href="https://redirect.github.com/psf/black/issues/4772">#4772</a>)</li>
<li>Vim: Print the import paths when importing black fails (<a
href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li>
<li>Vim: Fix handling of virtualenvs that have a different Python
version (<a
href="https://redirect.github.com/psf/black/issues/4675">#4675</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/05f0a8ce1f71fbb36e1e032d3b518c7b945089a2"><code>05f0a8c</code></a>
Prepare for 25.11.0 release (<a
href="https://redirect.github.com/psf/black/issues/4825">#4825</a>)</li>
<li><a
href="https://github.com/psf/black/commit/ae17c61310e44401ca55d17a9c01db1dc03940a6"><code>ae17c61</code></a>
Fix tests on pytest 9 (<a
href="https://redirect.github.com/psf/black/issues/4835">#4835</a>)</li>
<li><a
href="https://github.com/psf/black/commit/138745eca650aa59ab30458f7b1c026b66608a09"><code>138745e</code></a>
Include Windows and Python 3.14 in PR wheel build matrix, fix Windows
build (...</li>
<li><a
href="https://github.com/psf/black/commit/18170d6d8d9bdde97d4cd3568cfa8be434a09ff3"><code>18170d6</code></a>
ci: add label for running all builds on a pull request (<a
href="https://redirect.github.com/psf/black/issues/4833">#4833</a>)</li>
<li><a
href="https://github.com/psf/black/commit/0e793e3d7e0d12dbda1573fa1bb785b1f066ee7c"><code>0e793e3</code></a>
fix windows wheels (<a
href="https://redirect.github.com/psf/black/issues/4830">#4830</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b71f36c9fda07930c83e22681e0ec08ddf5a3980"><code>b71f36c</code></a>
Use build[uv] as cibuildwheel frontend (<a
href="https://redirect.github.com/psf/black/issues/4831">#4831</a>)</li>
<li><a
href="https://github.com/psf/black/commit/a7bd594493bb5cb703beee877a2df40556b0baaa"><code>a7bd594</code></a>
Skip free threaded builds in cibuildwheel (<a
href="https://redirect.github.com/psf/black/issues/4829">#4829</a>)</li>
<li><a
href="https://github.com/psf/black/commit/862dee91fa1259ca2bc00f10538b52a4959bdbe8"><code>862dee9</code></a>
Update cibuildwheel (<a
href="https://redirect.github.com/psf/black/issues/4828">#4828</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b5f354c56627640e0b853af51a51d9262bafa9f0"><code>b5f354c</code></a>
build: restrict to pytest 9.0 due to breakage in custom pytest_configure
(<a
href="https://redirect.github.com/psf/black/issues/4827">#4827</a>)</li>
<li><a
href="https://github.com/psf/black/commit/f705197f57149b79ed83cccf22e4fed19b48a7bf"><code>f705197</code></a>
t-string support (<a
href="https://redirect.github.com/psf/black/issues/4805">#4805</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/25.9.0...25.11.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `markdown` from 3.9 to 3.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/releases">markdown's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.10.0</h2>
<h3>Changed</h3>
<ul>
<li>Officially support Python 3.14 and PyPy 3.11 and drop support for
Python 3.9
and PyPy 3.9.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an HTML comment parsing case in some Python versions that can
cause an
infinite loop (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1554">#1554</a>).</li>
<li>Revert the default behavior of <code>USE_DEFINITION_ORDER</code> (to
<code>True</code>). The new
behavior introduced in 3.9.0 is experimental and results are
inconsistent.
It should not have been made the default behavior (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1561">#1561</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md">markdown's
changelog</a>.</em></p>
<blockquote>
<p>title: Changelog
toc_depth: 2</p>
<h1>Python-Markdown Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>,
and this project adheres to the
<a
href="https://packaging.python.org/en/latest/specifications/version-specifiers/">Python
Version Specification</a>.
See the <a
href="https://github.com/Python-Markdown/markdown/blob/master/docs/contributing.md">Contributing
Guide</a> for details.</p>
<h2>[3.10.0] - 2025-11-03</h2>
<h3>Changed</h3>
<ul>
<li>Officially support Python 3.14 and PyPy 3.11 and drop support for
Python 3.9
and PyPy 3.9.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an HTML comment parsing case in some Python versions that can
cause an
infinite loop (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1554">#1554</a>).</li>
<li>Revert the default behavior of <code>USE_DEFINITION_ORDER</code> (to
<code>True</code>). The new
behavior introduced in 3.9.0 is experimental and results are
inconsistent.
It should not have been made the default behavior (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1561">#1561</a>).</li>
</ul>
<h2>[3.9.0] - 2025-09-04</h2>
<h3>Changed</h3>
<ul>
<li>Footnotes are now ordered by the occurrence of their references in
the
document. A new configuration option for the footnotes extension,
<code>USE_DEFINITION_ORDER</code>, has been added to support restoring
the previous
behavior of ordering footnotes by the occurrence of definitions (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1367">#1367</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Ensure inline processing iterates through elements in document order
(<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1546">#1546</a>).</li>
<li>Fix handling of incomplete HTML tags in code spans in Python 3.14
(<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1547">#1547</a>).</li>
</ul>
<h2>[3.8.2] - 2025-06-19</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>codecs</code> deprecation in Python 3.14 (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li>
<li>Fix issue with unclosed comment parsing in Python 3.14 (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li>
<li>Fix issue with unclosed declarations in Python 3.14 (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li>
<li>Fix issue with unclosed HTML tag <code><foo</code> and Python
3.14 (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1537">#1537</a>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/22e89c1fc346f72218a10e392a0c3b4731912522"><code>22e89c1</code></a>
Bump version to 3.10</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/c138aea5139a6aceae05bb957e866d9ce7577b94"><code>c138aea</code></a>
+ PY314 - PY39</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/746f7f527b15f63845253e3b86947b806ef1b98f"><code>746f7f5</code></a>
cleanup</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/a5ee2b4aad05531898ab8fd726c7ece31ddadf8b"><code>a5ee2b4</code></a>
Revert the default behavior of <code>USE_DEFINITION_ORDER</code></li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/5354daf618149f92580a1407c036115753c5df73"><code>5354daf</code></a>
Fix an HTML comment parsing case that can cause an infinite loop</li>
<li>See full diff in <a
href="https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `types-markdown` from 3.9.0.20250906 to 3.10.0.20251106
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/typeshed-internal/stub_uploader/commits">compare
view</a></li>
</ul>
</details>
<br />
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 />
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
+5
-5
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedOpen diff view settings
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments