We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2a5bb commit 8f550f0Copy full SHA for 8f550f0
pyproject.toml
@@ -38,7 +38,7 @@ classifiers = [
38
"Typing :: Typed",
39
]
40
dependencies = [
41
- "mistune>=3.0.2, <3.1",
+ "mistune>=3.1.3, <3.2",
42
"mkdocs>=1.4.3,<2",
43
"mkdocs-macros-plugin>=1.0.5,<2",
44
"pyyaml>=6.0.1,<7",
@@ -56,7 +56,7 @@ dev = [
56
"mike",
57
"mypy",
58
"pymdown-extensions",
59
- "pytest<8.4.0",
+ "pytest<8.4.2",
60
"pytest-cov",
61
"pytest-factoryboy",
62
"pytest-xdist",
0 commit comments