From 6f94ba9bf5ec3bd59aec58b3d214e14d5586558f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:24:11 +0000 Subject: [PATCH] Bump gdown from 5.1.0 to 5.2.2 Bumps [gdown](https://github.com/wkentaro/gdown) from 5.1.0 to 5.2.2. - [Release notes](https://github.com/wkentaro/gdown/releases) - [Commits](https://github.com/wkentaro/gdown/compare/v5.1.0...v5.2.2) --- updated-dependencies: - dependency-name: gdown dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 83515982..5a29d603 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ timm>=1.0.9 tqdm>=4.56.1 pandas>=1.3.5 git+https://github.com/fra31/auto-attack.git@a39220048b3c9f2cca9a4d3a54604793c68eca7e#egg=autoattack -gdown==5.1.0 +gdown==5.2.2 pyyaml diff --git a/setup.py b/setup.py index 5d80a97c..da2acfc1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'pandas>=1.3.5', 'autoattack @ git+https://github.com/fra31/auto-attack.git@a39220048b3c9f2cca9a4d3a54604793c68eca7e#egg=autoattack', 'timm>=1.0.9', - 'gdown==5.1.0', + 'gdown==5.2.2', 'pyyaml', ], classifiers=[