Skip to content

Bump cyclopts from 3.16.2 to 3.18.0#227

Merged
BrianPugh merged 1 commit intomainfrom
dependabot/pip/cyclopts-3.18.0
Jun 9, 2025
Merged

Bump cyclopts from 3.16.2 to 3.18.0#227
BrianPugh merged 1 commit intomainfrom
dependabot/pip/cyclopts-3.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps cyclopts from 3.16.2 to 3.18.0.

Release notes

Sourced from cyclopts's releases.

v3.18.0

Features

  • Stop KeyboardInterrupt from printing tracebacks by @​gremlation in BrianPugh/cyclopts#448
    • The new behavior catches and suppresses KeyboardInterrupt from end-user ctrl-c action by default. This is done because generally the resulting stack trace is not useful to the end-user of the CLI. To disable this feature, set App(suppress_keyboard_interrupt=False).
  • Allow digit short flags (e.g. -2). These flags can only exist if the developer explicitly sets them with Parameter, and at that point they must be aware of the ambiguity between a digit-flag and a negative integer. By @​BrianPugh in BrianPugh/cyclopts#455

New Contributors

Full Changelog: BrianPugh/cyclopts@v3.17.0...v3.18.0

v3.17.0

Features

Full Changelog: BrianPugh/cyclopts@v3.16.2...v3.17.0

Commits
  • fcbca6f Bump pytest from 8.3.5 to 8.4.0
  • 2acc435 Allow digit flags.
  • 6b36cfd Merge pull request #448 from gremlation/main
  • 4ac6621 linting
  • 440455c Add suppress_keyboard_interrupt option
  • 445cec5 Merge pull request #453 from BrianPugh/combined-short-flags
  • 36d9b56 Add CombinedShortOptionError
  • 21f09dc Add unit test for unknown combined short flag.
  • bbebbde Feature: parse single-hyphen keywords as a list of flags.
  • 83b0469 Add test for bunching/combining short flags.
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 3.16.2 to 3.18.0.
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v3.16.2...v3.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 9, 2025
@BrianPugh BrianPugh merged commit 07b51ec into main Jun 9, 2025
15 checks passed
@BrianPugh BrianPugh deleted the dependabot/pip/cyclopts-3.18.0 branch June 9, 2025 18:30
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.

1 participant