Bump gdown from 6.0.0 to 6.1.0#752
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [gdown](https://github.com/wkentaro/gdown) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/wkentaro/gdown/releases) - [Commits](wkentaro/gdown@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: gdown dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #752 +/- ##
=======================================
Coverage 75.57% 75.57%
=======================================
Files 57 57
Lines 8195 8195
Branches 1600 1600
=======================================
Hits 6193 6193
Misses 1381 1381
Partials 621 621
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps gdown from 6.0.0 to 6.1.0.
Release notes
Sourced from gdown's releases.
Commits
fba3f9aMerge pull request #465 from wkentaro/feat/json-beta-warningd91a180feat(cli): mark --json as beta with a suppressible warningbe400b6Merge pull request #464 from wkentaro/docs/json-readme-ext3466fbbdocs: simplify --json extension example with shell expansioneaef5a1Merge pull request #463 from wkentaro/feat/json-single-file5ae36fcdocs: correct download() return type in ADR and CONTEXT057f7fftest(download): assert skip_download returns GoogleDriveFileToDownload7764313docs: document single-file --json and capture design decisions6597898feat(cli): support --json for single files61181bdfeat(download): add skip_download to resolve filename without downloadingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This PR bumps
gdownfrom 6.0.0 to 6.1.0 in theexampleoptional dependency group ofpyproject.toml. The new version adds a--jsonflag for inspecting Google Drive file and folder contents without downloading, askip_downloadparameter todownload(), and sub-dependency updates (urllib3,idna).pyproject.tomlpinninggdown==6.1.0in theexampleextras.Confidence Score: 5/5
Safe to merge — the change is a single-line additive minor version bump with no breaking API changes.
The bump is purely additive: gdown 6.1.0 adds optional features (--json, skip_download) and updates transitive dependencies for security/compatibility. No existing call sites or example scripts are affected, and the dependency is only used in the optional example extras group, not in core library code.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pyproject.toml\nexample extras] -->|was gdown==6.0.0| B[gdown 6.0.0] A -->|bumped to gdown==6.1.0| C[gdown 6.1.0] C --> D[New: --json flag\nskip_download param] C --> E[Updated deps:\nurllib3 2.7.0\nidna 3.15] B -->|replaced by| CReviews (1): Last reviewed commit: "Bump gdown from 6.0.0 to 6.1.0" | Re-trigger Greptile