aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-05-22 20:51:14 -0700
committerMicah Lee <micah@micahflee.com>2023-05-22 20:51:14 -0700
commitf41d5587d0c9ddbdc619f25c01656ea4c51f6e14 (patch)
tree1a3aa744028fb72ff2377cea51d5557d4b1d8c7f /desktop/pyproject.toml
parent50aa3a34b6697eb2d14d41ac67143cc268c6bfc5 (diff)
parentc83d7402409057aae73498f390f90c25694a16a3 (diff)
downloadonionshare-f41d5587d0c9ddbdc619f25c01656ea4c51f6e14.tar.gz
onionshare-f41d5587d0c9ddbdc619f25c01656ea4c51f6e14.zip
Merge branch 'main' into update-deps
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 6725697d..255cd73c 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -6,9 +6,9 @@ authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"
[tool.poetry.dependencies]
-python = ">=3.8,<3.11"
+python = ">=3.8,<3.12"
onionshare_cli = {path = "../cli", develop = true}
-PySide6 = "6.4.0"
+PySide6 = "6.5.0"
qrcode = "*"
werkzeug = "*"
python-gnupg = "*"