Skip to content

Commit 5aa87ab

Browse files
authored
Bump the minor group across 1 directory with 7 updates (#1213)
Bumps the minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20250322` | `3.8.0.20250415` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.0.0.20250429` | `80.3.0.20250505` | | [nox](https://github.com/wntrblm/nox) | `2025.2.9` | `2025.5.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.130.12` | `6.131.9` | | [setuptools](https://github.com/pypa/setuptools) | `80.1.0` | `80.3.1` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.2.0` | `8.3.1` | Updates `markdown` from 3.7 to 3.8 <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.8</h2> <h3>Changed</h3> <ul> <li>DRY fix in <code>abbr</code> extension by introducing method <code>create_element</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1483">#1483</a>).</li> <li>Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.</li> <li>Improved performance of the raw HTML post-processor (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1510">#1510</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Backslash Unescape IDs set via <code>attr_list</code> on <code>toc</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1493">#1493</a>).</li> <li>Ensure <code>md_in_html</code> processes content inside &quot;markdown&quot; blocks as they are parsed outside of &quot;markdown&quot; blocks to keep things more consistent for third-party extensions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1503">#1503</a>).</li> <li><code>md_in_html</code> handle tags within inline code blocks better (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1075">#1075</a>).</li> <li><code>md_in_html</code> fix handling of one-liner block HTML handling (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1074">#1074</a>).</li> <li>Ensure <code>&lt;center&gt;</code> is treated like a block-level element (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1481">#1481</a>).</li> <li>Ensure that <code>abbr</code> extension respects <code>AtomicString</code> and does not process perceived abbreviations in these strings (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1512">#1512</a>).</li> <li>Ensure <code>smarty</code> extension correctly renders nested closing quotes (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1514">#1514</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 <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>. See the <a href="https://github.com/Python-Markdown/markdown/blob/master/docs/contributing.md">Contributing Guide</a> for details.</p> <h2>[Unreleased]</h2> <h3>Fixed</h3> <ul> <li>Fixed dropped content in <code>md_in_html</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1526">#1526</a>).</li> <li>Fixed HTML handling corner case that prevented some content from not being rendered (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1528">#1528</a>).</li> </ul> <h2>[3.8.0] - 2025-04-09</h2> <h3>Changed</h3> <ul> <li>DRY fix in <code>abbr</code> extension by introducing method <code>create_element</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1483">#1483</a>).</li> <li>Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.</li> <li>Improved performance of the raw HTML post-processor (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1510">#1510</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Backslash Unescape IDs set via <code>attr_list</code> on <code>toc</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1493">#1493</a>).</li> <li>Ensure <code>md_in_html</code> processes content inside &quot;markdown&quot; blocks as they are parsed outside of &quot;markdown&quot; blocks to keep things more consistent for third-party extensions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1503">#1503</a>).</li> <li><code>md_in_html</code> handle tags within inline code blocks better (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1075">#1075</a>).</li> <li><code>md_in_html</code> fix handling of one-liner block HTML handling (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1074">#1074</a>).</li> <li>Ensure <code>&lt;center&gt;</code> is treated like a block-level element (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1481">#1481</a>).</li> <li>Ensure that <code>abbr</code> extension respects <code>AtomicString</code> and does not process perceived abbreviations in these strings (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1512">#1512</a>).</li> <li>Ensure <code>smarty</code> extension correctly renders nested closing quotes (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1514">#1514</a>).</li> </ul> <h2>[3.7.0] - 2024-08-16</h2> <h3>Changed</h3> <ul> <li> <p>Refactor <code>abbr</code> Extension</p> <p>A new <code>AbbrTreeprocessor</code> has been introduced, which replaces the now deprecated <code>AbbrInlineProcessor</code>. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p> </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/b34e1d03387be771aa626241fe56f8f0c34243f2"><code>b34e1d0</code></a> Bump version to 3.8</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/e6b71632726c049ab9a7a1b42e816a67f422064b"><code>e6b7163</code></a> Update deploy workflow to normalize version</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/bd67d4862b388c7c2dd1ae90635c633472c2c77c"><code>bd67d48</code></a> Improve changelog validation</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/e912575a903215ebafaeb0fecbdad079d998b9ba"><code>e912575</code></a> Fix incorrect TOC list structure in docs</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/42d4b4336e97485b96c1e4e9fcdb4e8df2501217"><code>42d4b43</code></a> Fix CI badge in README</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/1caf02892487cead069cb0c4bcdd1e876ca6b590"><code>1caf028</code></a> Optimize raw HTML post-processor (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1510">#1510</a>)</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/f6cfc5cca3dd2c313d2fa547b7c88dac656ae506"><code>f6cfc5c</code></a> Use PEP 639 license expressions in project metadata</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/9c6e39ace5e928f37854b3bf1010b209a79e2d63"><code>9c6e39a</code></a> Add Python 3.13 and drop Python 3.8</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/7aae61bea185a4a5c0c48be2619ccc1d294aa381"><code>7aae61b</code></a> Add special case for closing nested quotes</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/0ad5b0abf9560255cf9d24234f7de64c0411ab98"><code>0ad5b0a</code></a> Abbr should respect AtomicStrings</li> <li>Additional commits viewable in <a href="https://github.com/Python-Markdown/markdown/compare/3.7...3.8">compare view</a></li> </ul> </details> <br /> Updates `types-markdown` from 3.7.0.20250322 to 3.8.0.20250415 <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 `types-setuptools` from 80.0.0.20250429 to 80.3.0.20250505 <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.2.9 to 2025.5.1 <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.05.01 🌸</h2> <p>This is a bugfix release that primarily adds support for uv 0.7+. A few other small fixes were made.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/chirizxc"><code>@​chirizxc</code></a></li> <li><a href="https://github.com/gschaffner"><code>@​gschaffner</code></a></li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/living180"><code>@​living180</code></a></li> <li><a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> (first contribution)</li> </ul> <p>Bugfixes:</p> <ul> <li><code>uv version</code> is now <code>uv self version</code>, respect <code>UV</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> and <a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/955">wntrblm/nox#955</a></li> <li>Add <code>UV_PYTHON</code> to disallowed vars by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/959">wntrblm/nox#959</a></li> <li>Never ignore URL dependencies in PEP 723 noxfiles by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/935">wntrblm/nox#935</a></li> <li>Support forcing Python on parametrized session by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/958">wntrblm/nox#958</a></li> <li>Fix <code>conda_install</code> issue with newer conda (only Unix) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/957">wntrblm/nox#957</a></li> <li>Show skip reason by default by <a href="https://github.com/chirizxc"><code>@​chirizxc</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/941">wntrblm/nox#941</a></li> <li>Support <code>Path</code> for envdir by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/932">wntrblm/nox#932</a></li> <li>Use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/946">wntrblm/nox#946</a></li> </ul> <p>Documentation:</p> <ul> <li>Fix a typo in the changelog by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/936">wntrblm/nox#936</a></li> <li>Update uv recipe by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/933">wntrblm/nox#933</a></li> <li>Fix parametrized session tagging example by <a href="https://github.com/living180"><code>@​living180</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/942">wntrblm/nox#942</a></li> <li>uv now supports <code>pip install .</code> reinstallation by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/947">wntrblm/nox#947</a></li> </ul> <p>Internal changes:</p> <ul> <li>Use PEP 639 license info by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/956">wntrblm/nox#956</a></li> <li>Make test skips a bit smarter by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/929">wntrblm/nox#929</a></li> <li>Add our own requirements to conda too by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/945">wntrblm/nox#945</a></li> </ul> </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>2025.05.01</h2> <p>This is a bugfix release that primarily adds support for uv 0.7+. A few other small fixes were made.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/chirizxc"><code>@​chirizxc</code></a></li> <li><a href="https://github.com/gschaffner"><code>@​gschaffner</code></a></li> <li><a href="https://github.com/henryiii"><code>@​henryiii</code></a></li> <li><a href="https://github.com/living180"><code>@​living180</code></a></li> <li><a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> (first contribution)</li> </ul> <p>Bugfixes:</p> <ul> <li><code>uv version</code> is now <code>uv self version</code>, respect <code>UV</code> by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> and <a href="https://github.com/Spectre5"><code>@​Spectre5</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/955">wntrblm/nox#955</a></li> <li>Add <code>UV_PYTHON</code> to disallowed vars by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/959">wntrblm/nox#959</a></li> <li>Never ignore URL dependencies in PEP 723 noxfiles by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/935">wntrblm/nox#935</a></li> <li>Support forcing Python on parametrized session by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/958">wntrblm/nox#958</a></li> <li>Fix <code>conda_install</code> issue with newer conda (only Unix) by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/957">wntrblm/nox#957</a></li> <li>Show skip reason by default by <a href="https://github.com/chirizxc"><code>@​chirizxc</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/941">wntrblm/nox#941</a></li> <li>Support <code>Path</code> for envdir by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/932">wntrblm/nox#932</a></li> <li>Use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/946">wntrblm/nox#946</a></li> </ul> <p>Documentation:</p> <ul> <li>Fix a typo in the changelog by <a href="https://github.com/gschaffner"><code>@​gschaffner</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/936">wntrblm/nox#936</a></li> <li>Update uv recipe by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/933">wntrblm/nox#933</a></li> <li>Fix parametrized session tagging example by <a href="https://github.com/living180"><code>@​living180</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/942">wntrblm/nox#942</a></li> <li>uv now supports <code>pip install .</code> reinstallation by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/947">wntrblm/nox#947</a></li> </ul> <p>Internal changes:</p> <ul> <li>Use PEP 639 license info by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/956">wntrblm/nox#956</a></li> <li>Make test skips a bit smarter by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/929">wntrblm/nox#929</a></li> <li>Add our own requirements to conda too by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/wntrblm/nox/pull/945">wntrblm/nox#945</a></li> </ul> <h2>2025.02.09</h2> <p>This release improves PEP 723 support, including adding dependencies to the noxfile itself (&quot;plugins&quot;). It adds the long-awaited &quot;requires&quot; option, allowing sessions to require other sessions. And it brings further improvements to the <code>pyproject.toml</code> support, including helpers for dependency-groups and Python version lists.</p> <p>We'd like to thank the following folks who contributed to this release:</p> <ul> <li><a href="https://github.com/btemplep"><code>@​btemplep</code></a> (first contribution)</li> <li><a href="https://github.com/chirizxc"><code>@​chirizxc</code></a> (first contribution)</li> <li><a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> (first contribution)</li> <li><a href="https://github.com/gschaffner"><code>@​gschaffner</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/2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd"><code>2254a1e</code></a> chore: bump version to 2025.05.01 (<a href="https://redirect.github.com/wntrblm/nox/issues/960">#960</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/e0b5e330c358234c67694f6cad42f44af986fe43"><code>e0b5e33</code></a> fix: conda_install issue with newer conda (<a href="https://redirect.github.com/wntrblm/nox/issues/957">#957</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/a58fe60de4ff8fc523dd96b6b2ea2b53e2fdd0bc"><code>a58fe60</code></a> fix: support forcing Python on parametrized session (<a href="https://redirect.github.com/wntrblm/nox/issues/958">#958</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/aa475d6a14add64c666b56607a77439d9d97c1d0"><code>aa475d6</code></a> fix: add UV_PYTHON to disallowed vars (<a href="https://redirect.github.com/wntrblm/nox/issues/959">#959</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/1acbb4ee06ee6f55e682d339915382097043d28f"><code>1acbb4e</code></a> chore: use PEP 639 license (<a href="https://redirect.github.com/wntrblm/nox/issues/956">#956</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/7219be7e2e8cac28c2c809058a5b5a93053fb776"><code>7219be7</code></a> chore(deps): bump astral-sh/setup-uv from 5 to 6 in the actions group (<a href="https://redirect.github.com/wntrblm/nox/issues/952">#952</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/b943f95d0e12cf8017d440a2f76ce6a9fa20dade"><code>b943f95</code></a> fix: uv version is now uv self version, support UV (<a href="https://redirect.github.com/wntrblm/nox/issues/955">#955</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/1d52c8fd93976635e1f51693bf0f36616144c78e"><code>1d52c8f</code></a> Never ignore URL dependencies in PEP 723 noxfiles (<a href="https://redirect.github.com/wntrblm/nox/issues/935">#935</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/4e7f644da9d03a44d34940a74d850619fa0c7eb7"><code>4e7f644</code></a> feat: show skip reason by default (<a href="https://redirect.github.com/wntrblm/nox/issues/941">#941</a>)</li> <li><a href="https://github.com/wntrblm/nox/commit/70df6abb0ea2eacf85c265c1a1c8ea985399edd7"><code>70df6ab</code></a> fix: use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions (<a href="https://redirect.github.com/wntrblm/nox/issues/946">#946</a>)</li> <li>Additional commits viewable in <a href="https://github.com/wntrblm/nox/compare/2025.02.09...2025.05.01">compare view</a></li> </ul> </details> <br /> Updates `hypothesis` from 6.130.12 to 6.131.9 <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.131.9</h2> <p>Fix a &quot;BytesWarning&quot; after version 6.131.1 if the source code used the same value in both a normal and binary string.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-9">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.131.8</h2> <p>&quot;DirectoryBasedExampleDatabase&quot; will now fall back to (potentially non-atomic) copies rather than renames, if the temporary directory used for atomic write-and-rename is on a different filesystem to the configured database location (issue <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4335">#4335</a>).</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-8">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.131.7</h2> <p>Further improve the performance of the new features introduced in version 6.131.1.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-7">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.131.6</h2> <p>This patch makes the new features introduced in version 6.131.1 much faster, and fixes an internal &quot;RecursionError&quot; when working with deeply-nested code.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-6">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.131.5</h2> <p>Fix a rare case where database entries were kept after they were no longer needed when using &quot;Phase.target&quot;.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-5">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.131.4</h2> <p>Internal refactoring of the &quot;<a href="https://github.com/settings"><code>@​settings</code></a>&quot; object, with no user-visible change.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-4">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.131.3</h2> <p>Fixes a rare internal error where new code from version 6.131.1 could fail if &quot;sys.modules&quot; is simultaneously modified, e.g. as a side effect of imports executed from another thread. Our Thread-Safety Policy does not promise that this is supported, but we're happy to take reasonable fixes.</p> <p>Thanks to Tony Li for reporting and fixing this issue.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-3">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0c6ac59c098260764bef7be6172ef26c6092c0c2"><code>0c6ac59</code></a> Bump hypothesis-python version to 6.131.9 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b9586ff65a33e5c2be5f88740ed54eb162080726"><code>b9586ff</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4376">#4376</a> from tybug/fix-bytes-warning</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/14b6538c48f04ecc623261d7fc9871d1dfb2608b"><code>14b6538</code></a> use union instead of pipe</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/d2ad376ffea4b4105e577b2057126c5b01dd0b92"><code>d2ad376</code></a> fix bytes warning</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4e788f7597f14131d251e52ea26c472850870236"><code>4e788f7</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4374">#4374</a> from tybug/next</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/814ead93cd9fe1433b8b10f924997d1844e43d5c"><code>814ead9</code></a> retitle</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/2108abbcde0b847eddfbdbba9198cd8cb6e8eeeb"><code>2108abb</code></a> add missing support.html redirect</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/f555283fc2799c47d53ba8ca11652f8fd7316a13"><code>f555283</code></a> move testimonials to usage.html</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/485b802b2e54cba389f6ac6ec303b77c2221b3d2"><code>485b802</code></a> move compatibility to &quot;about hypothesis&quot;</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b0a1ee65a1d3e0d76875e26ebb4fae9d7b851d52"><code>b0a1ee6</code></a> add redirect for test-statistics</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.130.12...hypothesis-python-6.131.9">compare view</a></li> </ul> </details> <br /> Updates `setuptools` from 80.1.0 to 80.3.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v80.3.1</h1> <h2>Bugfixes</h2> <ul> <li>Restored select attributes in easy_install for temporary pbr compatibility. (<a href="https://redirect.github.com/pypa/setuptools/issues/4976">#4976</a>)</li> </ul> <h1>v80.3.0</h1> <h2>Features</h2> <ul> <li>Removed easy_install and package_index modules. (<a href="https://redirect.github.com/pypa/setuptools/issues/917">#917</a>)</li> <li>Restored license declaration in package metadata. See <a href="https://redirect.github.com/jaraco/skeleton/issues/171">jaraco/skeleton#171</a>. (<a href="https://redirect.github.com/pypa/setuptools/issues/4956">#4956</a>)</li> </ul> <h1>v80.2.0</h1> <h2>Features</h2> <ul> <li>Restored support for install_scripts --executable (and classic behavior for the executable for those invocations). Instead, build_editable provides the portable form of the executables for downstream installers to rewrite. (<a href="https://redirect.github.com/pypa/setuptools/issues/4934">#4934</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/f37845bce6bb06ec25c24cf30210a485e945d21e"><code>f37845b</code></a> Bump version: 80.3.0 → 80.3.1</li> <li><a href="https://github.com/pypa/setuptools/commit/a6f8db0c3932879f5e1876d97d32b3a7b567b9d5"><code>a6f8db0</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4980">#4980</a> from pypa/debt/4976-pbr-compat</li> <li><a href="https://github.com/pypa/setuptools/commit/05cf544d23b8bbe5f914d198c2620abced8b7477"><code>05cf544</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/5b39e4e50510e62902260fd4a437143cbf42c7f8"><code>5b39e4e</code></a> Add the deprecation warning to attribute access.</li> <li><a href="https://github.com/pypa/setuptools/commit/30c00380093b1a7ff5693f98d06ab4fa4f8923cf"><code>30c0038</code></a> Render the attributes dynamically.</li> <li><a href="https://github.com/pypa/setuptools/commit/d6229353cd459aea9ccb70a4b76dfae1261a1270"><code>d622935</code></a> Restore ScriptWriter and sys_executable properties.</li> <li><a href="https://github.com/pypa/setuptools/commit/88bd892e78c8b5a6855eac06383726a84a91a45e"><code>88bd892</code></a> Add a failing integration test. Ref <a href="https://redirect.github.com/pypa/setuptools/issues/4976">#4976</a></li> <li><a href="https://github.com/pypa/setuptools/commit/9dccfa41c351672697df031ce9a30bb4af44c573"><code>9dccfa4</code></a> Moved pbr setup into a fixture.</li> <li><a href="https://github.com/pypa/setuptools/commit/af8b3228487554d93ed15ec69cfe45f7c086e9b4"><code>af8b322</code></a> Bump version: 80.2.0 → 80.3.0</li> <li><a href="https://github.com/pypa/setuptools/commit/e7b80848f1d72a06ed042e5f41c3e72203c54c6a"><code>e7b8084</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4963">#4963</a> from pypa/debt/remove-easy-install</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v80.1.0...v80.3.1">compare view</a></li> </ul> </details> <br /> Updates `setuptools-scm[toml]` from 8.2.0 to 8.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools-scm/releases">setuptools-scm[toml]'s releases</a>.</em></p> <blockquote> <h2>v8.3.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1131">#1131</a>: allow self-build without importlib_metadata by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1132">pypa/setuptools-scm#1132</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/setuptools-scm/compare/v8.3.0...v8.3.1">https://github.com/pypa/setuptools-scm/compare/v8.3.0...v8.3.1</a></p> <h2>v8.3.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>use importlib_metadata on python &lt;3.10 by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1130">pypa/setuptools-scm#1130</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/radarhere"><code>@​radarhere</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1128">pypa/setuptools-scm#1128</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/setuptools-scm/compare/v8.2.1...v8.3.0">https://github.com/pypa/setuptools-scm/compare/v8.2.1...v8.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md">setuptools-scm[toml]'s changelog</a>.</em></p> <blockquote> <h2>v8.3.1</h2> <h3>Fixed</h3> <ul> <li>fixed <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1131">#1131</a>: allow self-build without importlib_metadata avaliable on python3.9</li> </ul> <h2>v8.3.0</h2> <h3>Fixed</h3> <ul> <li>fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1013">#1013</a>: use modern importlib_metadata in all cases to dedup distribution objects that must shadow based on pythonpath priority starting with python 3.10 this is part of python itself</li> </ul> <h2>v8.2.1 (yanked due to legacy python issues)</h2> <h3>Fixed</h3> <ul> <li>fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1119">#1119</a>: also include pre/post release details in version_tuple</li> <li>fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1112">#1112</a>: unpin setuptools for own dependencies due to ubuntu lts bugs</li> <li>add python 3.13 to the support matrix</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools-scm/commit/b6a20226f0d54442a3e5bd95eec0aefdc21e4a0d"><code>b6a2022</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1132">#1132</a> from RonnyPfannschmidt/self-build-no-importlib</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/15dca67c876d457631673bcfcdaf0357c85ee8a7"><code>15dca67</code></a> fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1131">#1131</a>: allow self-build without importlib_metadata</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/cd5c8a0b4a878662226ee0598cdacab795572260"><code>cd5c8a0</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1130">#1130</a> from RonnyPfannschmidt/fix-1013-importlib-dedup</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/0a07be85bfe0c08f0ee46bdb3aa09f69dd5b8b66"><code>0a07be8</code></a> changelog</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/1f7abeab064da3784c1107ca02707a1b1686a283"><code>1f7abea</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1129">#1129</a>)</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/e79a57a8d2302aa1ceb4a237f768d971796ec03f"><code>e79a57a</code></a> migrate to selectable entrypoints</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/9fcaffa84de3d749c78b6091724ee7f16e5795dd"><code>9fcaffa</code></a> remove setuptools pin again - needs a breaking release</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/fc2d84179c4e8bc7123ba0b34f692dd029e3d4bd"><code>fc2d841</code></a> use importlib_metadata on python &lt;3.10</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/1bd767db3246e81acb4300008832b4f68578c4e5"><code>1bd767d</code></a> Fixed typo (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1128">#1128</a>)</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/bce5cfc46f9975bfc253f87b49a6dc7b3488520e"><code>bce5cfc</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1126">#1126</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools-scm/compare/v8.2.0...v8.3.1">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>
2 parents 92a268f + ffc77e6 commit 5aa87ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 80.1.0",
7-
"setuptools_scm[toml] == 8.2.0",
6+
"setuptools == 80.3.1",
7+
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.3",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -55,7 +55,7 @@ dev-flake8 = [
5555
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
5656
dev-mkdocs = [
5757
"black == 25.1.0",
58-
"Markdown==3.7",
58+
"Markdown==3.8",
5959
"mike == 2.1.3",
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.2",
@@ -67,13 +67,13 @@ dev-mkdocs = [
6767
]
6868
dev-mypy = [
6969
"mypy == 1.15.0",
70-
"types-Markdown == 3.7.0.20250322",
70+
"types-Markdown == 3.8.0.20250415",
7171
"types-protobuf == 5.29.1.20250403",
72-
"types-setuptools == 80.0.0.20250429",
72+
"types-setuptools == 80.3.0.20250505",
7373
# For checking the noxfile, docs/ script, and tests
7474
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
76-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"]
76+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"]
7777
dev-pylint = [
7878
"pylint == 3.3.6",
7979
# For checking the noxfile, docs/ script, and tests
@@ -86,7 +86,7 @@ dev-pytest = [
8686
"pytest-asyncio == 0.26.0",
8787
"time-machine == 2.12.0",
8888
"async-solipsism == 0.7",
89-
"hypothesis == 6.130.12",
89+
"hypothesis == 6.131.9",
9090
]
9191
dev = [
9292
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)