From bbc14d7b7b02c8478d2651bcfcb27df1c7793e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:15:11 +0000 Subject: [PATCH] Bump gallery-dl from 1.30.5 to 1.30.7 in /src Bumps [gallery-dl](https://github.com/mikf/gallery-dl) from 1.30.5 to 1.30.7. - [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.30.5...v1.30.7) --- updated-dependencies: - dependency-name: gallery-dl dependency-version: 1.30.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e4d9672..6c81c59 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ python-telegram-bot[ext]==22.3 python-dotenv==1.1.1 yt-dlp==2025.8.27 -gallery-dl==1.30.5 +gallery-dl==1.30.7 aiohttp==3.12.15