Skip to content

Commit fb84d1a

Browse files
build(deps): update dependencies to latest versions
- gpytranslate updated from 1.5.1 to 2.0.0 - httpx[http2] updated from >=0.27.0,<1.0.0 to >=0.28.0,<1.0.0 - Pillow updated from >=10.3.0,<11.0.0 to >=11.3.0,<12.0.0 - uvloop updated from >=0.19.0,<1.0.0 to >=0.21.0,<1.0.0 - yt-dlp updated from 2024.5.27 to 2025.7.21 These updates bring in the latest features, security patches, and performance improvements from upstream packages while maintaining compatibility within defined version ranges.
1 parent 24c20c5 commit fb84d1a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ readme = "README.rst"
66

77
dependencies = [
88
"emoji-regex",
9-
"gpytranslate==1.5.1",
10-
"httpx[http2]>=0.27.0,<1.0.0",
9+
"gpytranslate==2.0.0",
10+
"httpx[http2]>=0.28.0,<1.0.0",
1111
"humanfriendly",
1212
"hydrogram @ https://github.com/hydrogram/hydrogram/archive/dev.zip",
1313
"meval==2.5",
14-
"Pillow>=10.3.0,<11.0.0",
14+
"Pillow>=11.3.0,<12.0.0",
1515
"pytio",
1616
"regex",
1717
"speedtest-cli",
1818
"tgcrypto",
1919
# Using uvloop to increase general speed and stability. Ignored under Windows
20-
"uvloop>=0.19.0,<1.0.0; platform_system != 'Windows'",
20+
"uvloop>=0.21.0,<1.0.0; platform_system != 'Windows'",
2121
"yarl",
22-
"yt-dlp==2024.5.27",
22+
"yt-dlp==2025.7.21",
2323
]
2424
requires-python = ">=3.10"
2525

0 commit comments

Comments
 (0)