From 27fa203941c32319b06d02bd3d6b3d59ff0d6d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:40:12 +0000 Subject: [PATCH] Bump gallery-dl from 1.29.7 to 1.30.0 in /src Bumps [gallery-dl](https://github.com/mikf/gallery-dl) from 1.29.7 to 1.30.0. - [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.29.7...v1.30.0) --- updated-dependencies: - dependency-name: gallery-dl dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 7bae634..27ed800 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ python-telegram-bot[ext]==22.2 python-dotenv==1.1.1 yt-dlp==2025.6.30 -gallery-dl==1.29.7 +gallery-dl==1.30.0 aiohttp==3.12.14