aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-15 17:00:17 -0800
committerMicah Lee <micah@micahflee.com>2021-02-15 17:00:17 -0800
commit66fb62c3bb55fd011d7a452713ef9e563fdf349d (patch)
tree72ebd5993cfd67f609200a8a290e022319680cb5 /desktop/pyproject.toml
parentebb23256160ce63ec5249d113e2d757bd6c046a7 (diff)
downloadonionshare-66fb62c3bb55fd011d7a452713ef9e563fdf349d.tar.gz
onionshare-66fb62c3bb55fd011d7a452713ef9e563fdf349d.zip
Update dependencies for snapcraft and flatpak
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 a715e9ee..10b38dc4 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -14,7 +14,7 @@ icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
"./onionshare_cli-2.3-py3-none-any.whl",
- "pyside2==5.15.1",
+ "pyside2==5.15.2",
"qrcode"
]