Bump more deps with CVEs

This commit is contained in:
Kovid Goyal 2025-09-23 13:14:11 +05:30
parent b2758c02cc
commit 1b55a5bbc6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 4 deletions

View File

@ -167,9 +167,9 @@
},
{
"name": "openssl 3.1.7",
"name": "openssl 3.1.8",
"unix": {
"hash": "sha256:053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751ae800c31d06c",
"hash": "sha256:d319da6aecde3aa6f426b44bbf997406d95275c5c59ab6f6ef53caaa079f456f",
"urls": ["https://www.openssl.org/source/{filename}"]
}
},

View File

@ -48,7 +48,7 @@ dependencies = [
"pykakasi == 2.3.0",
"zeroconf == 0.115.0",
"fonttools == 4.47.0",
"lxml_html_clean == 0.1.1",
"lxml_html_clean == 0.4.2",
"PyQt6_sip == 13.10.0",
"PyQt6 == 6.8.1",
"PyQt6_WebEngine == 6.8.0",
@ -72,7 +72,7 @@ requires = [
"pyproject_hooks == 1.0.0", # Needed for build which is needed for setuptools
"wheel == 0.41.2", # Needed for build which is needed for setuptools
"build == 1.0.3", # Needed for build which is needed for setuptools
"setuptools == 75.8.2",
"setuptools == 78.1.1",
# Some packages (xxhash/py7zr/etc) erroneously declare this as a dependency even
# though it is needed only for sdist not building wheels
"setuptools_scm == 8.0.3",