chore(deps): update dependency termcolor to v3 #12

Open
renovate-bot wants to merge 1 commit from renovate/termcolor-3.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
termcolor (changelog) ==1.1.0==3.3.0 age confidence

Release Notes

termcolor/termcolor (termcolor)

v3.3.0

Compare Source

Added

Fixed

v3.2.0

Compare Source

Added

Changed

v3.1.0

Compare Source

Added

Changed

v3.0.1

Compare Source

Fixed

v3.0.0

Compare Source

Added

Changed

  • Only apply FORCE_COLOR, NO_COLOR and ANSI_COLORS_DISABLED when present and not an empty string (#​92) @​hugovk
  • Replace deprecated classifier with licence expression (PEP 639) (#​95) @​hugovk
  • Speedup: move typing imports into type-checking block (#​94) @​hugovk
  • Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s -> 15s (#​86) @​hugovk

Removed

v2.5.0

Compare Source

Added

Changed

v2.4.0

Compare Source

Added

Changed

v2.3.0

Compare Source

Added

Changed

v2.2.0

Compare Source

Added

v2.1.1

Compare Source

Fixed

v2.1.0

Compare Source

Added

Deprecated

v2.0.1

Compare Source

Fixed

v2.0.0

Compare Source

See GitHub Releases:


Configuration

📅 Schedule: Branch creation - "after 3am every weekday,every weekend" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [termcolor](https://github.com/termcolor/termcolor) ([changelog](https://github.com/termcolor/termcolor/releases)) | `==1.1.0` → `==3.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/termcolor/3.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/termcolor/1.1.0/3.3.0?slim=true) | --- ### Release Notes <details> <summary>termcolor/termcolor (termcolor)</summary> ### [`v3.3.0`](https://github.com/termcolor/termcolor/releases/tag/3.3.0) [Compare Source](https://github.com/termcolor/termcolor/compare/3.2.0...3.3.0) #### Added - Add support for italic ([#&#8203;128](https://github.com/termcolor/termcolor/issues/128)) [@&#8203;hugovk](https://github.com/hugovk) #### Fixed - `can_colorize`: Expect `fileno()` to raise `OSError`, as documented ([#&#8203;126](https://github.com/termcolor/termcolor/issues/126)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v3.2.0`](https://github.com/termcolor/termcolor/releases/tag/3.2.0) [Compare Source](https://github.com/termcolor/termcolor/compare/3.1.0...3.2.0) #### Added - Expose `can_colorize` as public API ([#&#8203;114](https://github.com/termcolor/termcolor/issues/114)) [@&#8203;hugovk](https://github.com/hugovk) - Add support for Python 3.15 ([#&#8203;123](https://github.com/termcolor/termcolor/issues/123)) [@&#8203;hugovk](https://github.com/hugovk) #### Changed - Drop support for Python 3.9 ([#&#8203;121](https://github.com/termcolor/termcolor/issues/121)) [@&#8203;hugovk](https://github.com/hugovk) - Replace action-pre-commit-uv with prek-action ([#&#8203;124](https://github.com/termcolor/termcolor/issues/124)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v3.1.0`](https://github.com/termcolor/termcolor/releases/tag/3.1.0) [Compare Source](https://github.com/termcolor/termcolor/compare/3.0.1...3.1.0) #### Added - Add true colour RGB option as input arguments ([#&#8203;102](https://github.com/termcolor/termcolor/issues/102)) [@&#8203;icyveins7](https://github.com/icyveins7) - Cache system lookups to save invocation time ([#&#8203;107](https://github.com/termcolor/termcolor/issues/107)) [@&#8203;miketheman](https://github.com/miketheman) - Advertise typing via classifier ([#&#8203;104](https://github.com/termcolor/termcolor/issues/104)) [@&#8203;miketheman](https://github.com/miketheman) #### Changed - Migrate coverage configuration to `pyproject.toml` ([#&#8203;105](https://github.com/termcolor/termcolor/issues/105)) [@&#8203;miketheman](https://github.com/miketheman) ### [`v3.0.1`](https://github.com/termcolor/termcolor/releases/tag/3.0.1) [Compare Source](https://github.com/termcolor/termcolor/compare/3.0.0...3.0.1) #### Fixed - Fix licence filename in metadata ([#&#8203;100](https://github.com/termcolor/termcolor/issues/100)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v3.0.0`](https://github.com/termcolor/termcolor/releases/tag/3.0.0) [Compare Source](https://github.com/termcolor/termcolor/compare/2.5.0...3.0.0) #### Added - Add support for Python 3.14 ([#&#8203;87](https://github.com/termcolor/termcolor/issues/87)) [@&#8203;hugovk](https://github.com/hugovk) #### Changed - Only apply `FORCE_COLOR`, `NO_COLOR` and `ANSI_COLORS_DISABLED` when present and not an empty string ([#&#8203;92](https://github.com/termcolor/termcolor/issues/92)) [@&#8203;hugovk](https://github.com/hugovk) - Replace deprecated classifier with licence expression (PEP 639) ([#&#8203;95](https://github.com/termcolor/termcolor/issues/95)) [@&#8203;hugovk](https://github.com/hugovk) - Speedup: move typing imports into type-checking block ([#&#8203;94](https://github.com/termcolor/termcolor/issues/94)) [@&#8203;hugovk](https://github.com/hugovk) - Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s -> 15s ([#&#8203;86](https://github.com/termcolor/termcolor/issues/86)) [@&#8203;hugovk](https://github.com/hugovk) #### Removed - Replace literal types with strings ([#&#8203;97](https://github.com/termcolor/termcolor/issues/97)) [@&#8203;hugovk](https://github.com/hugovk) - Remove deprecated `__ALL__`, use `__all__` instead ([#&#8203;93](https://github.com/termcolor/termcolor/issues/93)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v2.5.0`](https://github.com/termcolor/termcolor/releases/tag/2.5.0) [Compare Source](https://github.com/termcolor/termcolor/compare/2.4.0...2.5.0) #### Added - Add `strike` attribute ([#&#8203;65](https://github.com/termcolor/termcolor/issues/65)) [@&#8203;muzhig](https://github.com/muzhig) - Generate and upload attestations to PyPI ([#&#8203;83](https://github.com/termcolor/termcolor/issues/83)) [@&#8203;hugovk](https://github.com/hugovk) #### Changed - Drop support for Python 3.8 ([#&#8203;81](https://github.com/termcolor/termcolor/issues/81)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v2.4.0`](https://github.com/termcolor/termcolor/releases/tag/2.4.0) [Compare Source](https://github.com/termcolor/termcolor/compare/2.3.0...2.4.0) #### Added - Document terminal colour detection overrides ([#&#8203;60](https://github.com/termcolor/termcolor/issues/60)) [@&#8203;hugovk](https://github.com/hugovk) - Add support for Python 3.13 ([#&#8203;55](https://github.com/termcolor/termcolor/issues/55)) [@&#8203;hugovk](https://github.com/hugovk) #### Changed - Improve `isatty` check ([#&#8203;56](https://github.com/termcolor/termcolor/issues/56)) [@&#8203;XiaoliChan](https://github.com/XiaoliChan) - Improve typing ([#&#8203;44](https://github.com/termcolor/termcolor/issues/44)) [@&#8203;marcin-serwin](https://github.com/marcin-serwin) - Drop support for EOL Python 3.7 ([#&#8203;47](https://github.com/termcolor/termcolor/issues/47)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v2.3.0`](https://github.com/termcolor/termcolor/releases/tag/2.3.0) [Compare Source](https://github.com/termcolor/termcolor/compare/2.2.0...2.3.0) #### Added - Add `no_color` and `force_color` parameters to override env vars ([#&#8203;38](https://github.com/termcolor/termcolor/issues/38)) [@&#8203;hugovk](https://github.com/hugovk) - Add support for Python 3.12 ([#&#8203;37](https://github.com/termcolor/termcolor/issues/37)) [@&#8203;hugovk](https://github.com/hugovk) #### Changed - Publish to PyPI with a Trusted Publisher ([#&#8203;45](https://github.com/termcolor/termcolor/issues/45)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v2.2.0`](https://github.com/termcolor/termcolor/releases/tag/2.2.0) [Compare Source](https://github.com/termcolor/termcolor/compare/2.1.1...2.2.0) #### Added - Add light shades, dark grey and black ([#&#8203;32](https://github.com/termcolor/termcolor/issues/32)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v2.1.1`](https://github.com/termcolor/termcolor/releases/tag/2.1.1) [Compare Source](https://github.com/termcolor/termcolor/compare/2.1.0...2.1.1) #### Fixed - Add `__main__` to re-enable demo via `python -m termcolor` ([#&#8203;27](https://github.com/termcolor/termcolor/issues/27)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v2.1.0`](https://github.com/termcolor/termcolor/releases/tag/2.1.0) [Compare Source](https://github.com/termcolor/termcolor/compare/2.0.1...2.1.0) #### Added - Support `FORCE_COLOR` and detect tty ([#&#8203;25](https://github.com/termcolor/termcolor/issues/25)) [@&#8203;hugovk](https://github.com/hugovk) #### Deprecated - Deprecate `__ALL__`, use `__all__` instead ([#&#8203;23](https://github.com/termcolor/termcolor/issues/23)) [@&#8203;hugovk](https://github.com/hugovk) ### [`v2.0.1`](https://github.com/termcolor/termcolor/releases/tag/2.0.1) [Compare Source](https://github.com/termcolor/termcolor/compare/2.0.0...2.0.1) #### Fixed - Update source URL ([#&#8203;21](https://github.com/termcolor/termcolor/pull/21)) [@&#8203;felixonmars](https://github.com/felixonmars) ### [`v2.0.0`](https://github.com/termcolor/termcolor/blob/HEAD/CHANGES.md#200-and-newer) [Compare Source](https://github.com/termcolor/termcolor/compare/1.1.0...2.0.0) See GitHub Releases: - <https://github.com/termcolor/termcolor/releases> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3am every weekday,every weekend" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
chore(deps): update dependency termcolor to v3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
ea2b8a766f
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/termcolor-3.x:renovate/termcolor-3.x
git switch renovate/termcolor-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/termcolor-3.x
git switch renovate/termcolor-3.x
git rebase master
git switch master
git merge --ff-only renovate/termcolor-3.x
git switch renovate/termcolor-3.x
git rebase master
git switch master
git merge --no-ff renovate/termcolor-3.x
git switch master
git merge --squash renovate/termcolor-3.x
git switch master
git merge --ff-only renovate/termcolor-3.x
git switch master
git merge renovate/termcolor-3.x
git push origin master
Sign in to join this conversation.
No description provided.