From 5320b33d179d3daeb0e75b71a844851af9b4b346 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 28 May 2024 13:54:32 +0300 Subject: [PATCH] dev_scripts: Bump PySide6 version to 6.7.1 Bump the PySide6 version used in our user environments to 6.7.1, to mirror the one we ship to our users, and also fix a segfault issue in our CI tests. Refs #801 --- dev_scripts/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_scripts/env.py b/dev_scripts/env.py index 435af3b..fcc4bbd 100755 --- a/dev_scripts/env.py +++ b/dev_scripts/env.py @@ -17,7 +17,7 @@ DEFAULT_DEV = False DEFAULT_SHOW_DOCKERFILE = False DEFAULT_DOWNLOAD_PYSIDE6 = False -PYSIDE6_VERSION = "6.6.3.1" +PYSIDE6_VERSION = "6.7.1" PYSIDE6_RPM = "python3-pyside6-{pyside6_version}-1.fc{fedora_version}.x86_64.rpm" PYSIDE6_URL = ( "https://packages.freedom.press/yum-tools-prod/dangerzone/f{fedora_version}/%s"