Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2025-01-25 21:59:34 +01:00
parent 3a13486ea6
commit 4069da0a74
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
wheel ~= 0.45 wheel ~= 0.45
twine ~= 6.0 twine ~= 6.1

View File

@@ -1,6 +1,6 @@
[build-system] [build-system]
requires = [ requires = [
"setuptools ~= 75.5", "setuptools ~= 75.8",
"wheel ~= 0.45", "wheel ~= 0.45",
"pyTooling ~= 8.0" "pyTooling ~= 8.0"
] ]

View File

@@ -8,6 +8,6 @@ pytest ~= 8.3
pytest-cov ~= 6.0 pytest-cov ~= 6.0
# Static Type Checking # Static Type Checking
mypy ~= 1.13 mypy ~= 1.14
typing_extensions ~= 4.12 typing_extensions ~= 4.12
lxml ~= 5.3 lxml ~= 5.3