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 214b0b3 commit bea7544Copy full SHA for bea7544
pyproject.toml
@@ -39,7 +39,7 @@ classifiers = [
39
"Typing :: Typed",
40
]
41
dependencies = [
42
- "mistune>=3.0.2, <3.1",
+ "mistune>=3.1.4, <3.2",
43
"mkdocs>=1.4.3,<2",
44
"mkdocs-macros-plugin>=1.0.5,<2",
45
"pyyaml>=6.0.1,<7",
@@ -57,7 +57,7 @@ dev = [
57
"mike",
58
"mypy",
59
"pymdown-extensions",
60
- "pytest<8.4.0",
+ "pytest<8.4.3",
61
"pytest-cov",
62
"pytest-factoryboy",
63
"pytest-xdist",
0 commit comments