Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2024-11-10 11:04:46 +01:00
parent 87978fd1f6
commit df0889b86b
4 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
wheel ~= 0.44 wheel ~= 0.45
twine ~= 5.1 twine ~= 5.1

View File

@@ -1,6 +1,6 @@
-r ../requirements.txt -r ../requirements.txt
pyTooling ~= 7.0 pyTooling ~= 8.0
# Enforce latest version on ReadTheDocs # Enforce latest version on ReadTheDocs
sphinx ~= 8.1 sphinx ~= 8.1

View File

@@ -1,8 +1,8 @@
[build-system] [build-system]
requires = [ requires = [
"setuptools ~= 75.3", "setuptools ~= 75.3",
"wheel ~= 0.44", "wheel ~= 0.45",
"pyTooling ~= 7.0" "pyTooling ~= 8.0"
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"

View File

@@ -1 +1 @@
pyTooling ~= 7.0 pyTooling ~= 8.0