Skip to content

Commit

Permalink
deps:(deps): update jupyter requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [jupyter](https://jupyter.org) to permit the latest version.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 057a1a9 commit 1123d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docs = [
"sphinx_design==0.3.0",
"ipykernel>=6.29.5",
]
tutorials = ["jupyter>=1.0.0,<1.1.0", "skimpy==0.0.15"]
tutorials = ["jupyter>=1.0.0,<1.2.0", "skimpy==0.0.15"]

[project.readme]
file = "README.md"
Expand Down

0 comments on commit 1123d27

Please sign in to comment.