Add QtWebEngine 6.8.1 Chromium security version

This commit is contained in:
Florian Bruhin 2024-12-04 21:17:03 +01:00
parent 69ac04d389
commit e158a480f5
1 changed files with 1 additions and 0 deletions

View File

@ -635,6 +635,7 @@ class WebEngineVersions:
## Qt 6.8
utils.VersionNumber(6, 8): (_BASES[122], '129.0.6668.70'), # 2024-09-24
utils.VersionNumber(6, 8, 1): (_BASES[122], '131.0.6778.70'), # 2024-11-12
}
def __post_init__(self) -> None: