From b435a4fd3964aa67e96c5eb88157af4268886d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:48:27 +0000 Subject: [PATCH] Bump gallery-dl from 1.30.5 to 1.30.6 in /src Bumps [gallery-dl](https://github.com/mikf/gallery-dl) from 1.30.5 to 1.30.6. - [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.6) --- updated-dependencies: - dependency-name: gallery-dl dependency-version: 1.30.6 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..c93f8f5 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.6 aiohttp==3.12.15