Skip to content

build(deps): bump cyclopts from 4.5.1 to 4.6.0 in /deceptgold#164

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/deceptgold/cyclopts-4.6.0
Closed

build(deps): bump cyclopts from 4.5.1 to 4.6.0 in /deceptgold#164
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/deceptgold/cyclopts-4.6.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps cyclopts from 4.5.1 to 4.6.0.

Release notes

Sourced from cyclopts's releases.

v4.6.0

Features

  • Added Parameter.requires_equals. When enabled, values for keywords must be provided by an =. For example, --foo=bar. --foo bar would raise an error telling the user to use a =. Defaults to False (same behavior as before). by @​BrianPugh in BrianPugh/cyclopts#751

Full Changelog: BrianPugh/cyclopts@v4.5.4...v4.6.0

v4.5.4

Bug Fixes

  • Fix short-flag deduplication logic. Previously if 2 same-letter flags were provided (e.g. -n and -N), only -n would be displayed on the help page. Does not impact actual value parsing. By @​BrianPugh in BrianPugh/cyclopts#748

Docs

Full Changelog: BrianPugh/cyclopts@v4.5.3...v4.5.4

v4.5.3

Bug Fixes

New Contributors

Full Changelog: BrianPugh/cyclopts@v4.5.2...v4.5.3

v4.5.2

Bug Fixes

Full Changelog: BrianPugh/cyclopts@v4.5.1...v4.5.2

Commits
  • 548d361 Merge pull request #751 from BrianPugh/requires-equals
  • db5c2b2 Actually just disallow combining consume_multiple and requires_equals
  • 45a5dc5 Handle requires_equals and consume_multiple interaction.
  • dbeab13 New Feature: Parameter.requires_equals
  • 8360d21 Merge pull request #748 from BrianPugh/fix-short-flag-dedup
  • a1c66e3 short/long flag ordering
  • 6284e0a We actually shouldn't even be applying name_transform, it's handled upstream.
  • b58aa77 confirm correct parsing behavior.
  • 9de5502 don't apply name-transform to short flags when deduplicating.
  • 8c985cf Reference correct callable in entrypoints example
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cyclopts](https://github.com/BrianPugh/cyclopts) from 4.5.1 to 4.6.0.
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v4.5.1...v4.6.0)

---
updated-dependencies:
- dependency-name: cyclopts
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2026
@dependabot dependabot bot requested a review from jonathanscheibel as a code owner March 3, 2026 00:30
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 3, 2026

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 28, 2026

Looks like cyclopts is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Mar 28, 2026
@dependabot dependabot bot deleted the dependabot/pip/deceptgold/cyclopts-4.6.0 branch March 28, 2026 17:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant