diff --git a/pyproject.toml b/pyproject.toml index 8f62009d73..a80fec262c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "humanfriendly", "hydrogram @ https://github.com/hydrogram/hydrogram/archive/dev.zip", "meval==2.5", - "Pillow>=10.3.0,<11.0.0", + "Pillow>=10.3.0,<12.0.0", "pytio", "regex", "speedtest-cli", @@ -19,7 +19,7 @@ dependencies = [ # Using uvloop to increase general speed and stability. Ignored under Windows "uvloop>=0.19.0,<1.0.0; platform_system != 'Windows'", "yarl", - "yt-dlp==2024.5.27", + "yt-dlp==2024.11.18", ] requires-python = ">=3.10"