From bea7544d191b09b91226482e1be664d8a39221f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:54:24 +0000 Subject: [PATCH] chore(deps): 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..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",