From 1e3e3011e4cf3cf597e3de8e8ae36ae106477af7 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 27 Oct 2025 07:36:38 +0100 Subject: [PATCH] Bumped Python dependencies. --- doc/requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 63b74c1..67873db 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -15,5 +15,5 @@ sphinxcontrib-mermaid ~= 1.0 autoapi >= 2.0.1 sphinx_design ~= 0.6 sphinx-copybutton >= 0.5 -sphinx_autodoc_typehints ~= 3.2 +sphinx_autodoc_typehints ~= 3.5 sphinx_reports ~= 0.9 diff --git a/tests/requirements.txt b/tests/requirements.txt index e40a119..787c2e6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -10,4 +10,4 @@ pytest-cov ~= 7.0 # Static Type Checking mypy[reports] ~= 1.18 typing_extensions ~= 4.15 -lxml ~= 6.0 +lxml >= 5.4, <7.0