Skip to content

Commit

Permalink
Bump the pip-deps group across 1 directory with 5 updates (#49)
Browse files Browse the repository at this point in the history
Bumps the pip-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.34` | `9.5.38` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.3` |
`4.3.6` |
|
[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)
| `10.9` | `10.11` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `5.0.2` |
`5.0.3` |


Updates `idna` from 3.8 to 3.10
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's
changelog</a>.</em></p>
<blockquote>
<p>3.10 (2024-09-15)
+++++++++++++++++</p>
<ul>
<li>Reverted to Unicode 15.1.0 data. Unicode 16 has some significant
changes
to UTS46 processing that will require more work to properly
implement.</li>
</ul>
<p>3.9 (2024-09-13)
++++++++++++++++</p>
<ul>
<li>Update to Unicode 16.0.0</li>
<li>Deprecate setup.cfg in favour of pyproject.toml</li>
<li>Use ruff for code formatting</li>
</ul>
<p>Thanks to Waket Zheng for contributions to this release.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kjd/idna/commit/729225d8b0c58bc66bb38d1d0faf281a757ece59"><code>729225d</code></a>
Release v3.10</li>
<li><a
href="https://github.com/kjd/idna/commit/3eef1680132907e90afb0feb29136f6895001f3c"><code>3eef168</code></a>
Merge pull request <a
href="https://redirect.github.com/kjd/idna/issues/194">#194</a> from
kjd/revert-unicode-16</li>
<li><a
href="https://github.com/kjd/idna/commit/ceca619a214c816e04c7c233565280bf3998c938"><code>ceca619</code></a>
Revert Unicode 16.0.0 data updates</li>
<li><a
href="https://github.com/kjd/idna/commit/c43ac75cf649511c3d593164a32a3ff9cd0cdcd1"><code>c43ac75</code></a>
Merge pull request <a
href="https://redirect.github.com/kjd/idna/issues/191">#191</a> from
kjd/release-3.9</li>
<li><a
href="https://github.com/kjd/idna/commit/1b8800a4d0c76126ab2d3e28c7e62f567cbe69f8"><code>1b8800a</code></a>
Release v3.9</li>
<li><a
href="https://github.com/kjd/idna/commit/a1fd16821734235fb6ce4e0283a49a71d61535d2"><code>a1fd168</code></a>
Merge pull request <a
href="https://redirect.github.com/kjd/idna/issues/190">#190</a> from
kjd/unicode-16</li>
<li><a
href="https://github.com/kjd/idna/commit/7732c6153e07946f1bf5cdea96817264d305b7cc"><code>7732c61</code></a>
Merge branch 'master' into unicode-16</li>
<li><a
href="https://github.com/kjd/idna/commit/4ed183d95cf5cdfc98bb867b9e4b33a3fd13ca9b"><code>4ed183d</code></a>
Refactor membership test</li>
<li><a
href="https://github.com/kjd/idna/commit/762216bd7b1d0c45937703ea0c7632360e32c85b"><code>762216b</code></a>
Format with ruff</li>
<li><a
href="https://github.com/kjd/idna/commit/580ece955f7e127094b21b40761be6b70ab62aef"><code>580ece9</code></a>
Implement changes to UTS46 algorithm</li>
<li>Additional commits viewable in <a
href="https://github.com/kjd/idna/compare/v3.8...v3.10">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.5.34 to 9.5.38
<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.38</h2>
<ul>
<li>Added Albanian translations</li>
</ul>
<p>Thanks go to <a
href="https://github.com/gerardkraja"><code>@​gerardkraja</code></a> for
their contributions</p>
<h2>mkdocs-material-9.5.37</h2>
<ul>
<li>Added 4th and 5th level ordered list styles</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>:
Tags have no spacing in search</li>
</ul>
<h2>mkdocs-material-9.5.36</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>:
Social cards incorrectly rendering HTML entities</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>:
Improved support for setting custom list styles</li>
</ul>
<h2>mkdocs-material-9.5.35</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>:
Search not showing for Vietnamese language</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.38 (2024-09-26)</p>
<ul>
<li>Added Albanian translations</li>
</ul>
<p>mkdocs-material-9.5.37 (2024-09-25)</p>
<ul>
<li>Added 4th and 5th level ordered list styles</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7548">#7548</a>:
Tags have no spacing in search</li>
</ul>
<p>mkdocs-material-9.5.36 (2024-09-21)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7544">#7544</a>:
Social cards incorrectly rendering HTML entities</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7542">#7542</a>:
Improved support for setting custom list styles</li>
</ul>
<p>mkdocs-material-9.5.35 (2024-09-18)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7498">#7498</a>:
Search not showing for Vietnamese language</li>
</ul>
<p>mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7520">#7520</a>:
Social plugin errors for generated files (MkDocs 1.6+)</li>
</ul>
<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 &gt; 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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/117250a46288841f2f359e5c85070a2d85d69b03"><code>117250a</code></a>
Prepare 9.5.38 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/74ca2341ac7ab59b931926f74111d98fb73c67f3"><code>74ca234</code></a>
Added Albanian translations</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/84ddbba7ef2b0d8965129f51f4c6475cb3612f8a"><code>84ddbba</code></a>
Prepare 9.5.37 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/fd984136badbc6ca708c1a3528fcfb15364ee7f0"><code>fd98413</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7557">#7557</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/573d23d147e899e7980a5d79a1756beb3911071d"><code>573d23d</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/06fe18af7ee18ed3997a7adba9398c91226d8839"><code>06fe18a</code></a>
Fixed rendering of tags in search</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/43a22b61501c3198519090fd7a26b92f014ca1cc"><code>43a22b6</code></a>
Fixed ordered list markers</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/71b64f4f04b57f7c1f382cccf0bc026a3efc264c"><code>71b64f4</code></a>
Prepare 9.5.36 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/bbb76b8574f78457963128b3d26ed797b3f8d53d"><code>bbb76b8</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/57765c48f98ea9dcd2ae8519e05117dfc027b246"><code>57765c4</code></a>
Updated dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.34...9.5.38">compare
view</a></li>
</ul>
</details>
<br />

Updates `platformdirs` from 4.3.3 to 4.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tox-dev/platformdirs/releases">platformdirs's
releases</a>.</em></p>
<blockquote>
<h2>4.3.6</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix readme download target by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/307">tox-dev/platformdirs#307</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/platformdirs/compare/4.3.5...4.3.6">https://github.com/tox-dev/platformdirs/compare/4.3.5...4.3.6</a></p>
<h2>4.3.5</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Split build and publish for release by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/306">tox-dev/platformdirs#306</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/platformdirs/compare/4.3.4...4.3.5">https://github.com/tox-dev/platformdirs/compare/4.3.4...4.3.5</a></p>
<h2>4.3.4</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Use upstream setup-uv with uv python by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/platformdirs/pull/305">tox-dev/platformdirs#305</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.4">https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/bc0405cb9c9439e6923b2dc090f91ad5daaf7dec"><code>bc0405c</code></a>
Fix readme download target (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/307">#307</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/c076da9e8ca199826bb5a9ba42b21632ac617869"><code>c076da9</code></a>
Split build and publish for release (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/306">#306</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/30199ecfcaceb72c1361410ed0d3b2aa9c319a60"><code>30199ec</code></a>
Use upstream setup-uv with uv python (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/305">#305</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/3ce64d0c873263556156f21bb9cf94a00b7c241d"><code>3ce64d0</code></a>
Bump astral-sh/setup-uv from 2 to 3 (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/304">#304</a>)</li>
<li><a
href="https://github.com/tox-dev/platformdirs/commit/67691e23c98134a7d7c94ad25e2b7c647aa3e7aa"><code>67691e2</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/platformdirs/issues/303">#303</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `pymdown-extensions` from 10.9 to 10.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facelessuser/pymdown-extensions/releases">pymdown-extensions's
releases</a>.</em></p>
<blockquote>
<h2>10.11</h2>
<ul>
<li><strong>NEW</strong>: SuperFences: Allow fenced code to be parsed in
the form <code>```lang {.class #id}</code>.</li>
</ul>
<h2>10.10.2</h2>
<ul>
<li><strong>FIX</strong>: BetterEm: Add better support for <code>*em,
**em,strong***</code> and <code>_em, __em,strong___</code> cases.</li>
<li><strong>FIX</strong>: Caret: Add better support for <code>*sup,
**sup,ins***</code>.</li>
<li><strong>FIX</strong>: Tilde: Add better support for <code>*sub,
**sub,del***</code>.</li>
</ul>
<h2>10.10.1</h2>
<ul>
<li><strong>FIX</strong>: FancyLists: Remove a mistaken semicolon from
injected classes.</li>
</ul>
<h2>10.10</h2>
<ul>
<li><strong>NEW</strong>: FancyLists: Add new FancyLists extension.</li>
<li><strong>NEW</strong>: MagicLink: Change social links to support
<code>x</code> instead of <code>twitter</code>. <code>twitter</code> is
still recognized but is
now deprecated and will be removed at a future time.</li>
<li><strong>NEW</strong>: Emoji: Update Twemoji data to the latest.</li>
<li><strong>FIX</strong>: PathConverter: Fixes for latest changes in
Python regarding <code>urlunparse</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/4b54d02a0f87537a5788b1a14d74c3da7639ce5b"><code>4b54d02</code></a>
Support alternate fenced header form (<a
href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2470">#2470</a>)</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/8355b4565fcc62b2ec1c8e523fd20e9c19e791bd"><code>8355b45</code></a>
Attempt to fix issues with instant loading</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/448972add0a557345048f350224862ebdc453619"><code>448972a</code></a>
Fix bad example</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/f8f8c579b9145daede103322cbe479a5549eeea0"><code>f8f8c57</code></a>
Bump version</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/7a9586555807518d349df3d1b35e62d4a721cd7d"><code>7a95865</code></a>
Add support for <code>*tag1 **tag1,tag2***</code> cases for
<code>*</code>, <code>_</code>, <code>~</code>, and <code>^</code> (<a
href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2467">#2467</a>)</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/5f0e3fc972fc6c700706cdeeed85417c17f10071"><code>5f0e3fc</code></a>
Docs: Turn off instant loading until we figure out MathJax issue with
it</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/07337c70ffc980d6bfccc8c5d6f088f23f2c68ae"><code>07337c7</code></a>
Update version</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/dee67da24a815e1cfc6acfc085b2e29bb301b13f"><code>dee67da</code></a>
fancylist inject class remove semicolon (<a
href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2464">#2464</a>)</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/844310447ccdd5428c20fd8f655bd7907eac8418"><code>8443104</code></a>
Fix grammar</li>
<li><a
href="https://github.com/facelessuser/pymdown-extensions/commit/ea53a177b4008490afdb9a59e18635940ad979ae"><code>ea53a17</code></a>
Update JS doc dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/facelessuser/pymdown-extensions/compare/10.9...10.11">compare
view</a></li>
</ul>
</details>
<br />

Updates `watchdog` from 5.0.2 to 5.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gorakhargosh/watchdog/releases">watchdog's
releases</a>.</em></p>
<blockquote>
<h2>5.0.3</h2>
<ul>
<li>[inotify] Improve cleaning up <code>Inotify</code> threads, and add
<code>eventlet</code> test cases (<a
href="https://redirect.github.com/gorakhargosh/watchdog/issues/1070">#1070</a>)</li>
</ul>
<p>💟 Thanks to our beloved contributors: <a
href="https://github.com/ethan-vanderheijden"><code>@​ethan-vanderheijden</code></a>,
<a href="https://github.com/BoboTiG"><code>@​BoboTiG</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst">watchdog's
changelog</a>.</em></p>
<blockquote>
<p>5.0.3</p>
<pre><code>
2024-09-27 • `full history
&lt;https://github.com/gorakhargosh/watchdog/compare/v5.0.2...v5.0.3&gt;`__
<ul>
<li>[inotify] Improve cleaning up <code>Inotify</code> threads, and add
<code>eventlet</code> test cases
(<code>[#1070](gorakhargosh/watchdog#1070)
&amp;lt;https://github.com/gorakhargosh/watchdog/pull/1070&amp;gt;</code>__)</li>
<li>Thanks to our beloved contributors: <a
href="https://github.com/BoboTiG"><code>@​BoboTiG</code></a>, <a
href="https://github.com/ethan-vanderheijden"><code>@​ethan-vanderheijden</code></a>
</code></pre></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gorakhargosh/watchdog/commit/ad6df50908fca071ac8ad6558453bb28b522f794"><code>ad6df50</code></a>
Version 5.0.3</li>
<li><a
href="https://github.com/gorakhargosh/watchdog/commit/59650f8fe72ac498374434a10a3dd49f3c3d1429"><code>59650f8</code></a>
fix: polish <a
href="https://redirect.github.com/gorakhargosh/watchdog/issues/1070">#1070</a></li>
<li><a
href="https://github.com/gorakhargosh/watchdog/commit/29393f418428e88f23b42ece03f3a9d44bb9a3e7"><code>29393f4</code></a>
fix: properly clean up threads when stopping Inotify. Improve Eventlet
tests....</li>
<li><a
href="https://github.com/gorakhargosh/watchdog/commit/4e9a86dbd322fa777358b04e0d7c7ad4c5524787"><code>4e9a86d</code></a>
Bump the version</li>
<li>See full diff in <a
href="https://github.com/gorakhargosh/watchdog/compare/v5.0.2...v5.0.3">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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent b08419e commit 6b59027
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
idna==3.8
idna==3.10
Jinja2==3.1.4
Markdown==3.7
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.6.1
mkdocs-material==9.5.34
mkdocs-material==9.5.38
mkdocs-material-extensions==1.3.1
packaging==24.1
paginate==0.5.7
pathspec==0.12.1
platformdirs==4.3.3
platformdirs==4.3.6
Pygments==2.18.0
pymdown-extensions==10.9
pymdown-extensions==10.11
python-dateutil==2.9.0.post0
PyYAML==6.0.2
pyyaml_env_tag==0.1
regex==2024.9.11
requests==2.32.3
six==1.16.0
urllib3==2.2.3
watchdog==5.0.2
watchdog==5.0.3

0 comments on commit 6b59027

Please sign in to comment.