Commit 1ce3fee
authored
Bump the minor group with 3 updates (#534)
Bumps the minor group with 3 updates:
[black](https://github.com/psf/black),
[mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin)
and [hypothesis](https://github.com/HypothesisWorks/hypothesis).
Updates `black` from 26.3.1 to 26.5.1
<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>26.5.1</h2>
<h3>Stable style</h3>
<ul>
<li>Fix unstable formatting of annotated assignments whose subscript
annotation contains
an inline comment (e.g. <code>x: list[ # pyright: ignore[...]</code>)
(<a
href="https://redirect.github.com/psf/black/issues/5130">#5130</a>)</li>
<li>Preserve inline comments (including <code># type: ignore</code>)
immediately before a
<code># fmt: skip</code> line, avoiding AST equivalence failures (<a
href="https://redirect.github.com/psf/black/issues/5139">#5139</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Correct the version in the published executables (<a
href="https://redirect.github.com/psf/black/issues/5137">#5137</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add Neovim integration guide covering conform.nvim, ALE, and simple
command approaches
(<a
href="https://redirect.github.com/psf/black/issues/5124">#5124</a>)</li>
</ul>
<h2>26.5.0</h2>
<h3>Highlights</h3>
<ul>
<li>Add support for unpacking in comprehensions (PEP 798) and for lazy
imports (PEP 810),
both new syntactic features in Python 3.15 (<a
href="https://redirect.github.com/psf/black/issues/5048">#5048</a>)</li>
<li>Python 3.15 is now supported. Compiled wheels are not yet provided
for Python 3.15, so
performance may be slower than on existing Python versions. Wheels will
be provided
once Python 3.15 is later in its release cycle. (<a
href="https://redirect.github.com/psf/black/issues/5127">#5127</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix <code># fmt: skip</code> being ignored in nested <code>if</code>
expressions with parenthesized <code>in</code>
clauses (<a
href="https://redirect.github.com/psf/black/issues/4903">#4903</a>)</li>
<li>Add syntactic support for Python 3.15 (<a
href="https://redirect.github.com/psf/black/issues/5048">#5048</a>)</li>
<li>Fix crash when an f-string follows a <code># fmt: off</code> comment
inside brackets (<a
href="https://redirect.github.com/psf/black/issues/5097">#5097</a>)</li>
<li>Preserve multiline compound statement headers when <code># fmt:
skip</code> is placed on the
colon line (<a
href="https://redirect.github.com/psf/black/issues/5117">#5117</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Improve heuristics around whether blank lines should appear before,
within and after
groups of same-name decorated functions (such as <code>@overload</code>
groups) in <code>.pyi</code> stub
files (<a
href="https://redirect.github.com/psf/black/issues/5021">#5021</a>)</li>
<li>Fix blank lines being removed between a function and a decorated
class in <code>.pyi</code> stub
files (<a
href="https://redirect.github.com/psf/black/issues/5092">#5092</a>)</li>
<li>Prevent string merger from creating unsplittable long lines when a
pragma comment
(e.g. <code># type: ignore</code>) follows the closing bracket (<a
href="https://redirect.github.com/psf/black/issues/5096">#5096</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Run CI on 3.15 (<a
href="https://redirect.github.com/psf/black/issues/5127">#5127</a>)</li>
</ul>
<h3>Output</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>Version 26.5.1</h2>
<h3>Stable style</h3>
<ul>
<li>Fix unstable formatting of annotated assignments whose subscript
annotation contains
an inline comment (e.g. <code>x: list[ # pyright: ignore[...]</code>)
(<a
href="https://redirect.github.com/psf/black/issues/5130">#5130</a>)</li>
<li>Preserve inline comments (including <code># type: ignore</code>)
immediately before a
<code># fmt: skip</code> line, avoiding AST equivalence failures (<a
href="https://redirect.github.com/psf/black/issues/5139">#5139</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Correct the version in the published executables (<a
href="https://redirect.github.com/psf/black/issues/5137">#5137</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add Neovim integration guide covering conform.nvim, ALE, and simple
command approaches
(<a
href="https://redirect.github.com/psf/black/issues/5124">#5124</a>)</li>
</ul>
<h2>Version 26.5.0</h2>
<h3>Highlights</h3>
<ul>
<li>Add support for unpacking in comprehensions (PEP 798) and for lazy
imports (PEP 810),
both new syntactic features in Python 3.15 (<a
href="https://redirect.github.com/psf/black/issues/5048">#5048</a>)</li>
<li>Python 3.15 is now supported. Compiled wheels are not yet provided
for Python 3.15, so
performance may be slower than on existing Python versions. Wheels will
be provided
once Python 3.15 is later in its release cycle. (<a
href="https://redirect.github.com/psf/black/issues/5127">#5127</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix <code># fmt: skip</code> being ignored in nested <code>if</code>
expressions with parenthesized <code>in</code>
clauses (<a
href="https://redirect.github.com/psf/black/issues/4903">#4903</a>)</li>
<li>Add syntactic support for Python 3.15 (<a
href="https://redirect.github.com/psf/black/issues/5048">#5048</a>)</li>
<li>Fix crash when an f-string follows a <code># fmt: off</code> comment
inside brackets (<a
href="https://redirect.github.com/psf/black/issues/5097">#5097</a>)</li>
<li>Preserve multiline compound statement headers when <code># fmt:
skip</code> is placed on the
colon line (<a
href="https://redirect.github.com/psf/black/issues/5117">#5117</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Improve heuristics around whether blank lines should appear before,
within and after
groups of same-name decorated functions (such as <code>@overload</code>
groups) in <code>.pyi</code> stub
files (<a
href="https://redirect.github.com/psf/black/issues/5021">#5021</a>)</li>
<li>Fix blank lines being removed between a function and a decorated
class in <code>.pyi</code> stub
files (<a
href="https://redirect.github.com/psf/black/issues/5092">#5092</a>)</li>
<li>Prevent string merger from creating unsplittable long lines when a
pragma comment
(e.g. <code># type: ignore</code>) follows the closing bracket (<a
href="https://redirect.github.com/psf/black/issues/5096">#5096</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Run CI on 3.15 (<a
href="https://redirect.github.com/psf/black/issues/5127">#5127</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/87928e6d6761a4a6d22250e1fee5601b3998086e"><code>87928e6</code></a>
Prepare release 26.5.1 (<a
href="https://redirect.github.com/psf/black/issues/5140">#5140</a>)</li>
<li><a
href="https://github.com/psf/black/commit/c970a49702488739add6c728122deb3a99900803"><code>c970a49</code></a>
Preserve comments before fmt: skip lines (<a
href="https://redirect.github.com/psf/black/issues/5139">#5139</a>)</li>
<li><a
href="https://github.com/psf/black/commit/5809338fd5f92d50e80c2ad312292ae6d428a480"><code>5809338</code></a>
Preserve inline comments inside annotation subscripts (<a
href="https://redirect.github.com/psf/black/issues/5130">#5130</a>)</li>
<li><a
href="https://github.com/psf/black/commit/61361b71995f6ea44ce01915bacd3ecc50642507"><code>61361b7</code></a>
docs: add Neovim integration guide and fix http link (<a
href="https://redirect.github.com/psf/black/issues/5124">#5124</a>)</li>
<li><a
href="https://github.com/psf/black/commit/ebe6018e3254629788376e619207719fbe34a849"><code>ebe6018</code></a>
CI Hotfixes (<a
href="https://redirect.github.com/psf/black/issues/5136">#5136</a>)</li>
<li><a
href="https://github.com/psf/black/commit/9cbd95f80e97c1ab4d690d1d41b81579a13bf75c"><code>9cbd95f</code></a>
Fix publish binaries again on Windows (<a
href="https://redirect.github.com/psf/black/issues/5134">#5134</a>)</li>
<li><a
href="https://github.com/psf/black/commit/3dc8e6c41911bdaedb4bac8d633979c34a112b78"><code>3dc8e6c</code></a>
Add new changelog (<a
href="https://redirect.github.com/psf/black/issues/5132">#5132</a>)</li>
<li><a
href="https://github.com/psf/black/commit/6d0fff0d5a965b9d0d3dbd7c5738d835fd574130"><code>6d0fff0</code></a>
Fix publish binaries workflow (<a
href="https://redirect.github.com/psf/black/issues/5133">#5133</a>)</li>
<li><a
href="https://github.com/psf/black/commit/d2490e24dad33b8f68c77602ee29160de0fea24b"><code>d2490e2</code></a>
Prepare release 26.5.0 (<a
href="https://redirect.github.com/psf/black/issues/5131">#5131</a>)</li>
<li><a
href="https://github.com/psf/black/commit/2b13ea76fa69d4923381df65deb1a5c896ca27ad"><code>2b13ea7</code></a>
Preserve multiline headers with fmt skip (<a
href="https://redirect.github.com/psf/black/issues/5117">#5117</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/26.3.1...26.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-include-markdown-plugin` from 7.2.2 to 7.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mondeja/mkdocs-include-markdown-plugin/releases">mkdocs-include-markdown-plugin's
releases</a>.</em></p>
<blockquote>
<h2>v7.3.0</h2>
<h3>New features</h3>
<ul>
<li>Add new setting <code>include_from_url</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/0604be2390c35b9da7d1a69be2f8925693460efd"><code>0604be2</code></a>
Add new setting <code>include_from_url</code>(<a
href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/299">#299</a>)</li>
<li><a
href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/f0809f9ac84db5dd29a5bc98e9029d69164237b8"><code>f0809f9</code></a>
Document order setting (<a
href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/298">#298</a>)</li>
<li>See full diff in <a
href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.2.2...v7.3.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `hypothesis` from 6.152.4 to 6.155.1
<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.9</h2>
<p>This release substantially improves our internal distribution for
generating integers. This release has the most visible effect on
"integers()", but may incidentally improve other strategies
which draw
integers internally.</p>
<p>Our integers distribution had two problems. First, it had jagged
discontinuities at certain values where we switched sampling
approaches. Second, it used a different distribution for bounded and
unbounded ranges, which resulted in "st.integers()" and
"st.integers(-2<strong>64, 2</strong>64)" producing very
different distributions
despite being semantically similar.</p>
<p>We now use a smooth distribution for both "st.integers()"
and
"st.integers(a, b)", which fixes both of these issues. This
should
substantially improve our testing power in certain cases.</p>
<p>The only way this release should be user-visible is that it finds
more
bugs! If this release is user-visible in other ways - for example,
because it is slower, or produces a worse distribution in some cases -
please open an issue.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-9">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.152.8</h2>
<p>This release drops support for end-of-life Django 4.2.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-8">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.152.7</h2>
<p>This patch improves our type hints for ".filter()" to work
with
"typing.TypeGuard". For example:</p>
<p>from typing import TypeGuard</p>
<p>from hypothesis import strategies as st</p>
<p>def is_str(x: object) -> TypeGuard[str]:
return isinstance(x, str)</p>
<p>s = st.from_type(object).filter(is_str)</p>
<h1>previously: SearchStrategy[object]</h1>
<h1>now: SearchStrategy[str]</h1>
<p>reveal_type(s)</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-152-7">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.152.6</h2>
<p>This patch adds a shrinking pass that tries natural text</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/4afeada246751658ceadf7389ad946a4fcf64175"><code>4afeada</code></a>
Bump hypothesis version to 6.155.1 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/1dafffb33415019bce34e2f4709887e1f10c64ec"><code>1dafffb</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4755">#4755</a>
from Zac-HD/claude/nice-bardeen-xS6yA</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/78b2a0199662606d2ce0d361c7d7851e55254b75"><code>78b2a01</code></a>
Address review feedback on the overrun-repair branch</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/ba3a2063e026b799f8ffd89d1f6b74c4b6b4c8f4"><code>ba3a206</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4757">#4757</a>
from Zac-HD/cleanups</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/4f72f644407be54cfc1f9e16d3dd596fd7887ac8"><code>4f72f64</code></a>
deflake tests?</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/44114873e422b68492c8308c0e933b63b2fe4444"><code>4411487</code></a>
crosshair tests cleanup</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/b19b02e1f52e3b545f532ecccfb2a78fea7ed146"><code>b19b02e</code></a>
Bump hypothesis version to 6.155.0 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/05a605b6a78fe260dd0db69592322ead778cdb89"><code>05a605b</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4756">#4756</a>
from Zac-HD/claude/hopeful-einstein-zhwDO</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/5690ba97cb1eaa809ab0f624be4dc09ed241b830"><code>5690ba9</code></a>
Bump hypothesis version to 6.154.2 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/7e91ba0923cb265f39250feb819fc339fccda90d"><code>7e91ba0</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4751">#4751</a>
from Zac-HD/claude/amazing-brahmagupta-6XQsP</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.4...v6.155.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 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: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments