aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-05-21 11:11:16 -0700
committerSaptak S <saptak013@gmail.com>2023-05-22 12:22:04 +0530
commit4ab56924a495cf1a1953a55b5d1ce53765fcafbd (patch)
tree6b4278278ccfbf280435f8d6862dd85d805cd5cb /desktop/pyproject.toml
parentec8b1a113afd774b9da626541e92a161bfbed531 (diff)
downloadonionshare-4ab56924a495cf1a1953a55b5d1ce53765fcafbd.tar.gz
onionshare-4ab56924a495cf1a1953a55b5d1ce53765fcafbd.zip
Upgrade to pyside6 6.5.0, to allow python 3.11.x, and also upgrade other poetry 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 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"