aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 20:30:27 +0000
committerGitHub <noreply@github.com>2023-11-27 20:30:27 +0000
commit165a44480634e34f07577e82dcc7fd73a14bb9f3 (patch)
tree96922a0a881ce1c994b6027c602cc8a36137c660 /cli/pyproject.toml
parentea076e453b5dc398f6b6f00457c718f4ecbf5747 (diff)
downloadonionshare-4096dependabot/pip/cli/wheel-0.42.0.tar.gz
onionshare-4096dependabot/pip/cli/wheel-0.42.0.zip
Bump wheel from 0.41.2 to 0.42.0 in /cli4096dependabot/pip/cli/wheel-0.42.0
Bumps [wheel](https://github.com/pypa/wheel) from 0.41.2 to 0.42.0. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.41.2...0.42.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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"