aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3d59efe58..699b7bfab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,8 @@
[build-system]
requires = [
- "pyTooling >= 2.1.0",
+ "pyTooling >= 2.11.0",
"setuptools >= 62.3.3",
- "wheel >= 0.37.1"
+ "wheel >= 0.38.1"
]
build-backend = "setuptools.build_meta"