1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-06-09 06:02:13 +00:00

bump lxml to v6 for python 3.14

This commit is contained in:
Jacob Chapman
2026-04-30 02:59:55 +00:00
parent 10caf68d8b
commit 55cedba693
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ dependencies = [
"tornado>=6.4.2,<6.6",
"Wand>=0.4.4,<0.8.0",
"unidecode>=0.04.19,<1.5.0",
"lxml>=4.9.1,<5.4.0",
"lxml>=4.9.1,<6.1.0",
"flask-wtf>=0.14.2,<1.3.0",
"chardet>=3.0.0,<5.3.0",
"netifaces-plus>=0.12.0,<0.13.0",
+1 -1
View File
@@ -12,7 +12,7 @@ SQLAlchemy>=1.3.0,<2.1.0
tornado>=6.4.2,<6.6
Wand>=0.4.4,<0.8.0
unidecode>=0.04.19,<1.5.0
lxml>=4.9.1,<5.4.0
lxml>=4.9.1,<6.1.0
flask-wtf>=0.14.2,<1.3.0
chardet>=3.0.0,<5.3.0
netifaces-plus>=0.12.0,<0.13.0