Adjust security patch version for Qt 6.7.1

This commit is contained in:
Florian Bruhin 2024-05-25 14:51:29 +02:00
parent 63b5708bae
commit 7d32df88cb
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ class WebEngineVersions:
## Qt 6.7
utils.VersionNumber(6, 7): (_BASES[118], '122.0.6261.128'), # 2024-03-12
utils.VersionNumber(6, 7, 1): (_BASES[118], '124.0.6367.78'), # (?) 2024-04-24
utils.VersionNumber(6, 7, 1): (_BASES[118], '124.0.6367.202'), # ~2024-05-09
}
def __post_init__(self) -> None: