Skip to content

Commit

Permalink
Bump the pip-others group across 1 directory with 3 updates (#4093)
Browse files Browse the repository at this point in the history
Bumps the pip-others group with 3 updates in the / directory: [rich](https://github.com/Textualize/rich), [rich-argparse](https://github.com/hamdanal/rich-argparse) and [mlflow](https://github.com/mlflow/mlflow).


Updates `rich` from 13.9.3 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.3...v13.9.4)

Updates `rich-argparse` from 1.5.2 to 1.6.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.5.2...v1.6.0)

Updates `mlflow` from 2.17.1 to 2.17.2
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.17.1...v2.17.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent f4d47a2 commit d647805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ classifiers = [
dependencies = [
"datumaro==1.10.0rc0",
"omegaconf==2.3.0",
"rich==13.9.3",
"rich==13.9.4",
"jsonargparse==4.30.0",
"psutil==6.1.0", # Mem cache needs system checks
"ftfy==6.3.1",
"regex==2024.9.11",
"importlib_resources==6.4.5",
"docstring_parser==0.16", # CLI help-formatter
"rich_argparse==1.5.2", # CLI help-formatter
"rich_argparse==1.6.0", # CLI help-formatter
"einops==0.8.0",
"decord==0.6.0",
"typeguard>=4.3,<4.5",
Expand Down Expand Up @@ -134,7 +134,7 @@ ci_benchmark = [
"ipython==8.29.0",
"ipykernel==6.29.5",
"openpyxl==3.1.5",
"mlflow==2.17.1",
"mlflow==2.17.2",
"py-cpuinfo==9.0.0",
]

Expand Down

0 comments on commit d647805

Please sign in to comment.