Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2025-06-16 12:16:45 +02:00
parent 034d27d4a3
commit 68f708d79c
7 changed files with 46 additions and 38 deletions

View File

@@ -1,13 +1,13 @@
-r ../requirements.txt
# Coverage collection
Coverage ~= 7.8
Coverage ~= 7.9
# Test Runner
pytest ~= 8.3
pytest-cov ~= 6.1
pytest ~= 8.4
pytest-cov ~= 6.2
# Static Type Checking
mypy ~= 1.15
mypy ~= 1.16
typing_extensions ~= 4.13
lxml ~= 5.4