diff --git a/pyproject.toml b/pyproject.toml index 0e2c5ca..982b0ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "mistune>=3.0.2, <3.1", + "mistune>=3.1.4, <3.2", "mkdocs>=1.4.3,<2", "mkdocs-macros-plugin>=1.0.5,<2", "pyyaml>=6.0.1,<7", @@ -57,7 +57,7 @@ dev = [ "mike", "mypy", "pymdown-extensions", - "pytest<8.4.0", + "pytest<8.4.3", "pytest-cov", "pytest-factoryboy", "pytest-xdist",