aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index e47f6496..57e85b6a 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -36,7 +36,7 @@ waitress = "^2.1.2"
werkzeug = ">=2.3.4"
packaging = "^23.1"
gevent = "^23.9.1"
-wheel = "^0.41.2"
+wheel = ">=0.41.2,<0.43.0"
cffi = "^1.15.1"
cython = "^3.0.2"
qrcode = "^7.4.2"