aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/poetry.lock10
-rw-r--r--cli/pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/cli/poetry.lock b/cli/poetry.lock
index 19c97335..a26cf744 100644
--- a/cli/poetry.lock
+++ b/cli/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
[[package]]
name = "bidict"
@@ -1176,13 +1176,13 @@ watchdog = ["watchdog (>=2.3)"]
[[package]]
name = "wheel"
-version = "0.41.2"
+version = "0.42.0"
description = "A built-package format for Python"
optional = false
python-versions = ">=3.7"
files = [
- {file = "wheel-0.41.2-py3-none-any.whl", hash = "sha256:75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8"},
- {file = "wheel-0.41.2.tar.gz", hash = "sha256:0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985"},
+ {file = "wheel-0.42.0-py3-none-any.whl", hash = "sha256:177f9c9b0d45c47873b619f5b650346d632cdc35fb5e4d25058e09c9e581433d"},
+ {file = "wheel-0.42.0.tar.gz", hash = "sha256:c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8"},
]
[package.extras]
@@ -1285,4 +1285,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
-content-hash = "3fd881193c3fa5149c4141ca0d85619b763225c312d4e35d46fdd5a317ec209f"
+content-hash = "cfb1f8e121c023a2b751a15a028695482ad94cbe2ae1de6000db01561f8e8bd9"
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"