aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-07 16:21:53 +0000
committerGitHub <noreply@github.com>2023-06-07 16:21:53 +0000
commitfc055f2d3443cd273941e19ea21f2c46c962b0c2 (patch)
tree0806ffcd64769a34a09e039b2d63820997015cec /desktop/pyproject.toml
parent6faef20648365f6c0768f48bfacbd68b17bdd44c (diff)
downloadonionshare-fc055f2d3443cd273941e19ea21f2c46c962b0c2.tar.gz
onionshare-fc055f2d3443cd273941e19ea21f2c46c962b0c2.zip
Bump pyside6 from 6.5.0 to 6.5.1.1 in /desktop
Bumps [pyside6](https://www.pyside.org) from 6.5.0 to 6.5.1.1. --- 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 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 = "*"