Skip to content

Commit ed238a8

Browse files
Update jupytext requirement from ~=1.11.2 to >=1.11.2,<1.15.0 (#509)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8fd165 commit ed238a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rtd = [
7575
"coconut>=1.4.3,<2.3.0",
7676
"ipykernel~=5.5",
7777
"ipywidgets",
78-
"jupytext~=1.11.2",
78+
"jupytext>=1.11.2,<1.15.0",
7979
"matplotlib",
8080
"numpy",
8181
"pandas",
@@ -95,7 +95,7 @@ testing = [
9595
# see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input
9696
"ipython!=8.1.0,<8.5",
9797
"ipywidgets>=8",
98-
"jupytext~=1.11.2",
98+
"jupytext>=1.11.2,<1.15.0",
9999
"matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions
100100
"nbdime",
101101
"numpy",

0 commit comments

Comments
 (0)