From 8d5c9d1138e995cb5cac67a7d1d52334e04dbb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:12:27 +0000 Subject: [PATCH] chore(deps): bump the pip-dependencies group with 2 updates Bumps the pip-dependencies group with 2 updates: [gallery-dl](https://github.com/mikf/gallery-dl) and [yt-dlp](https://github.com/yt-dlp/yt-dlp). Updates `gallery-dl` from 1.28.3 to 1.28.4 - [Release notes](https://github.com/mikf/gallery-dl/releases) - [Changelog](https://github.com/mikf/gallery-dl/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikf/gallery-dl/compare/v1.28.3...v1.28.4) Updates `yt-dlp` from 2024.12.23 to 2025.1.12 - [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.12.23...2025.01.12) --- updated-dependencies: - dependency-name: gallery-dl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec2ba7d..7edaafe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ aiofiles==24.1.0 -gallery_dl==1.28.3 +gallery_dl==1.28.4 Jinja2==3.1.5 python-multipart==0.0.20 requests==2.32.3 starlette==0.45.2 uvicorn==0.34.0; platform_machine != 'x86_64' uvicorn[standard]==0.34.0; platform_machine == 'x86_64' -yt-dlp==2024.12.23 +yt-dlp==2025.1.12