Skip to content

Commit 67d046a

Browse files
committed
Upgrade dependencies
1 parent 1323381 commit 67d046a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)