Skip to content

fix(deps): update dependency argparse to v3 - #648

Merged
akudev merged 1 commit into
mainfrom
renovate/argparse-3.x
Sep 22, 2026
Merged

akudev merged 1 commit into
mainfrom
renovate/argparse-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
argparse 2.0.1 → 3.0.2 age confidence

Release Notes

nodeca/argparse (argparse)

v3.0.2

Compare Source

Fixed
  • Aligned int and float conversion with Python: fixed negative zero for
    integers and accepted string formats for floats, #​191.
  • Fixed action: 'extend' to iterate over values and reject non-iterable values
    as in Python, including splitting scalar strings into characters, #​190.

v3.0.1

Compare Source

Fixed
  • Adjusted attribution to PSF-2.0 (not a license change), #​188.

v3.0.0

Compare Source

Added
  • Colored help output, enabled automatically on supported terminals and
    configurable with the color option.
  • Suggestions for mistyped choices and subcommands via suggest_on_error.
  • Deprecation warnings for arguments and subcommands marked with deprecated.
  • Built-in TypeScript declarations.
Changed
  • Updated the Python argparse port from 3.9.0 to 3.14.6.
Removed
  • Removed the deprecated v1 compatibility API and undocumented type: 'auto'.
    See the migration guide for replacements.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/argparse-3.x branch 3 times, most recently from b5fb615 to 2044b33 Compare September 22, 2026 07:55
akudev
akudev previously approved these changes Sep 22, 2026
@renovate

renovate Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@akudev
akudev force-pushed the renovate/argparse-3.x branch from 77a65d0 to dfb4287 Compare September 22, 2026 08:14
@akudev
akudev requested a review from petermuessig September 22, 2026 08:57

@petermuessig petermuessig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@akudev
akudev merged commit 37a8f4f into main Sep 22, 2026
7 checks passed
@akudev
akudev deleted the renovate/argparse-3.x branch September 22, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants