Skip to content

Commit

Permalink
Update jupytext requirement from ~=1.11.2 to >=1.11.2,<1.15.0 (#509)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent e8fd165 commit ed238a8
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 @@ -75,7 +75,7 @@ rtd = [
"coconut>=1.4.3,<2.3.0",
"ipykernel~=5.5",
"ipywidgets",
"jupytext~=1.11.2",
"jupytext>=1.11.2,<1.15.0",
"matplotlib",
"numpy",
"pandas",
Expand All @@ -95,7 +95,7 @@ testing = [
# see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input
"ipython!=8.1.0,<8.5",
"ipywidgets>=8",
"jupytext~=1.11.2",
"jupytext>=1.11.2,<1.15.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 ed238a8

Please sign in to comment.