From 68f7ed7c4484729465043a624322462a0c2e4317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:51:02 +0000 Subject: [PATCH] Bump gdown from 5.2.0 to 5.2.1 Bumps [gdown](https://github.com/wkentaro/gdown) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/wkentaro/gdown/releases) - [Commits](https://github.com/wkentaro/gdown/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: gdown dependency-version: 5.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db0d50f2..b6b7b3f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = ["pytest", "phantominator", "testfixtures==8.3.0", "requests==2.33.1"] -example = ["gdown==5.2.0"] +example = ["gdown==5.2.1"] docs = [ "sphinx-mdinclude==0.6.2", "sphinx-copybutton==0.5.2", "sphinx-tabs==3.4.7",