Skip to content

Bump gdown from 5.2.0 to 5.2.1#701

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/gdown-5.2.1
Open

Bump gdown from 5.2.0 to 5.2.1#701
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/gdown-5.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps gdown from 5.2.0 to 5.2.1.

Release notes

Sourced from gdown's releases.

v5.2.1

Fixes

  • cached_download: Verify file hash before moving to final location instead of after (wkentaro/gdown#417)
    • Previously, the hash was verified after moving to the final path, which could leave corrupted files in place if hash verification failed
  • download: Fix speed limit throttling logic to use independent byte counter instead of pbar.n (wkentaro/gdown#407)
    • The speed limiter now correctly tracks downloaded bytes independently from the progress bar
    • Also fixes unnecessary sleep when resuming downloads with speed limit (since pbar.n includes start_size from resumed downloads)

Chores

  • Fix missing space in --output help text (wkentaro/gdown#398)
  • Fix concatenated string literal in extractall.py error message
Commits
  • 7f4cb68 Merge pull request #417 from wkentaro/fix_cached_download_verify_file_hash_be...
  • 9697a53 fix(cached_download): verify file hash before moving to final location
  • c7c1b9d Merge pull request #407 from wkentaro/fix_speed_limit
  • 940bd40 Fix throttling logic to use independent byte counter instead of pbar.n
  • a55ce67 Fix unnecessary sleep when resuming downloads with speed limit
  • c3c8102 Merge pull request #398 from hmaarrfk/lint
  • a095aaa chore: add missing space for help of --output
  • 10e8c85 lint other files
  • See full diff in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 30, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.40%. Comparing base (19794f4) to head (68f7ed7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #701   +/-   ##
=======================================
  Coverage   74.40%   74.40%           
=======================================
  Files          56       56           
  Lines        8026     8026           
  Branches     1570     1570           
=======================================
  Hits         5972     5972           
  Misses       1437     1437           
  Partials      617      617           
Flag Coverage Δ
3.10 74.40% <ø> (ø)
3.11 74.40% <ø> (ø)
3.12 74.40% <ø> (ø)
3.13 74.40% <ø> (ø)
macos-latest 74.38% <ø> (ø)
ubuntu-latest 74.38% <ø> (ø)
windows-latest 74.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [gdown](https://github.com/wkentaro/gdown) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/wkentaro/gdown/releases)
- [Commits](wkentaro/gdown@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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/gdown-5.2.1 branch from db3d71c to 68f7ed7 Compare March 30, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants