aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 20:52:16 +0000
committerGitHub <noreply@github.com>2023-10-09 20:52:16 +0000
commit9513a744957cb2ff75dcf5ffdd28e7582c745c1d (patch)
treea4b961201f50bd1419250882dc417e2f6d548e74 /desktop/pyproject.toml
parentc4d0b644648a98e79fa80340cb6960932cde008d (diff)
downloadonionshare-9513a744957cb2ff75dcf5ffdd28e7582c745c1d.tar.gz
onionshare-9513a744957cb2ff75dcf5ffdd28e7582c745c1d.zip
Bump pyside6 from 6.5.2 to 6.5.3 in /desktop226cdependabot/pip/desktop/pyside6-6.5.3
Bumps [pyside6](https://www.pyside.org) from 6.5.2 to 6.5.3. --- 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 d5745eda..c79fd16c 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.2"
+PySide6 = "6.5.3"
qrcode = "*"
werkzeug = "*"
python-gnupg = "*"