-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit c582b3a
authored
build(deps): update termynal requirement from <0.13,>=0.12.2 to >=0.12.2,<0.14 (#349)
Updates the requirements on
[termynal](https://github.com/termynal/termynal.py) to permit the latest
version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/termynal/termynal.py/blob/main/CHANGELOG.md">termynal's
changelog</a>.</em></p>
<blockquote>
<h2>v0.13.0 (2025-01-14)</h2>
<h2>v0.12.3 (2025-01-13)</h2>
<h3>Fix</h3>
<ul>
<li>change the a tag to button <a
href="https://redirect.github.com/termynal/termynal.py/issues/26">#26</a></li>
</ul>
<h2>v0.12.2 (2024-11-09)</h2>
<h2>v0.12.1 (2024-02-18)</h2>
<h3>Refactor</h3>
<ul>
<li>change url</li>
</ul>
<h2>v0.12.0 (2024-02-16)</h2>
<h3>Feat</h3>
<ul>
<li>support spaces for content tabs</li>
<li>add TERMYNAL_PREPROCESSOR_PRIORITY environment variable to control
the priority of Termynal preprocessor</li>
</ul>
<h3>Refactor</h3>
<ul>
<li>update deps and refactor code</li>
</ul>
<h2>v0.11.1 (2023-10-01)</h2>
<h3>Fix</h3>
<ul>
<li>regular expression error in FENCED_BLOCK_RE (<a
href="https://redirect.github.com/termynal/termynal.py/issues/17">#17</a>)</li>
</ul>
<h2>v0.11.0 (2023-08-21)</h2>
<h3>Feat</h3>
<ul>
<li>the plugin can be configured via mkdocs.plugins</li>
</ul>
<h2>v0.10.2 (2023-08-20)</h2>
<h3>Fix</h3>
<ul>
<li>update urls</li>
</ul>
<h2>v0.10.1 (2023-08-16)</h2>
<h3>Fix</h3>
<ul>
<li>fix the plugin's css</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/termynal/termynal.py/commit/0ff82511ee308cb65c290d95d6fae568a27d3fa8"><code>0ff8251</code></a>
chore(release): version 0.12.3 → 0.13.0</li>
<li><a
href="https://github.com/termynal/termynal.py/commit/06e30fffe5f04f030ef447ceb05f0f28d9f8f726"><code>06e30ff</code></a>
chore: use default config from mkdocs.yml <a
href="https://redirect.github.com/termynal/termynal.py/issues/27">#27</a></li>
<li><a
href="https://github.com/termynal/termynal.py/commit/a655f08137a08d0cd27bfc451a467b0af03f4a74"><code>a655f08</code></a>
chore(release): version 0.12.2 → 0.12.3</li>
<li><a
href="https://github.com/termynal/termynal.py/commit/0b6d64188757472b00aee792fa95b90332d519c6"><code>0b6d641</code></a>
fix: change the a tag to button <a
href="https://redirect.github.com/termynal/termynal.py/issues/26">#26</a></li>
<li><a
href="https://github.com/termynal/termynal.py/commit/ab1ad76ebce65ad1a530692eb3258b9bbb4d8bd0"><code>ab1ad76</code></a>
build(deps): bump actions/setup-python from 4 to 5 (<a
href="https://redirect.github.com/termynal/termynal.py/issues/25">#25</a>)</li>
<li><a
href="https://github.com/termynal/termynal.py/commit/94f82810811766ab65bfe9d4824000bfde2ddded"><code>94f8281</code></a>
ci: add dependabot config</li>
<li>See full diff in <a
href="https://github.com/termynal/termynal.py/compare/v0.12.2...v0.13.0">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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>1 file changed
+1
-1
lines changedrequirements/documentation.txt
Copy file name to clipboardExpand all lines: requirements/documentation.txt+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + |
0 commit comments