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

Bump the pip-others group with 2 updates #4207

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the pip-others group with 2 updates: rich-argparse and einops.

Updates rich-argparse from 1.6.0 to 1.7.0

Release notes

Sourced from rich-argparse's releases.

Version 1.7.0

This is the last release to support Python 3.8

Introducing auto-rich-argparse 🚀

Improve the help output of your favorite argparse command line tool by simply installing auto-rich-argparse in its environment. Try it out with your favorite tool using:

uvx --with auto-rich-argparse <YOUR_FAVORITE_TOOL> --help

Read more at https://github.com/hamdanal/auto-rich-argparse.

Incoming Change in Version 2.0

In rich-argparse 2.0, rich markup will become opt in instead of opt out. This means usages like this:

parser.add_argument("--foo", help="[red]This text is in red[/]")

Will need to set the option RichHelpFormatter.help_markup = True to work as expected. Please see #151 for context and to give feedback.

What's Changed

This release adds new features and fixes a few bugs.

Features

Fixes

Other Changes

New Contributors

Full Changelog: hamdanal/rich-argparse@v1.6.0...v1.7.0

Changelog

Sourced from rich-argparse's changelog.

1.7.0 - 2025-02-08

Features

Fixes

  • GH-152, PR-153, PR-154 Fix ValueError when using %(default)s inside square brackets and help_markup is enabled.
  • GH-141, PR-142 Do not highlight --options inside backticks.
Commits
  • 91a48c5 Version 1.7.0
  • daa91aa Update pre-commit hooks
  • ef87d9d Tweak warning message for an edge case of default in markup (#154)
  • 0afba0a Minor updates to the project files
  • 672f21e Fix ValueError when using %(default)s inside square brackets and `help_ma...
  • f946bb3 Add python nightly workflow (#150)
  • 160ce70 Add proper django support (#149)
  • cbf1c09 Minor internal updates
  • 3707030 Add contrib module with ParagraphRichHelpFormatter (#147)
  • 7ff5067 Bump astral-sh/setup-uv from 4 to 5 (#148)
  • Additional commits viewable in compare view

Updates einops from 0.8.0 to 0.8.1

Release notes

Sourced from einops's releases.

v0.8.1 Multiple improvements

What's Changed

TLDR:

  • ellipsis is added to EinMix
  • tests moved into the package
  • devcontainer provided
  • added backend for pyTensor
  • niceties: citation, docs, fixed broken links
  • this did not require any changes in einops, but array API is supported by more libs these days, and einops can operate on them

PRs:

New Contributors

Full Changelog: arogozhnikov/einops@v0.8.0...v0.8.1

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-others group with 2 updates: [rich-argparse](https://github.com/hamdanal/rich-argparse) and [einops](https://github.com/arogozhnikov/einops).


Updates `rich-argparse` from 1.6.0 to 1.7.0
- [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.6.0...v1.7.0)

Updates `einops` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/arogozhnikov/einops/releases)
- [Commits](arogozhnikov/einops@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: rich-argparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-others
- dependency-name: einops
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-others
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from samet-akcay as a code owner February 10, 2025 12:24
@dependabot dependabot bot added the DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM label Feb 10, 2025
@dependabot dependabot bot requested a review from eugene123tw as a code owner February 10, 2025 12:24
@dependabot dependabot bot added the python Pull requests that update Python code label Feb 10, 2025
@github-actions github-actions bot added the BUILD label Feb 10, 2025
@sovrasov sovrasov merged commit ab6f8bc into develop Feb 10, 2025
23 checks passed
@sovrasov sovrasov deleted the dependabot/pip/pip-others-a68f6606e7 branch February 10, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD DEPENDENCY Any changes in any dependencies (new dep or its version) should be produced via Change Request on PM python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant