Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update rich-argparse requirement from <1.5,>=1 to >=1,<1.6 #204

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Updates the requirements on rich-argparse to permit the latest version.

Release notes

Sourced from rich-argparse's releases.

Version 1.5.0

Highlights of the release

  • PR-103 Python 3.13 is now officially supported
  • GH-95, PR-103 Python 3.7 is no longer supported (EOL since 27/6/2023)
  • GH-120, GH-121, PR-122 Add options help_markup and text_markup to disable console markup in the help text and the description text respectively.
  • GH-115, PR-116 Do not print group names suppressed with argparse.SUPPRESS

What's Changed

New Contributors

Full Changelog: hamdanal/rich-argparse@v1.4.0...v1.5.0

Changelog

Sourced from rich-argparse's changelog.

1.5.0 - 2024-06-01

Features

  • PR-103 Python 3.13 is now officially supported
  • GH-95, PR-103 Python 3.7 is no longer supported (EOL since 27/6/2023)
  • GH-120, GH-121, PR-122 Add options help_markup and text_markup to disable console markup in the help text and the description text respectively.

Fixes

  • GH-115, PR-116 Do not print group names suppressed with argparse.SUPPRESS

1.4.0 - 2023-10-21

Features

  • PR-90 Make RichHelpFormatter itself a rich renderable with rich console.
  • GH-91, PR-92 Allow passing custom console to RichHelpFormatter.
  • GH-91, PR-93 Add HelpPreviewAction to generate a preview of the help output in SVG, HTML, or TXT formats.
  • PR-97 Avoid importing typing to improve startup time by about 35%.
  • GH-84, PR-98 Add a style for default values when using %(default)s in the help text.
  • PR-99 Allow arbitrary renderables in the descriptions and epilog.

Fixes

  • GH-100, PR-101 Fix color of brackets surrounding positional arguments in the usage.

1.3.0 - 2023-08-19

Features

  • PR-87 Add optparse.GENERATE_USAGE to auto generate a usage similar to argparse.
  • PR-87 Add rich_format_* methods to optparse formatters. These return a rich.text.Text object.

... (truncated)

Commits

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)

dependabot bot and others added 3 commits June 17, 2024 14:23
Updates the requirements on [rich-argparse](https://github.com/hamdanal/rich-argparse) to permit the latest version.
- [Release notes](https://github.com/hamdanal/rich-argparse/releases)
- [Changelog](https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md)
- [Commits](hamdanal/rich-argparse@v1.0.0...v1.5.0)

---
updated-dependencies:
- dependency-name: rich-argparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@Guts Guts force-pushed the dependabot/pip/rich-argparse-gte-1-and-lt-1.6 branch from 0784585 to 72890a5 Compare June 17, 2024 12:23
@Guts Guts enabled auto-merge (squash) June 17, 2024 12:23
Copy link

sonarcloud bot commented Jun 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Guts Guts disabled auto-merge June 17, 2024 12:47
@Guts Guts merged commit ab126aa into main Jun 17, 2024
30 of 31 checks passed
@Guts Guts deleted the dependabot/pip/rich-argparse-gte-1-and-lt-1.6 branch June 17, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant