[PR #1777] [MERGED] deps(book): update jupytext requirement from >=1.19.2 to >=1.19.3 #15729

Closed
opened 2026-05-20 14:04:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/dev/jupytext-gte-1.19.3


📝 Commits (1)

  • 45f829f deps(book): update jupytext requirement from >=1.19.2 to >=1.19.3

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 binder/requirements.txt (+1 -1)
📝 tinytorch/requirements.txt (+1 -1)

📄 Description

Updates the requirements on jupytext to permit the latest version.

Release notes

Sourced from jupytext's releases.

Version 1.19.3

Fixed

  • The Jupytext CLI issues a warning when a notebook is not trusted. Also, trust is preserved when empty outputs are added (follow-up on #1505)

Changed

  • The dependabot config has been updated to correctly bump extension packages, now allowing only production updates and ignoring dev dependencies (#1532). Thanks to Mahendra Paipuri for this PR!
  • Removed deprecated stylelint packages (stylelint-config-prettier and stylelint-prettier) from the JupyterLab extension dependencies (#1530)
  • We have removed Python 3.9 testing from the CI (Python 3.9 reached EOL in October 2025)
Changelog

Sourced from jupytext's changelog.

1.19.3 (2026-05-17)

Fixed

  • The Jupytext CLI issues a warning when a notebook is not trusted. Also, trust is preserved when empty outputs are added (follow-up on #1505)

Changed

  • The dependabot config has been updated to correctly bump extension packages, now allowing only production updates and ignoring dev dependencies (#1532). Thanks to Mahendra Paipuri for this PR!
  • Removed deprecated stylelint packages (stylelint-config-prettier and stylelint-prettier) from the JupyterLab extension dependencies (#1530)
  • We have removed Python 3.9 testing from the CI (Python 3.9 reached EOL in October 2025)

1.19.2 (2026-05-10)

Fixed

  • Trusted notebooks remain trusted after jupytext --sync (#1505)
  • We have fixed the homepage link in package.json. Thanks to Michał Krassowski for making this PR (#1494)
  • Thanks to Brigitta Sipőcz for fixing a broken link in our CLI (#1428)
  • The --quiet flag now suppresses the creating missing directory warning when writing to a path that includes a prefix (#1533)

Changed

  • The CI workflow has been restructured to maximize parallelization. All test suites (pip, conda, UI) and the build step now run concurrently after pre-commit checks, instead of sequentially, reducing CI times (#1527)
  • We have skipped the tests that involve jupyterfs on Python 3.12+ as they started failing on the CI with no obvious way to fix them (#1509)
  • We have changed the configuration of Dependabot to get grouped dependency updates for our JupyterLab extension.
  • We have merged a series of Dependabot security updates: #1516, #1517, #1519, #1520, #1522, #1524

1.19.1 (2026-01-25)

Changed

  • Jupytext does not change the file icons anymore! Thanks to Michał Krassowski for finally solving this long standing issue! (#398)
  • We have bumped lodash from 4.17.21 to 4.17.23 in JupyterLab extension (#1483)
  • We require marimo<=0.19.4 in tests following a change in the location of the marimo import (#1485)

1.19.0 (2026-01-18)

Changed

  • The environment used to develop Jupytext is now maintained using Pixi (#1459)

Fixed

  • We have restored the support for .qmd documents in Jupyter (#1435)
  • We have fixed warnings about the cell ids like either Cell is missing an id field or Additional properties are not allowed ('id' was unexpected) when converting to some formats, including Pandoc (#1464)
  • We have updated the dependencies of the Jupytext extension for JupyterLab. Many thanks to Mahendra Paipuri for his PR (#1477)!

Added

... (truncated)

Commits

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/1777 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/18/2026 **Status:** ✅ Merged **Merged:** 5/18/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/dev/jupytext-gte-1.19.3` --- ### 📝 Commits (1) - [`45f829f`](https://github.com/harvard-edge/cs249r_book/commit/45f829f1d8f0142a6be2503da8593fd68ec1fdde) deps(book): update jupytext requirement from >=1.19.2 to >=1.19.3 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `binder/requirements.txt` (+1 -1) 📝 `tinytorch/requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [jupytext](https://github.com/mwouts/jupytext) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mwouts/jupytext/releases">jupytext's releases</a>.</em></p> <blockquote> <h2>Version 1.19.3</h2> <p><strong>Fixed</strong></p> <ul> <li>The Jupytext CLI issues a warning when a notebook is not trusted. Also, trust is preserved when empty outputs are added (follow-up on <a href="https://redirect.github.com/mwouts/jupytext/issues/1505">#1505</a>)</li> </ul> <p><strong>Changed</strong></p> <ul> <li>The dependabot config has been updated to correctly bump extension packages, now allowing only production updates and ignoring dev dependencies (<a href="https://redirect.github.com/mwouts/jupytext/pull/1532">#1532</a>). Thanks to <a href="https://github.com/mahendrapaipuri">Mahendra Paipuri</a> for this PR!</li> <li>Removed deprecated stylelint packages (<code>stylelint-config-prettier</code> and <code>stylelint-prettier</code>) from the JupyterLab extension dependencies (<a href="https://redirect.github.com/mwouts/jupytext/pull/1530">#1530</a>)</li> <li>We have removed Python 3.9 testing from the CI (Python 3.9 reached EOL in October 2025)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md">jupytext's changelog</a>.</em></p> <blockquote> <h2>1.19.3 (2026-05-17)</h2> <p><strong>Fixed</strong></p> <ul> <li>The Jupytext CLI issues a warning when a notebook is not trusted. Also, trust is preserved when empty outputs are added (follow-up on <a href="https://redirect.github.com/mwouts/jupytext/issues/1505">#1505</a>)</li> </ul> <p><strong>Changed</strong></p> <ul> <li>The dependabot config has been updated to correctly bump extension packages, now allowing only production updates and ignoring dev dependencies (<a href="https://redirect.github.com/mwouts/jupytext/pull/1532">#1532</a>). Thanks to <a href="https://github.com/mahendrapaipuri">Mahendra Paipuri</a> for this PR!</li> <li>Removed deprecated stylelint packages (<code>stylelint-config-prettier</code> and <code>stylelint-prettier</code>) from the JupyterLab extension dependencies (<a href="https://redirect.github.com/mwouts/jupytext/pull/1530">#1530</a>)</li> <li>We have removed Python 3.9 testing from the CI (Python 3.9 reached EOL in October 2025)</li> </ul> <h2>1.19.2 (2026-05-10)</h2> <p><strong>Fixed</strong></p> <ul> <li>Trusted notebooks remain trusted after <code>jupytext --sync</code> (<a href="https://redirect.github.com/mwouts/jupytext/issues/1505">#1505</a>)</li> <li>We have fixed the homepage link in <code>package.json</code>. Thanks to <a href="https://github.com/krassowski">Michał Krassowski</a> for making this PR (<a href="https://redirect.github.com/mwouts/jupytext/pull/1494">#1494</a>)</li> <li>Thanks to <a href="https://github.com/bsipocz">Brigitta Sipőcz</a> for fixing a broken link in our CLI (<a href="https://redirect.github.com/mwouts/jupytext/pull/1428">#1428</a>)</li> <li>The <code>--quiet</code> flag now suppresses the <code>creating missing directory</code> warning when writing to a path that includes a prefix (<a href="https://redirect.github.com/mwouts/jupytext/pull/1533">#1533</a>)</li> </ul> <p><strong>Changed</strong></p> <ul> <li>The CI workflow has been restructured to maximize parallelization. All test suites (pip, conda, UI) and the build step now run concurrently after pre-commit checks, instead of sequentially, reducing CI times (<a href="https://redirect.github.com/mwouts/jupytext/pull/1527">#1527</a>)</li> <li>We have skipped the tests that involve <code>jupyterfs</code> on Python 3.12+ as they started failing on the CI with no obvious way to fix them (<a href="https://redirect.github.com/mwouts/jupytext/issues/1509">#1509</a>)</li> <li>We have changed the configuration of Dependabot to get grouped dependency updates for our JupyterLab extension.</li> <li>We have merged a series of Dependabot security updates: <a href="https://redirect.github.com/mwouts/jupytext/pull/1516">#1516</a>, <a href="https://redirect.github.com/mwouts/jupytext/pull/1517">#1517</a>, <a href="https://redirect.github.com/mwouts/jupytext/pull/1519">#1519</a>, <a href="https://redirect.github.com/mwouts/jupytext/pull/1520">#1520</a>, <a href="https://redirect.github.com/mwouts/jupytext/pull/1522">#1522</a>, <a href="https://redirect.github.com/mwouts/jupytext/pull/1524">#1524</a></li> </ul> <h2>1.19.1 (2026-01-25)</h2> <p><strong>Changed</strong></p> <ul> <li>Jupytext does not change the file icons anymore! Thanks to <a href="https://github.com/krassowski">Michał Krassowski</a> for finally solving this long standing issue! (<a href="https://redirect.github.com/mwouts/jupytext/issues/398">#398</a>)</li> <li>We have bumped lodash from 4.17.21 to 4.17.23 in JupyterLab extension (<a href="https://redirect.github.com/mwouts/jupytext/pull/1483">#1483</a>)</li> <li>We require <code>marimo&lt;=0.19.4</code> in tests following a change in the location of the <code>marimo</code> import (<a href="https://redirect.github.com/mwouts/jupytext/issues/1485">#1485</a>)</li> </ul> <h2>1.19.0 (2026-01-18)</h2> <p><strong>Changed</strong></p> <ul> <li>The environment used to develop Jupytext is now maintained using Pixi (<a href="https://redirect.github.com/mwouts/jupytext/pull/1459">#1459</a>)</li> </ul> <p><strong>Fixed</strong></p> <ul> <li>We have restored the support for <code>.qmd</code> documents in Jupyter (<a href="https://redirect.github.com/mwouts/jupytext/issues/1435">#1435</a>)</li> <li>We have fixed warnings about the cell ids like either <code>Cell is missing an id field</code> or <code>Additional properties are not allowed ('id' was unexpected)</code> when converting to some formats, including Pandoc (<a href="https://redirect.github.com/mwouts/jupytext/pull/1464">#1464</a>)</li> <li>We have updated the dependencies of the Jupytext extension for JupyterLab. Many thanks to <a href="https://github.com/mahendrapaipuri">Mahendra Paipuri</a> for his PR (<a href="https://redirect.github.com/mwouts/jupytext/pull/1477">#1477</a>)!</li> </ul> <p><strong>Added</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mwouts/jupytext/commit/48fdfd872856417cea9bf49247e2cb8f64dabacf"><code>48fdfd8</code></a> Fix: Adding cells with no outputs preserves trust status (<a href="https://redirect.github.com/mwouts/jupytext/issues/1531">#1531</a>)</li> <li><a href="https://github.com/mwouts/jupytext/commit/4706e65ec5d3c19651167e39c8d30659a264f9f7"><code>4706e65</code></a> chore: Update dependabot config (<a href="https://redirect.github.com/mwouts/jupytext/issues/1532">#1532</a>)</li> <li><a href="https://github.com/mwouts/jupytext/commit/2ec5404ad0de1ee961689bd3990ac83d8a2c5a85"><code>2ec5404</code></a> build (deps): Remove deprecated stylelint packages (<a href="https://redirect.github.com/mwouts/jupytext/issues/1530">#1530</a>)</li> <li>See full diff in <a href="https://github.com/mwouts/jupytext/compare/v1.19.2...v1.19.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 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-05-20 14:04:46 -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#15729