Skip to content

Commit 606247d

Browse files
authored
build(deps): update termynal requirement from <0.12,>=0.11.1 to >=0.11.1,<0.13 (#252)
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.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> <h2>v0.10.0 (2023-08-02)</h2> <h3>Feat</h3> <ul> <li>add the windows style to the close button</li> </ul> <h2>v0.9.0 (2023-08-02)</h2> <h3>Feat</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/termynal/termynal.py/commit/73ec64f6394ac833a6701164664897cf71db8791"><code>73ec64f</code></a> chore(release): version 0.12.0 → 0.12.1</li> <li><a href="https://github.com/termynal/termynal.py/commit/9353c0a4221d87a33fe4fd2455c8b80cef745c55"><code>9353c0a</code></a> refactor: change url</li> <li><a href="https://github.com/termynal/termynal.py/commit/1322407f91ed3e78734008ce8f7da490757840ff"><code>1322407</code></a> chore(release): version 0.11.1 → 0.12.0</li> <li><a href="https://github.com/termynal/termynal.py/commit/c1a9883ac8125452e3a7570a3774f83cbf5bb622"><code>c1a9883</code></a> feat: support spaces for content tabs</li> <li><a href="https://github.com/termynal/termynal.py/commit/4a9dd08ed9115853d17aa71877a1b92971618f59"><code>4a9dd08</code></a> feat: add TERMYNAL_PREPROCESSOR_PRIORITY environment variable to control the ...</li> <li><a href="https://github.com/termynal/termynal.py/commit/40803c0c4555a575394b3a0bc08c239578189407"><code>40803c0</code></a> ci: fix coverage</li> <li><a href="https://github.com/termynal/termynal.py/commit/b885c515b17ee344c6af826f120f4d24c7ee8234"><code>b885c51</code></a> refactor: update deps and refactor code</li> <li><a href="https://github.com/termynal/termynal.py/commit/9141a386c3d933e45b2a7a8428547485e2a40357"><code>9141a38</code></a> docs: fix docs</li> <li>See full diff in <a href="https://github.com/termynal/termynal.py/compare/v0.11.1...v0.12.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 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>
2 parents 39113ed + 745201f commit 606247d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/documentation.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mkdocs-git-revision-date-localized-plugin>=1,<1.3
66
mkdocs-material[imaging]>=9.5.1,<10
77
mkdocs-minify-plugin==0.8.*
88
mkdocstrings[python]>=0.18,<1
9-
termynal>=0.11.1,<0.12
9+
termynal>=0.11.1,<0.13

0 commit comments

Comments
 (0)