Skip to content

Commit

Permalink
chore(deps): Bump jupytext from 1.15.0 to 1.15.1 (#977)
Browse files Browse the repository at this point in the history
Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.15.0 to
1.15.1.
<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.15.1</h2>
<p><strong>Added</strong></p>
<ul>
<li>We have added a new command line interface
<code>jupytext-config</code> that you can use to set Jupytext as the
default viewer for text notebooks in Jupyter Lab and Jupyter Notebook 7.
Thanks to <a href="https://github.com/parmentelat">Thierry
Parmentelat</a> for this contribution! (<a
href="https://redirect.github.com/mwouts/jupytext/pull/1094">#1094</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mwouts/jupytext/blob/main/docs/CHANGELOG.md">jupytext's
changelog</a>.</em></p>
<blockquote>
<h2>1.15.1 (2023-08-26)</h2>
<p><strong>Added</strong></p>
<ul>
<li>We have added a new command line interface
<code>jupytext-config</code> that you can use to set Jupytext as the
default viewer for text notebooks in Jupyter Lab and Jupyter Notebook 7.
Thanks to <a href="https://github.com/parmentelat">Thierry
Parmentelat</a> for this contribution! (<a
href="https://redirect.github.com/mwouts/jupytext/pull/1094">#1094</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mwouts/jupytext/commit/28cc7de53d403838caf24c3470df95e94a82d132"><code>28cc7de</code></a>
Version 1.15.1</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/9bedfb7d682b0a41f5464925a501a958a372fc1c"><code>9bedfb7</code></a>
doc: add a note about notebook classic in the section about the jupytext
menu</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/e3639c704dbf3759a700784d55475a25511b51ca"><code>e3639c7</code></a>
light rewrite of doc on how to open notebooks</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/38c41caa7a9f9e25780747d489129213d563b963"><code>38c41ca</code></a>
new feature jupytext-config unset-default-viewer</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/275317fde6b7f9c8fd6106341131d329683c3d8c"><code>275317f</code></a>
get_started: there no longer is a 'Pair notebook with Markdown'
option</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/a46d3a81383f6d35862f2633ae1dd5d5c1051ef7"><code>a46d3a8</code></a>
jupytext-config with no argument behaves as if --help</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/1878af1816704cf461c6206f169c8aa5406d261d"><code>1878af1</code></a>
language is renamed into doctype</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/f890f449f79e4a4331f4123cedda8113eff3e6ec"><code>f890f44</code></a>
list becomes list-default-viewer</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/5f2bd0d811076a2a799c41f7ea5bfe450a014d38"><code>5f2bd0d</code></a>
the SUBCOMMANDS global is built explicitly</li>
<li><a
href="https://github.com/mwouts/jupytext/commit/6065771a17a0161b43a3cf0d4d9589b264e77491"><code>6065771</code></a>
a little simpler, no need for a callable</li>
<li>Additional commits viewable in <a
href="https://github.com/mwouts/jupytext/compare/v1.15.0...v1.15.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupytext&package-manager=pip&previous-version=1.15.0&new-version=1.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2023
1 parent 5496472 commit 9ab2369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ myst-parser
myst-nb

# Jupyter conversion
jupytext==1.15.0
jupytext==1.15.1

# Pin urllib to avoid downstream issues
urllib3 < 2
Expand Down

0 comments on commit 9ab2369

Please sign in to comment.