From 41157da05f6121b7835f9b35b6e84b0495e6fbb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:46:34 +0000 Subject: [PATCH] Bump the pip-others group across 1 directory with 6 updates Bumps the pip-others group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.8.1` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.7.24` | `2024.9.11` | | [importlib-resources](https://github.com/python/importlib_resources) | `6.4.4` | `6.4.5` | | [tox](https://github.com/tox-dev/tox) | `4.18.1` | `4.20.0` | | [transformers](https://github.com/huggingface/transformers) | `4.44.2` | `4.45.1` | | [mlflow](https://github.com/mlflow/mlflow) | `2.16.0` | `2.16.2` | Updates `rich` from 13.8.0 to 13.8.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.8.0...v13.8.1) Updates `regex` from 2024.7.24 to 2024.9.11 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11) Updates `importlib-resources` from 6.4.4 to 6.4.5 - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_resources/compare/v6.4.4...v6.4.5) Updates `tox` from 4.18.1 to 4.20.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.18.1...4.20.0) Updates `transformers` from 4.44.2 to 4.45.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.44.2...v4.45.1) Updates `mlflow` from 2.16.0 to 2.16.2 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v2.16.0...v2.16.2) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others - dependency-name: transformers 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] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61f8c6f783e..5aef1e4d0b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,12 +28,12 @@ classifiers = [ dependencies = [ "datumaro==1.7.0", "omegaconf==2.3.0", - "rich==13.8.0", + "rich==13.8.1", "jsonargparse==4.30.0", "psutil==6.0.0", # Mem cache needs system checks "ftfy==6.2.3", - "regex==2024.7.24", - "importlib_resources==6.4.4", + "regex==2024.9.11", + "importlib_resources==6.4.5", "docstring_parser==0.16", # CLI help-formatter "rich_argparse==1.5.2", # CLI help-formatter "einops==0.8.0", @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "tox==4.18.1", + "tox==4.20.0", "pre-commit==3.8.0", "pylint", "pytest", @@ -102,7 +102,7 @@ base = [ ] transformers = [ - "transformers==4.44.2", + "transformers==4.45.1", ] mmlab = [ @@ -117,7 +117,7 @@ mmlab = [ ] ci_tox = [ - "tox==4.18.1", + "tox==4.20.0", ] ci_publish = [ @@ -131,7 +131,7 @@ ci_benchmark = [ "ipython==8.27.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.16.0", + "mlflow==2.16.2", "py-cpuinfo==9.0.0", ]