Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2024-04-23 23:27:42 +02:00
parent 0e567aebc4
commit 0802f6d02f
5 changed files with 13 additions and 13 deletions

View File

@@ -1,13 +1,13 @@
-r ../requirements.txt
# Coverage collection
Coverage >= 7.4
Coverage ~= 7.5
# Test Runner
pytest >= 7.4.0
pytest-cov >= 4.1.0
pytest ~= 8.1
pytest-cov ~= 5.0
# Static Type Checking
mypy >= 1.8.0
typing_extensions >= 4.9.0
lxml >= 5.0
mypy ~= 1.9
typing_extensions ~= 4.11
lxml ~= 5.1