diff --git a/bypy/sources.json b/bypy/sources.json index e2c14939f8..61736e328b 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -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}"] } }, diff --git a/pyproject.toml b/pyproject.toml index 34e5e00179..cc420d437d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",