From f6fe46c697b7dfcd6e20faea09e39ac8b14f6ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:56:08 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group across 1 directory with 2 updates Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) and [yt-dlp](https://github.com/yt-dlp/yt-dlp) to permit the latest version. Updates `pillow` to 11.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.3.0...11.0.0) Updates `yt-dlp` from 2024.5.27 to 2024.11.4 - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.05.27...2024.11.04) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f62009d73..e612c74df0 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.4", ] requires-python = ">=3.10"