aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2023-10-04 23:56:07 +0530
committerGitHub <noreply@github.com>2023-10-04 23:56:07 +0530
commitc4d0b644648a98e79fa80340cb6960932cde008d (patch)
tree7ff11c5b9a89db32a26b07dfcf8972c66b97c3af /desktop/pyproject.toml
parentcaaab94f283254f3f9fabbfe86f4a6152ba90cd0 (diff)
parented90261833b99e20c37e0bfcd74a3422e1726dc9 (diff)
downloadonionshare-c4d0b644648a98e79fa80340cb6960932cde008d.tar.gz
onionshare-c4d0b644648a98e79fa80340cb6960932cde008d.zip
Merge pull request #1749 from onionshare/release-2.6.1
Getting ready for release 2.6.1 - Part 1
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 01e61d6a..d5745eda 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.1.1"
+PySide6 = "6.5.2"
qrcode = "*"
werkzeug = "*"
python-gnupg = "*"