Skip to content

Commit 69f9468

Browse files
committed
Upgrade dependencies
1 parent 1323381 commit 69f9468

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Upgrade to support only Python 3.14 (#266)
1313
- Switch `yt-dlp` to `yt-dlp[default]` to install required JS dependency (#268)
14+
- Upgrade dependencies (#xxx)
1415

1516
## [5.2.0] - 2025-10-02
1617

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"python-resize-image>=1.1.19,<1.2",
1717
"Babel>=2.9,<3.0",
1818
"python-magic>=0.4.3,<0.5",
19-
"libzim>=3.4.0,<4.0",
19+
"libzim>=3.8.0,<4.0",
2020
"beautifulsoup4>=4.9.3,<5.0",
2121
"lxml>=4.6.3,<7.0",
2222
"optimize-images>=1.3.6,<2.0",
@@ -26,7 +26,7 @@ dependencies = [
2626
"regex>=2020.7.14",
2727
"pymupdf>=1.24.0,<2.0",
2828
"CairoSVG>=2.2.0,<3.0",
29-
"beartype>=0.19,<0.22",
29+
"beartype>=0.19,<0.23",
3030
# youtube-dl should be updated as frequently as possible
3131
"yt-dlp[default]",
3232
"pillow>=7.0.0,<12.0",

0 commit comments

Comments
 (0)