Bumped versions. Updated python version to 3.13.

This commit is contained in:
Patrick Lehmann
2025-04-16 13:33:45 +02:00
parent a1b03cfe2a
commit 15bf375fe6
10 changed files with 14 additions and 14 deletions

View File

@@ -1,13 +1,13 @@
-r ../requirements.txt
# Coverage collection
Coverage ~= 7.7
Coverage ~= 7.8
# Test Runner
pytest ~= 8.3
pytest-cov ~= 6.0
pytest-cov ~= 6.1
# Static Type Checking
mypy ~= 1.15
typing_extensions ~= 4.12
typing_extensions ~= 4.13
lxml ~= 5.3