Skip to content

Commit 2e7cf73

Browse files
committed
fix: add pytest-examples as dep
1 parent 8377d14 commit 2e7cf73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ dev = [
9191
"pyright<2.0.0",
9292
"jsonref<2.0.0,>=1.1.0",
9393
"black<25.0.0,>=24.10.0",
94+
"pytest-examples>=0.0.15",
9495
]
9596
docs = [
9697
"mkdocs<2.0.0,>=1.4.3",
9798
"mkdocs-material[imaging]<10.0.0,>=9.5.9",
9899
"mkdocstrings<0.28.0,>=0.26.1",
99100
"mkdocstrings-python<2.0.0,>=1.11.1",
100-
"pytest-examples<0.0.16,>=0.0.13",
101+
"pytest-examples>=0.0.15",
101102
"mkdocs-jupyter<0.26.0,>=0.24.6",
102103
"mkdocs-rss-plugin<2.0.0,>=1.12.0",
103104
"mkdocs-minify-plugin<1.0.0,>=0.8.0",

0 commit comments

Comments
 (0)