Skip to content

Bump cmd2 from 3.2.2 to 3.5.1#39

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/cmd2-3.5.1
Open

Bump cmd2 from 3.2.2 to 3.5.1#39
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/cmd2-3.5.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps cmd2 from 3.2.2 to 3.5.1.

Release notes

Sourced from cmd2's releases.

3.5.1 (April 24, 2026)

  • Bug Fixes
    • Fixed ArgparseCompleter.print_help() not passing file stream to recursive call.
    • Fixed issue where constants.REDIRECTION_TOKENS was being mutated.

3.5.0 (April 13, 2026)

  • Bug Fixes
    • Fixed issue where Rich stripped colors from text in test environments where TERM=dumb.

3.4.0 (March 3, 2026)

  • Enhancements

    • Moved cmd2-specific printing logic from Cmd.print_to() into Cmd2BaseConsole.print() and Cmd2BaseConsole.log(). This removes need to pass a console object to Cmd.print_to().
    • Addressed a bug in rich.console.Console where complex renderables (like Table and Rule) may not receive formatting settings passed to console.print() and console.log().
  • Breaking Changes

    • Renamed the destination parameter of Cmd.print_to() back to file since you can no longer pass in a console.

3.3.0 (March 1, 2026)

  • Enhancements

    • Added ability to pass a console object to Cmd.print_to(). This provides support for things like wrapping a print_to() call in a console.status() or console.capture() context manager.
  • Breaking Changes

    • Renamed the file parameter of Cmd.print_to() to destination to support file-like objects and console objects.
    • Cmd2BaseConsole(file) argument is now a keyword-only argument to be consistent with the rich.console.Console class.
Changelog

Sourced from cmd2's changelog.

3.5.1 (April 24, 2026)

  • Bug Fixes
    • Fixed ArgparseCompleter.print_help() not passing file stream to recursive call.
    • Fixed issue where constants.REDIRECTION_TOKENS was being mutated.

3.5.0 (April 13, 2026)

  • Bug Fixes
    • Fixed issue where Rich stripped colors from text in test environments where TERM=dumb.

3.4.0 (March 3, 2026)

  • Enhancements

    • Moved cmd2-specific printing logic from Cmd.print_to() into Cmd2BaseConsole.print() and Cmd2BaseConsole.log(). This removes need to pass a console object to Cmd.print_to().
    • Addressed a bug in rich.console.Console where complex renderables (like Table and Rule) may not receive formatting settings passed to console.print() and console.log().
  • Breaking Changes

    • Renamed the destination parameter of Cmd.print_to() back to file since you can no longer pass in a console.

3.3.0 (March 1, 2026)

  • Enhancements

    • Added ability to pass a console object to Cmd.print_to(). This provides support for things like wrapping a print_to() call in a console.status() or console.capture() context manager.
  • Breaking Changes

    • Renamed the file parameter of Cmd.print_to() to destination to support file-like objects and console objects.
    • Cmd2BaseConsole(file) argument is now a keyword-only argument to be consistent with the rich.console.Console class.
Commits
  • 49216ef Fixed issue where constants.REDIRECTION_TOKENS was being mutated.
  • 3559159 Fixed ArgparseCompleter.print_help() not passing file stream to recursive call.
  • c9bf466 Updated change log for 3.5.0 release.
  • c173b47 Force truecolor support to avoid automatic color detection. (#1633)
  • 0b0ef95 Fix two errors, one logical and one type
  • c217d33 Removed Text.from_ansi() monkeypatch since it's no longer needed as of Rich 1...
  • 8a48700 Add 3.4.0 release date
  • 443fddc Removed unnecessary arguments in rich_text_to_string(). (#1597)
  • 78eb813 Addressed bug in Rich and made it unnecessary to pass a console into print_to...
  • 25aa3e6 Fixed typo in changelog
  • 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 [cmd2](https://github.com/python-cmd2/cmd2) from 3.2.2 to 3.5.1.
- [Release notes](https://github.com/python-cmd2/cmd2/releases)
- [Changelog](https://github.com/python-cmd2/cmd2/blob/main/CHANGELOG.md)
- [Commits](python-cmd2/cmd2@3.2.2...3.5.1)

---
updated-dependencies:
- dependency-name: cmd2
  dependency-version: 3.5.1
  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 May 11, 2026
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.

0 participants