diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml index b55895d8..3b31a1bd 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.2-py3-none-any.whl", - "pyside2==5.15.2", + "pyside2==5.15.1", "qrcode" ]