aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2023-06-13 17:14:29 +0530
committerGitHub <noreply@github.com>2023-06-13 17:14:29 +0530
commitec8ef54a6aaf4bdc6c3fae01b9b38690d8d814db (patch)
tree0806ffcd64769a34a09e039b2d63820997015cec /desktop/pyproject.toml
parent6faef20648365f6c0768f48bfacbd68b17bdd44c (diff)
parentfc055f2d3443cd273941e19ea21f2c46c962b0c2 (diff)
downloadonionshare-ec8ef54a6aaf4bdc6c3fae01b9b38690d8d814db.tar.gz
onionshare-ec8ef54a6aaf4bdc6c3fae01b9b38690d8d814db.zip
Merge pull request #1696 from onionshare/e3cfdependabot/pip/desktop/pyside6-6.5.1.1
Bump pyside6 from 6.5.0 to 6.5.1.1 in /desktop
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 255cd73c..01e61d6a 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -8,7 +8,7 @@ license = "GPLv3+"
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
onionshare_cli = {path = "../cli", develop = true}
-PySide6 = "6.5.0"
+PySide6 = "6.5.1.1"
qrcode = "*"
werkzeug = "*"
python-gnupg = "*"