From a20a38844e3f96d3275f84d60beaacf85bae669c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 17:54:03 +0000 Subject: [PATCH] Update all non-major dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e2c5ca..dd1ba6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "mistune>=3.0.2, <3.1", + "mistune>=3.2.1, <3.3", "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",