Skip to content

Commit

Permalink
build(deps-dev): update jupytext requirement (#534)
Browse files Browse the repository at this point in the history
Updates the requirements on [jupytext](https://github.com/mwouts/jupytext) to permit the latest version.
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/docs/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.11.2...v1.15.0)

---
updated-dependencies:
- dependency-name: jupytext
  dependency-type: direct:production
...

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 18, 2023
1 parent 4b1ad04 commit 618507e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rtd = [
"coconut>=1.4.3,<3.1.0",
"ipykernel>=5.5,<7.0",
"ipywidgets",
"jupytext>=1.11.2,<1.15.0",
"jupytext>=1.11.2,<1.16.0",
"matplotlib",
"numpy",
"pandas",
Expand All @@ -94,7 +94,7 @@ testing = [
# see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input
"ipython!=8.1.0,<8.16",
"ipywidgets>=8",
"jupytext>=1.11.2,<1.15.0",
"jupytext>=1.11.2,<1.16.0",
"matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions
"nbdime",
"numpy",
Expand Down

0 comments on commit 618507e

Please sign in to comment.