Skip to content

Bump cyclopts from 4.10.2 to 4.15.0#42

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/cyclopts-4.15.0
Closed

Bump cyclopts from 4.10.2 to 4.15.0#42
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/cyclopts-4.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps cyclopts from 4.10.2 to 4.15.0.

Release notes

Sourced from cyclopts's releases.

v4.15.0

Features

  • AddedApp.synonym, which declares alternate command name(s) that trigger a "Did you mean..." suggestion without registering the command under those names. Useful when a user types a semantically-equivalent word (e.g. remove vs uninstall) that the built-in fuzzy matcher would miss because the words aren't spelled similarly. Accepts a single str or an iterable of strings. Synonyms are not runnable and are hidden from --help.
    @app.command(synonym=["remove", "rm"])
    def uninstall(name: str): ...
    $ my-script remove mypackage
    Unknown command "remove". Did you mean "uninstall"? Available commands: uninstall.
    If multiple commands declare the same synonym, all matching commands are suggested (Did you mean "uninstall" or "purge"?). By @​BrianPugh in BrianPugh/cyclopts#815

Full Changelog: BrianPugh/cyclopts@v4.14.1...v4.15.0

v4.14.1

What's Changed

Full Changelog: BrianPugh/cyclopts@v4.14.0...v4.14.1

v4.14.0

What's Changed

New Contributors

Full Changelog: BrianPugh/cyclopts@v4.13.0...v4.14.0

v4.13.0

Features

Full Changelog: BrianPugh/cyclopts@v4.12.0...v4.13.0

v4.12.0

Features

Full Changelog: BrianPugh/cyclopts@v4.11.2...v4.12.0

v4.11.2

Bug Fixes

... (truncated)

Commits
  • 7b6c7a2 Introduce App.synonyms
  • bc3493e Merge pull request #812 from BrianPugh/trusted-publishing
  • b4397be use trusted publishing when uploading to pypi
  • 9c4102d Merge pull request #810 from germa89/chore/increase-rich-rst-dependency-limit
  • 6651833 set rich-rst upper limit to <3.0.0
  • d0415fa bump rich-rst version constraint to <2.1.0
  • 450e7eb Merge pull request #808 from BrianPugh/more-rich-in-errors
  • efa1b9b dial back the rich colors a lil bit
  • 129685e cleanup rich duplication
  • 58a8f77 don't quote options starting with a dash
  • 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.10.2 to 4.15.0.
- [Release notes](https://github.com/BrianPugh/cyclopts/releases)
- [Commits](BrianPugh/cyclopts@v4.10.2...v4.15.0)

---
updated-dependencies:
- dependency-name: cyclopts
  dependency-version: 4.15.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:uv Pull requests that update python:uv code labels May 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #43.

@dependabot dependabot Bot closed this May 29, 2026
@dependabot dependabot Bot deleted the dependabot/uv/cyclopts-4.15.0 branch May 29, 2026 18:53
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants