Bump some dependency versions that have security advisories

This commit is contained in:
Kovid Goyal 2025-09-16 22:35:24 +05:30
parent c036356789
commit 2dd12298fa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
vm_name 'macos-calibre' vm_name 'macos-calibre'
root '/Users/Shared/calibre-build' root '/Users/Shared/calibre-build'
python '/usr/bin/python3' python '/usr/local/bin/python3'
rsync '/usr/local/bin/rsync' rsync '/usr/local/bin/rsync'
# see https://doc.qt.io/qt-6/macos.html # see https://doc.qt.io/qt-6/macos.html
# further, onnxruntime needs macOS 13.3 https://github.com/microsoft/onnxruntime/pull/23308 # further, onnxruntime needs macOS 13.3 https://github.com/microsoft/onnxruntime/pull/23308

View File

@ -14,7 +14,7 @@ dependencies = [
"css-parser == 1.0.10", "css-parser == 1.0.10",
"python-dateutil == 2.8.2", "python-dateutil == 2.8.2",
"jeepney == 0.8.0", "jeepney == 0.8.0",
"dnspython == 2.4.2", "dnspython == 2.6.1",
"mechanize == 0.4.8", "mechanize == 0.4.8",
"feedparser == 6.0.10", "feedparser == 6.0.10",
"sgmllib3k == 1.0.0", "sgmllib3k == 1.0.0",
@ -27,11 +27,11 @@ dependencies = [
"uchardet == 0.0.8", "uchardet == 0.0.8",
"msgpack == 1.0.7", "msgpack == 1.0.7",
"Pygments == 2.16.1", "Pygments == 2.16.1",
"pycryptodome == 3.19.0", "pycryptodome == 3.19.1",
"apsw == 3.43.0.0", "apsw == 3.43.0.0",
"webencodings == 0.5.1", "webencodings == 0.5.1",
"html5lib == 1.1", "html5lib == 1.1",
"pillow == 10.0.1", "pillow == 10.3.0",
"netifaces == 0.11.0", "netifaces == 0.11.0",
"psutil == 5.9.5", "psutil == 5.9.5",
"ifaddr == 0.2.0", "ifaddr == 0.2.0",