aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 20:08:27 +0000
committerGitHub <noreply@github.com>2023-09-04 20:08:27 +0000
commit18d7f5d7137182aedb4ffd1e82412b3324681f3a (patch)
tree7b0582e58c2a57acb9f135b1bb65c67d932ad477 /desktop/pyproject.toml
parentd758448ac2896d0a434ab63a3b70bfee0b5e6c69 (diff)
downloadonionshare-18d7f5d7137182aedb4ffd1e82412b3324681f3a.tar.gz
onionshare-18d7f5d7137182aedb4ffd1e82412b3324681f3a.zip
Bump pyside6 from 6.5.1.1 to 6.5.2 in /desktop9442dependabot/pip/desktop/pyside6-6.5.2
Bumps [pyside6](https://www.pyside.org) from 6.5.1.1 to 6.5.2. --- updated-dependencies: - dependency-name: pyside6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 = "*"