From d92f9fba10f17f27f2ab3985dcef3e35630d388a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:36:52 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group across 1 directory with 3 updates Updates the requirements on [gpytranslate](https://github.com/DavideGalilei/gpytranslate), [pillow](https://github.com/python-pillow/Pillow) and [yt-dlp](https://github.com/yt-dlp/yt-dlp) to permit the latest version. Updates `gpytranslate` from 1.5.1 to 2.0.0 - [Release notes](https://github.com/DavideGalilei/gpytranslate/releases) - [Commits](https://github.com/DavideGalilei/gpytranslate/compare/v1.5.1...v2.0.0) 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.12.6 - [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.12.06) --- updated-dependencies: - dependency-name: gpytranslate dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f62009d73..0bf22fed7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,12 @@ readme = "README.rst" dependencies = [ "emoji-regex", - "gpytranslate==1.5.1", + "gpytranslate==2.0.0", "httpx[http2]>=0.27.0,<1.0.0", "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.12.6", ] requires-python = ">=3.10"