Qt 6.9: Upgrade security patch version

This commit is contained in:
Florian Bruhin 2025-03-15 12:28:55 +01:00 committed by Chad Kouse
parent 7d38febfaa
commit a48538a189
No known key found for this signature in database
GPG Key ID: 2BBC602A2578C7A2
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ class WebEngineVersions:
utils.VersionNumber(6, 8, 2): (_BASES[122], '132.0.6834.111'), # 2025-01-22
## Qt 6.9 (Beta 3)
utils.VersionNumber(6, 9): (_BASES[130], '132.0.6834.159'), # 2025-01-28
utils.VersionNumber(6, 9): (_BASES[130], '133.0.6943.141'), # 2025-02-25
}
def __post_init__(self) -> None: