We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb31f8 commit 3f805eeCopy full SHA for 3f805ee
1 file changed
project/pyproject.toml.jinja
@@ -61,12 +61,12 @@ dev = [
61
"copier>=9.14.1",{% if include_notebooks %}
62
"ipykernel>=6.31.0",
63
"ipywidgets>=8.1.8",
64
- "ipython>=9.10.0",
+ "ipython>=9.10.1",
65
"jupytext>=1.19.1",
66
"nbconvert>=7.17.0",{% endif %}
67
]
68
test = [
69
- "pytest>=9.0.2",
+ "pytest>=9.0.3",
70
"pytest-cov>=7.1.0",
71
"pytest-mock>=3.15.1",
72
"pytest-cases>=3.10.1",
0 commit comments