Skip to content

Commit 3f805ee

Browse files
authored
Update ipython and pytest versions in pyproject
1 parent bcb31f8 commit 3f805ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ dev = [
6161
"copier>=9.14.1",{% if include_notebooks %}
6262
"ipykernel>=6.31.0",
6363
"ipywidgets>=8.1.8",
64-
"ipython>=9.10.0",
64+
"ipython>=9.10.1",
6565
"jupytext>=1.19.1",
6666
"nbconvert>=7.17.0",{% endif %}
6767
]
6868
test = [
69-
"pytest>=9.0.2",
69+
"pytest>=9.0.3",
7070
"pytest-cov>=7.1.0",
7171
"pytest-mock>=3.15.1",
7272
"pytest-cases>=3.10.1",

0 commit comments

Comments
 (0)