[PR #1559] [MERGED] deps(tinytorch): update sphinxcontrib-mermaid requirement from >=0.9.2 to >=2.0.1 in /tinytorch #8266

Closed
opened 2026-04-27 17:37:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1559
Author: @dependabot[bot]
Created: 4/27/2026
Status: Merged
Merged: 4/27/2026
Merged by: @profvjreddi

Base: devHead: dependabot/pip/tinytorch/dev/sphinxcontrib-mermaid-gte-2.0.1


📝 Commits (1)

  • 6a019ae deps(tinytorch): update sphinxcontrib-mermaid requirement in /tinytorch

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 tinytorch/pyproject.toml (+1 -1)

📄 Description

Updates the requirements on sphinxcontrib-mermaid to permit the latest version.

Changelog

Sourced from sphinxcontrib-mermaid's changelog.

2.0.1 (March 5, 2026)

  • Export runMermaid to window for hot reloading frontend
  • Small fixes for docs publishing

2.0.0 (January 13, 2026)

  • Drop support for Python 3.8 and 3.9
  • Add support for dynamic theme changes

1.2.3 (November 25, 2025)

  • Fix issue with ELK charts by upgrading to ELK plugin 0.2.0

1.2.2 (November 23, 2025)

  • Hotfix for CSS/JS assets included via old MANIFEST mechanism

1.2.1 (November 23, 2025)

  • Adjust chart size defaults to closer resember previous
  • Fix issue with fullscreen classes after rebase

1.2.0 (November 23, 2025)

  • Normalize javascript across various configuration options
  • Make graph full width and avoid unused margins in graph image
  • Rename fullscreen container class from mermaid-fullscreen-content to mermaid-container-fullscreen

1.1.0 (November 19, 2025)

  • Upgrade Mermaid to 11.12.1
  • Add fullscreen graph view capabilities

1.0.0 (October 12, 2024)

  • Upgrade Mermaid to 11.2.0
  • Add support for ELK diagrams
  • Add support for name parameter
  • Add passthrough of mermaid frontmatter
  • Convert to native namespace package
  • Drop support for Python 3.7
  • Convert default placeholder from div to pre
  • Fix for tempfile encoding when containing non ascii characters
  • Fix for mermaid sequence config arguments
  • Default to jsdelivr (previously unpkg) for JS asset CDN

See full set of changes.

... (truncated)

Commits
  • f9797db Merge pull request #235 from timkpaine/tkp/201
  • 1c6d132 Bump to 2.0.1
  • acf3c3d Update changelog
  • c179510 Merge pull request #234 from gastmaier/global-mermaid-fix
  • 8c4e3fe Export runMermaid to window
  • e2bc280 Update release version to 2.0.0
  • dd06e93 Merge pull request #232 from bkmgit/patch-3
  • 4fe38f1 ExtensionError was moved from sphinx.util to sphinx.errors
  • e246d62 Merge pull request #226 from cbueth/master
  • 7eae2a2 Fix RST title-reference roles .title-ref
  • Additional commits viewable in compare view

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1559 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/27/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/tinytorch/dev/sphinxcontrib-mermaid-gte-2.0.1` --- ### 📝 Commits (1) - [`6a019ae`](https://github.com/harvard-edge/cs249r_book/commit/6a019ae8b9a5f365ae6d06596b106cc8a3ae3000) deps(tinytorch): update sphinxcontrib-mermaid requirement in /tinytorch ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/pyproject.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md">sphinxcontrib-mermaid's changelog</a>.</em></p> <blockquote> <h2>2.0.1 (March 5, 2026)</h2> <ul> <li>Export <code>runMermaid</code> to window for hot reloading frontend</li> <li>Small fixes for docs publishing</li> </ul> <h2>2.0.0 (January 13, 2026)</h2> <ul> <li>Drop support for Python 3.8 and 3.9</li> <li>Add support for dynamic theme changes</li> </ul> <h2>1.2.3 (November 25, 2025)</h2> <ul> <li>Fix issue with ELK charts by upgrading to ELK plugin <code>0.2.0</code></li> </ul> <h2>1.2.2 (November 23, 2025)</h2> <ul> <li>Hotfix for CSS/JS assets included via old MANIFEST mechanism</li> </ul> <h2>1.2.1 (November 23, 2025)</h2> <ul> <li>Adjust chart size defaults to closer resember previous</li> <li>Fix issue with fullscreen classes after rebase</li> </ul> <h2>1.2.0 (November 23, 2025)</h2> <ul> <li>Normalize javascript across various configuration options</li> <li>Make graph full width and avoid unused margins in graph image</li> <li>Rename fullscreen container class from <code>mermaid-fullscreen-content</code> to <code>mermaid-container-fullscreen</code></li> </ul> <h2>1.1.0 (November 19, 2025)</h2> <ul> <li>Upgrade Mermaid to 11.12.1</li> <li>Add fullscreen graph view capabilities</li> </ul> <h2>1.0.0 (October 12, 2024)</h2> <ul> <li>Upgrade Mermaid to 11.2.0</li> <li>Add support for ELK diagrams</li> <li>Add support for name parameter</li> <li>Add passthrough of mermaid frontmatter</li> <li>Convert to native namespace package</li> <li>Drop support for Python 3.7</li> <li>Convert default placeholder from div to pre</li> <li>Fix for tempfile encoding when containing non ascii characters</li> <li>Fix for mermaid sequence config arguments</li> <li>Default to jsdelivr (previously unpkg) for JS asset CDN</li> </ul> <p>See full <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/compare/1.0.0...0.9.2">set of changes</a>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/f9797db7cf303faa9d509ab8719d2a8567ee96cc"><code>f9797db</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/235">#235</a> from timkpaine/tkp/201</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/1c6d1327018e26cf1690ae3389ca9d1269972e3b"><code>1c6d132</code></a> Bump to 2.0.1</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/acf3c3d4d993ee7b976cdc69971b22f2adc3a165"><code>acf3c3d</code></a> Update changelog</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/c179510ea4f075060b4df899888588cd0d5d24e8"><code>c179510</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/234">#234</a> from gastmaier/global-mermaid-fix</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/8c4e3fe33efd5ccdf324041a34576c5f539977bf"><code>8c4e3fe</code></a> Export runMermaid to window</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/e2bc280017ec99ad0db6eb8888b1e1031aa3aaa5"><code>e2bc280</code></a> Update release version to 2.0.0</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/dd06e93a45a27c9a2c2d20da7361ed3977c5e06b"><code>dd06e93</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/232">#232</a> from bkmgit/patch-3</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/4fe38f12c660e539a80e16c1c24d2ca9e203dd21"><code>4fe38f1</code></a> ExtensionError was moved from sphinx.util to sphinx.errors</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/e246d623a1bc97f9e98cb57edf4feff352df3d95"><code>e246d62</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/226">#226</a> from cbueth/master</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/7eae2a262593898c4fb595cb04de6696bf1cbd80"><code>7eae2a2</code></a> Fix RST title-reference roles <code>.title-ref</code></li> <li>Additional commits viewable in <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.9.2...2.0.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 17:37:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#8266