-
Notifications
You must be signed in to change notification settings - Fork 8
Commit 5cc33d4
authored
Bump the required group across 1 directory with 10 updates (#310)
Bumps the required group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.2.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.6` | `0.5.7` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.6.0` |
`3.7` |
| [mike](https://github.com/jimporter/mike) | `2.1.2` | `2.1.3` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.30` | `9.5.34` |
| [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` |
| [types-markdown](https://github.com/python/typeshed) |
`3.6.0.20240316` | `3.7.0.20240822` |
Updates `pylint` from 3.2.6 to 3.2.7
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a98215b8c6a6203dd56366bcfe1cd946fb41282a"><code>a98215b</code></a>
Bump pylint to 3.2.7, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/1deaffababe77e8a025e3b2e5d564d4feb8d987f"><code>1deaffa</code></a>
Fix to maintain order of package paths (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9887">#9887</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9897">#9897</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b4c2951e62c6ba8e061d4c001192efdedcb6f498"><code>b4c2951</code></a>
[Backport maintenance/3.2.x] Fix a crash in
<code>undefined-loop-variable</code> with `e...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/f1925f46ff4c93e7d191d24746b601cfeb0b4e3c"><code>f1925f4</code></a>
Fix crash in refactoring checker when calling bound lambda (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9867">#9867</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/7d1626cf869dab1365150265bad45da7e4221bc1"><code>7d1626c</code></a>
Fix a false positive <code>unreachable</code> for <code>NoReturn</code>
coroutine functions (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9844">#9844</a>)...</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytest` from 8.3.2 to 8.3.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.3</h2>
<h1>pytest 8.3.3 (2024-09-09)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>:
Avoid calling <code>@Property</code> (and other instance descriptors)
during fixture discovery -- by <code>asottile</code>{.interpreted-text
role="user"}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>:
Fixed the issue of not displaying assertion failure differences when
using the parameter <code>--import-mode=importlib</code> in
pytest>=8.1.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>:
Fixed a regression where type change in
[ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to
fail.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>:
Fixed typing compatibility with Python 3.9 or less -- replaced
[typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} --
by <code>Avasam</code>{.interpreted-text role="user"}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>:
Fixed an issue with backslashes being incorrectly converted in nodeid
paths on Windows, ensuring consistent path handling across
environments.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>:
Fixed bug where the verbosity levels where not being respected when
printing the "msg" part of failed assertion (as in
<code>assert condition, msg</code>).</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>:
Fix bug where disabling the terminal plugin via <code>-p
no:terminal</code> would cause crashes related to missing the
<code>verbose</code> option.</p>
<p>-- by <code>GTowers1</code>{.interpreted-text
role="user"}</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>:
Clarify that the [pytest_deselected]{.title-ref} hook should be called
from [pytest_collection_modifyitems]{.title-ref} hook implementations
when items are deselected.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>:
Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref}
example in docs.</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>:
Fix typos discovered by codespell and add codespell to pre-commit
hooks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a>
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a>
Prepare release version 8.3.3</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a>
Include co-authors in release announcement (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12795">#12795</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a>
Do not discover properties when iterating fixtures (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12781">#12781</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a>
Fix issue with slashes being turned into backslashes on Windows (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12760">#12760</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12">#12</a>...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12785">#12785</a>
from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12784">#12784</a>
from svenevs/fix/docs-example-parametrize-minor-typo</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a>
Streamline checks for verbose option (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12706">#12706</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a>
Fix typos and introduce codespell pre-commit hook (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a>
doc: Remove past training (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12772">#12772</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `flake8` from 7.1.0 to 7.1.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/flake8/commit/cf1542cefa3e766670b2066dd75c4571d682a649"><code>cf1542c</code></a>
Release 7.1.1</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/939ea3d8d9d5d7d9f348420036af52df74f5ca09"><code>939ea3d</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1949">#1949</a>
from stephenfin/issue-1948</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/bdcd5c2c0afadaf7c92a4b26d96055cecdd38cf3"><code>bdcd5c2</code></a>
Handle escaped braces in f-strings</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/2a811cc4d2aaed3e8eb5a9f04f08ccc8af7c0791"><code>2a811cc</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1946">#1946</a>
from Viicos/patch-1</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/10314ad9e5236f1ddf70cb25c2854c93c0840b66"><code>10314ad</code></a>
Fix wording of plugins documentation</li>
<li>See full diff in <a
href="https://github.com/pycqa/flake8/compare/7.1.0...7.1.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `pydoclint` from 0.5.6 to 0.5.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/releases">pydoclint's
releases</a>.</em></p>
<blockquote>
<h2>0.5.7</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: add "sphinx" as an allowed style by <a
href="https://github.com/Amar1729"><code>@Amar1729</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/159">jsh9/pydoclint#159</a></li>
<li>tox: use <code>deps = .</code> instead of <code>pip install</code>
by <a href="https://github.com/Amar1729"><code>@Amar1729</code></a> in
<a
href="https://redirect.github.com/jsh9/pydoclint/pull/160">jsh9/pydoclint#160</a></li>
<li>Switch from tab to 4 spaces in baseline by <a
href="https://github.com/cidrblock"><code>@cidrblock</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/152">jsh9/pydoclint#152</a></li>
<li>feat: introduce DOC503 for checking specific raised exceptions by <a
href="https://github.com/Amar1729"><code>@Amar1729</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/161">jsh9/pydoclint#161</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Amar1729"><code>@Amar1729</code></a>
made their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/159">jsh9/pydoclint#159</a></li>
<li><a href="https://github.com/cidrblock"><code>@cidrblock</code></a>
made their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/152">jsh9/pydoclint#152</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7">https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's
changelog</a>.</em></p>
<blockquote>
<h2>[0.5.7] - 2024-09-02</h2>
<ul>
<li>
<p>Added</p>
<ul>
<li>A new violation code, <code>DOC503</code>, which checks that
exceptions in the
function body match those in the "Raises" section of the
docstring</li>
</ul>
</li>
<li>
<p>Changed</p>
<ul>
<li>Switched from tab to 4 spaces in baseline</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/f75860489c4d4769767beabcad9b099cc2b2a88d"><code>f758604</code></a>
feat: introduce DOC503 for checking specific raised exceptions (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/161">#161</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/ae285899e56001581c34e89e15ac9ea359aa4ca7"><code>ae28589</code></a>
Switch from tab to 4 spaces in baseline (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/152">#152</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/1e80fd3e44d7ffaf0235a9f96912c4a95e9fb6b1"><code>1e80fd3</code></a>
tox: use <code>deps = .</code> instead of <code>pip install</code> (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/160">#160</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/23b89f6a530e6986d4d54eede4defc371483b50d"><code>23b89f6</code></a>
docs: add "sphinx" as an allowed style (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/159">#159</a>)</li>
<li>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.5.6...0.5.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `black` from 24.4.2 to 24.8.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>24.8.0</h2>
<h3>Stable style</h3>
<ul>
<li>Fix crash when <code># fmt: off</code> is used before a closing
parenthesis or bracket. (<a
href="https://redirect.github.com/psf/black/issues/4363">#4363</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Packaging metadata updated: docs are explictly linked, the issue
tracker is now also
linked. This improves the PyPI listing for Black. (<a
href="https://redirect.github.com/psf/black/issues/4345">#4345</a>)</li>
</ul>
<h3>Parser</h3>
<ul>
<li>Fix regression where Black failed to parse a multiline f-string
containing another
multiline string (<a
href="https://redirect.github.com/psf/black/issues/4339">#4339</a>)</li>
<li>Fix regression where Black failed to parse an escaped single quote
inside an f-string
(<a
href="https://redirect.github.com/psf/black/issues/4401">#4401</a>)</li>
<li>Fix bug with Black incorrectly parsing empty lines with a backslash
(<a
href="https://redirect.github.com/psf/black/issues/4343">#4343</a>)</li>
<li>Fix bugs with Black's tokenizer not handling <code>\{</code> inside
f-strings very well (<a
href="https://redirect.github.com/psf/black/issues/4422">#4422</a>)</li>
<li>Fix incorrect line numbers in the tokenizer for certain tokens
within f-strings
(<a
href="https://redirect.github.com/psf/black/issues/4423">#4423</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Improve performance when a large directory is listed in
<code>.gitignore</code> (<a
href="https://redirect.github.com/psf/black/issues/4415">#4415</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Fix blackd (and all extras installs) for docker container (<a
href="https://redirect.github.com/psf/black/issues/4357">#4357</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>24.8.0</h2>
<h3>Stable style</h3>
<ul>
<li>Fix crash when <code># fmt: off</code> is used before a closing
parenthesis or bracket. (<a
href="https://redirect.github.com/psf/black/issues/4363">#4363</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Packaging metadata updated: docs are explictly linked, the issue
tracker is now also
linked. This improves the PyPI listing for Black. (<a
href="https://redirect.github.com/psf/black/issues/4345">#4345</a>)</li>
</ul>
<h3>Parser</h3>
<ul>
<li>Fix regression where Black failed to parse a multiline f-string
containing another
multiline string (<a
href="https://redirect.github.com/psf/black/issues/4339">#4339</a>)</li>
<li>Fix regression where Black failed to parse an escaped single quote
inside an f-string
(<a
href="https://redirect.github.com/psf/black/issues/4401">#4401</a>)</li>
<li>Fix bug with Black incorrectly parsing empty lines with a backslash
(<a
href="https://redirect.github.com/psf/black/issues/4343">#4343</a>)</li>
<li>Fix bugs with Black's tokenizer not handling <code>\{</code> inside
f-strings very well (<a
href="https://redirect.github.com/psf/black/issues/4422">#4422</a>)</li>
<li>Fix incorrect line numbers in the tokenizer for certain tokens
within f-strings
(<a
href="https://redirect.github.com/psf/black/issues/4423">#4423</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Improve performance when a large directory is listed in
<code>.gitignore</code> (<a
href="https://redirect.github.com/psf/black/issues/4415">#4415</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Fix blackd (and all extras installs) for docker container (<a
href="https://redirect.github.com/psf/black/issues/4357">#4357</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/b965c2a5026f8ba399283ba3e01898b012853c79"><code>b965c2a</code></a>
Prepare release 24.8.0 (<a
href="https://redirect.github.com/psf/black/issues/4426">#4426</a>)</li>
<li><a
href="https://github.com/psf/black/commit/9ccf279a17ff19cc51f62c60fc88ba46e615d202"><code>9ccf279</code></a>
Document <code>find_project_root</code> ignoring
<code>pyproject.toml</code> without <code>[tool.black]</code>...</li>
<li><a
href="https://github.com/psf/black/commit/14b6e619704e6d81749f0a23060750ee0a5fcc40"><code>14b6e61</code></a>
fix: Enhace black efficiently to skip directories listed in .gitignore
(<a
href="https://redirect.github.com/psf/black/issues/4415">#4415</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b1c4dd96d769cb3ac3c8fc057e8dc60907b84c17"><code>b1c4dd9</code></a>
fix: respect braces better in f-string parsing (<a
href="https://redirect.github.com/psf/black/issues/4422">#4422</a>)</li>
<li><a
href="https://github.com/psf/black/commit/4b4ae43e8b66a2eab2d41a73364745c2a4570287"><code>4b4ae43</code></a>
Fix incorrect linenos on fstring tokens with escaped newlines (<a
href="https://redirect.github.com/psf/black/issues/4423">#4423</a>)</li>
<li><a
href="https://github.com/psf/black/commit/7fa1faf83af513e09c44e029da573c6b0b2bd570"><code>7fa1faf</code></a>
docs: fix the installation command of extra for blackd (<a
href="https://redirect.github.com/psf/black/issues/4413">#4413</a>)</li>
<li><a
href="https://github.com/psf/black/commit/8827accf560c7be418000962565f1fd6fa7b01cb"><code>8827acc</code></a>
Bump sphinx from 7.3.7 to 7.4.0 in /docs (<a
href="https://redirect.github.com/psf/black/issues/4404">#4404</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b0da11d370adb5730fd45594cc89b1dc816786ea"><code>b0da11d</code></a>
Bump furo from 2024.5.6 to 2024.7.18 in /docs (<a
href="https://redirect.github.com/psf/black/issues/4409">#4409</a>)</li>
<li><a
href="https://github.com/psf/black/commit/721dff549362f54930ecc038218dcc40e599a875"><code>721dff5</code></a>
fix: avoid formatting backslash strings inside f-strings (<a
href="https://redirect.github.com/psf/black/issues/4401">#4401</a>)</li>
<li><a
href="https://github.com/psf/black/commit/7e2afc9bfdc4ec4bc3297aaa16a62d575249a5e0"><code>7e2afc9</code></a>
Update <code>actions/checkout</code> to v4 to stop node deprecation
warnings (<a
href="https://redirect.github.com/psf/black/issues/4379">#4379</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/24.4.2...24.8.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `markdown` from 3.6.0 to 3.7
<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.7</h2>
<h3>Changed</h3>
<h4>Refactor <code>abbr</code> Extension</h4>
<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>
<p>The <code>AbbrPreprocessor</code> class has been renamed to
<code>AbbrBlockprocessor</code>, which
better reflects what it is. <code>AbbrPreprocessor</code> has been
deprecated.</p>
<p>A call to <code>Markdown.reset()</code> now clears all previously
defined abbreviations.</p>
<p>Abbreviations are now sorted by length before executing
<code>AbbrTreeprocessor</code>
to ensure that multi-word abbreviations are implemented even if an
abbreviation
exists for one of those component words. (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p>
<p>Abbreviations without a definition are now ignored. This avoids
applying
abbr tags to text without a title value.</p>
<p>Added an optional <code>glossary</code> configuration option to the
abbreviations extension.
This provides a simple and efficient way to apply a dictionary of
abbreviations
to every page.</p>
<p>Abbreviations can now be disabled by setting their definition to
<code>""</code> or <code>''</code>.
This can be useful when using the <code>glossary</code> option.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed links to source code on GitHub from the documentation (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</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>
<h2>[3.7] -- 2024-08-16</h2>
<h3>Changed</h3>
<h4>Refactor <code>abbr</code> Extension</h4>
<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>
<p>The <code>AbbrPreprocessor</code> class has been renamed to
<code>AbbrBlockprocessor</code>, which
better reflects what it is. <code>AbbrPreprocessor</code> has been
deprecated.</p>
<p>A call to <code>Markdown.reset()</code> now clears all previously
defined abbreviations.</p>
<p>Abbreviations are now sorted by length before executing
<code>AbbrTreeprocessor</code>
to ensure that multi-word abbreviations are implemented even if an
abbreviation
exists for one of those component words. (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p>
<p>Abbreviations without a definition are now ignored. This avoids
applying
abbr tags to text without a title value.</p>
<p>Added an optional <code>glossary</code> configuration option to the
abbreviations extension.
This provides a simple and efficient way to apply a dictionary of
abbreviations
to every page.</p>
<p>Abbreviations can now be disabled by setting their definition to
<code>""</code> or <code>''</code>.
This can be useful when using the <code>glossary</code> option.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed links to source code on GitHub from the documentation (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</a>).</li>
</ul>
<h2>[3.6] -- 2024-03-14</h2>
<h3>Changed</h3>
<h4>Refactor TOC Sanitation</h4>
<ul>
<li>All postprocessors are now run on heading content.</li>
<li>Footnote references are now stripped from heading content. Fixes <a
href="https://redirect.github.com/Python-Markdown/markdown/issues/660">#660</a>.</li>
<li>A more robust <code>striptags</code> is provided to convert headings
to plain text.
Unlike, the <code>markupsafe</code> implementation, HTML entities are
not unescaped.</li>
<li>The plain text <code>name</code>, rich <code>html</code>, and
unescaped raw <code>data-toc-label</code> are
saved to <code>toc_tokens</code>, allowing users to access the full rich
text content of
the headings directly from <code>toc_tokens</code>.</li>
<li>The value of <code>data-toc-label</code> is sanitized separate from
heading content
before being written to <code>name</code>. This fixes a bug which
allowed markup through
in certain circumstances. To access the raw unsanitized data, retrieve
the</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/da03cd646d00a77786ae1e0bc79b01a5539852bc"><code>da03cd6</code></a>
Bump version to 3.7</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/bd836a1448963081b221ad899399e20bb1ccb857"><code>bd836a1</code></a>
Update griffe_extensions to support Griffe v 1.0.</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/33359faa385f59b84cd87df5f4b0996055a482e2"><code>33359fa</code></a>
Abbr Extension: Definition Sorting and Glossary storage</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/ec8c305fb14eb081bb874c917d8b91d3c5122334"><code>ec8c305</code></a>
Refactor <code>abbr</code> Extension</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/993b57b8ea577f2120f7d0c81b45ee5ed74a0f57"><code>993b57b</code></a>
Fixed links to source code on GitHub from the documentation</li>
<li>See full diff in <a
href="https://github.com/Python-Markdown/markdown/compare/3.6...3.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `mike` from 2.1.2 to 2.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jimporter/mike/releases">mike's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h3>Bug fixes</h3>
<ul>
<li>When deploying using a deploy prefix, only delete stale versions of
the docs within that prefix</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jimporter/mike/blob/master/CHANGES.md">mike's
changelog</a>.</em></p>
<blockquote>
<h2>v2.1.3 (2024-08-12)</h2>
<h3>Bug fixes</h3>
<ul>
<li>When deploying using a deploy prefix, only delete stale versions of
the docs
within that prefix</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jimporter/mike/commit/c4e96085f86e6930e9669e12d81941eff7c3de1d"><code>c4e9608</code></a>
Update version to 2.1.3</li>
<li><a
href="https://github.com/jimporter/mike/commit/3b19e27e9041cca20131f97419a9d7d88f85cf37"><code>3b19e27</code></a>
Announce the previous change</li>
<li><a
href="https://github.com/jimporter/mike/commit/dd9826a855965b0ce6bd06d290665f43ce9dabab"><code>dd9826a</code></a>
Consult deploy prefix when deleting files during deploy; resolves <a
href="https://redirect.github.com/jimporter/mike/issues/227">#227</a></li>
<li><a
href="https://github.com/jimporter/mike/commit/91cf5ee70da446a80bbc6108513581d0d6858ecf"><code>91cf5ee</code></a>
Properly escape parameters in regex</li>
<li><a
href="https://github.com/jimporter/mike/commit/90cf1314af3452003eaf40c9f97853efd2ee4e86"><code>90cf131</code></a>
Update version to 2.2.0.dev0</li>
<li>See full diff in <a
href="https://github.com/jimporter/mike/compare/v2.1.2...v2.1.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-material` from 9.5.30 to 9.5.34
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.5.34</h2>
<ul>
<li>Updated Mermaid.js to version 11 (latest)</li>
</ul>
<p>Thanks go to <a
href="https://github.com/manselmi"><code>@manselmi</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.33</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>:
Incorrect position of tooltip when sorting table</li>
</ul>
<h2>mkdocs-material-9.5.32</h2>
<ul>
<li>Fixed RXSS vulnerability via deep link in search results</li>
<li>Added support for fetching latest release from GitLab</li>
</ul>
<p>Thanks go to <a
href="https://github.com/joaopalmeiro"><code>@joaopalmeiro</code></a>
for their contributions</p>
<h2>mkdocs-material-9.5.31</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>:
DockerHub missing images > 9.5.27 due to change in Alpine/APK</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.5.34 (2024-08-31)</p>
<ul>
<li>Updated Mermaid.js to version 11 (latest)</li>
</ul>
<p>mkdocs-material-9.5.33 (2024-08-23)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>:
Incorrect position of tooltip when sorting table</li>
</ul>
<p>mkdocs-material-9.5.32 (2024-08-19)</p>
<ul>
<li>Fixed RXSS vulnerability via deep link in search results</li>
<li>Added support for fetching latest release from GitLab</li>
</ul>
<p>mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7410">#7410</a>:
Instant previews jump on content tabs with anchor links</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7408">#7408</a>:
Instant previews jump on content tabs</li>
</ul>
<p>mkdocs-material-9.5.31 (2024-08-02)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>:
DockerHub missing images > 9.5.27 due to change in Alpine/APK</li>
</ul>
<p>mkdocs-material-9.5.30 (2024-07-23)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>:
Navigation icons disappearing on hover in Safari</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7367">#7367</a>:
Blog readtime computation includes SVG text content</li>
</ul>
<p>mkdocs-material-9.5.29 (2024-07-14)</p>
<ul>
<li>Updated Galician translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7362">#7362</a>:
Annotations in figure captions rendering incorrectly</li>
</ul>
<p>mkdocs-material-9.5.28 (2024-07-02)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7313">#7313</a>:
Improved tooltips mounted in sidebar when feature is disabled</li>
</ul>
<p>mkdocs-material-9.5.27 (2024-06-16)</p>
<ul>
<li>Updated Estonian translations</li>
</ul>
<p>mkdocs-material-9.5.26 (2024-06-06)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7232">#7232</a>:
Tab switches on scroll when linking tabs (9.5.19 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7230">#7230</a>:
Blog author avatar broken when referring to local file</li>
</ul>
<p>mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)</p>
<ul>
<li>Fixed projects plugin crashing when serving before building
subprojects</li>
</ul>
<p>mkdocs-material-9.5.25 (2024-05-27)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/7d6096ae007580d53f9c034476615c9fe7b95e6c"><code>7d6096a</code></a>
Prepare 9.5.34 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6f3c05b6fa7e42279ea7604aedc4e4333131fe57"><code>6f3c05b</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/d3b17920a2683118561c00ab2e8f72b995985edb"><code>d3b1792</code></a>
Updated Mermaid to v11 (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7475">#7475</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f88c43695f233b8258d585d63a9dc34511fc4433"><code>f88c436</code></a>
Unpinned Stylelint and plugins</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/3b12816f699ea9390b1b622fc96aec1013da7a6d"><code>3b12816</code></a>
Unpinned TypeScript ESLint integration and checks</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/cafd67b7385077233ab2b9f7b245080c96a986d2"><code>cafd67b</code></a>
Fixed error in build script</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/80ae56023ba6351f3c45124a8a407f17ff9ecf43"><code>80ae560</code></a>
Unpinned svgo dependency</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/a91ee70faf2ac51eeed0a3f7d70a626a8aa98675"><code>a91ee70</code></a>
Prepare 9.5.33 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/4104fafe3c5f26a97b2e500bf770048f19d290ca"><code>4104faf</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/8ee7137e48bd59ef451b20fb14c6c86fa6132da1"><code>8ee7137</code></a>
Updated premium sponsors</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.30...9.5.34">compare
view</a></li>
</ul>
</details>
<br />
Updates `mypy` from 1.11.1 to 1.11.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/789f02c83a5d5cb35f5e33ba91df46c8fea6b28e"><code>789f02c</code></a>
Bump version to 1.11.2</li>
<li><a
href="https://github.com/python/mypy/commit/917cc75fd6f1417edb45eb77e449934f794c18fc"><code>917cc75</code></a>
An alternative fix for a union-like literal string (<a
href="https://redirect.github.com/python/mypy/issues/17639">#17639</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/7d805b364ee80396e0b9ca906f32f901b2ac7e12"><code>7d805b3</code></a>
Unwrap TypedDict item types before storing (<a
href="https://redirect.github.com/python/mypy/issues/17640">#17640</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/32675dddfacccef616557916cb872757605ab493"><code>32675dd</code></a>
Revert "Fix Literal strings containing pipe characters" (<a
href="https://redirect.github.com/python/mypy/issues/17638">#17638</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/778542b93a6f5b3c168a8acc03717700ae6f8048"><code>778542b</code></a>
Revert "Fix <code>RawExpressionType.accept</code> crash with
<code>--cache-fine-grained</code>" (<a
href="https://redirect.github.com/python/mypy/issues/1">#1</a>...</li>
<li><a
href="https://github.com/python/mypy/commit/14ab742dec6b58a4e94772115cb3b5c67a4b3d33"><code>14ab742</code></a>
Bump version to 1.11.2+dev</li>
<li>See full diff in <a
href="https://github.com/python/mypy/compare/v1.11.1...v1.11.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `types-markdown` from 3.6.0.20240316 to 3.7.0.20240822
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">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>1 file changed
+11
-11
lines changed+11-11Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
| 106 | + | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
|
0 commit comments