aboutsummaryrefslogtreecommitdiff
path: root/cli/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 /cli/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 '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 657926e9..dd8066f4 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
]
[tool.poetry.dependencies]
-python = ">=3.8,<3.11"
+python = ">=3.8,<3.12"
click = "*"
flask = "2.0.3"
flask-socketio = "5.3.1"