Skip to content

Commit 6e2207f

Browse files
committed
DEP: add missing lower bounds on direct dependencies (best guess)
1 parent 1781422 commit 6e2207f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ classifiers = [
2727
description = "pytest plugin to help with testing figures output from Matplotlib"
2828
requires-python = ">=3.9"
2929
dependencies = [
30-
"pytest",
31-
"matplotlib",
32-
"packaging",
33-
"Jinja2",
34-
"Pillow",
30+
"pytest>=8.0.0",
31+
"matplotlib>=3.5.0",
32+
"packaging>=22.0.0",
33+
"Jinja2>=2.8",
34+
"Pillow>=8.1.1",
3535
]
3636
dynamic = [
3737
"version",
@@ -49,12 +49,12 @@ pytest_mpl = "pytest_mpl.plugin"
4949

5050
[project.optional-dependencies]
5151
test = [
52-
"pytest-cov",
52+
"pytest-cov>=6.0.0",
5353
]
5454
docs = [
55-
"sphinx",
55+
"sphinx>=7.0.0",
5656
"mpl_sphinx_theme>=3.9.0",
57-
"sphinx_design",
57+
"sphinx_design>=0.6.0",
5858
"matplotlib==3.9.*",
5959
]
6060

0 commit comments

Comments
 (0)