Skip to content

Commit 2a3c6d8

Browse files
committed
fixup! DEP: add missing lower bounds on direct dependencies (best guess)
1 parent 471273b commit 2a3c6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
description = "pytest plugin to help with testing figures output from Matplotlib"
2828
requires-python = ">=3.9"
2929
dependencies = [
30-
"pytest>=8.0.0",
31-
"matplotlib>=3.5.0",
30+
"pytest>=5.4.0",
31+
"matplotlib>=3.3.3",
3232
"packaging>=22.0.0",
3333
"Jinja2>=2.10.2",
3434
"Pillow>=8.1.1",

0 commit comments

Comments
 (0)