From e8102ee7983d2575cffd1f87f7bb5d7b0e25984c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:49:24 +0100 Subject: [PATCH] Bump the pip-others group across 1 directory with 3 updates (#4125) Bumps the pip-others group with 3 updates in the / directory: [onnxruntime](https://github.com/microsoft/onnxruntime), [transformers](https://github.com/huggingface/transformers) and [mlflow](https://github.com/mlflow/mlflow). Updates `onnxruntime` from 1.20.0 to 1.20.1 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/commits) Updates `transformers` from 4.46.2 to 4.46.3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.46.2...v4.46.3) Updates `mlflow` from 2.17.2 to 2.18.0 - [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.17.2...v2.18.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e65cb591bb..48bec7999e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "pytest-mock", "pytest-csv", "pytest-cov", - "onnxruntime==1.20.0", + "onnxruntime==1.20.1", ] docs = [ @@ -89,7 +89,7 @@ base = [ ] transformers = [ - "transformers==4.46.2", + "transformers==4.46.3", "diffusers==0.31.0", "torchmetrics[image]>=0.7.0" ] @@ -120,7 +120,7 @@ ci_benchmark = [ "ipython==8.29.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.17.2", + "mlflow==2.18.0", "py-cpuinfo==9.0.0", ]