Qt 6.9: Upgrade security patch version
This commit is contained in:
parent
7d38febfaa
commit
a48538a189
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue