aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
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 bea97ccc..0096e50a 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 = "~2.0.3"
python-gnupg = "^0.5.0"