From e38a7aa453326274ebf25ab5fd7017e65de985e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:36:25 +0900 Subject: [PATCH] Bump the pip-others group with 3 updates (#3919) Bumps the pip-others group with 3 updates: [oss2](https://github.com/aliyun/aliyun-oss-python-sdk), [ipython](https://github.com/ipython/ipython) and [mlflow](https://github.com/mlflow/mlflow). Updates `oss2` from 2.18.6 to 2.19.0 - [Release notes](https://github.com/aliyun/aliyun-oss-python-sdk/releases) - [Changelog](https://github.com/aliyun/aliyun-oss-python-sdk/blob/master/CHANGELOG.rst) - [Commits](https://github.com/aliyun/aliyun-oss-python-sdk/commits) Updates `ipython` from 8.26.0 to 8.27.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.26.0...8.27.0) Updates `mlflow` from 2.15.1 to 2.16.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/commits) --- updated-dependencies: - dependency-name: oss2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others - dependency-name: ipython 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-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 6cd9693ea6c..089ec6666dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ mmlab = [ "mmdeploy==1.3.*", # Without the pip cache, oss2 will sometimes install to a lower version. This is related to the installation of the mmlab library. # This causes an error when training the mm model, so fix the version first. - "oss2==2.18.6", + "oss2==2.19.0", ] ci_tox = [ @@ -128,10 +128,10 @@ ci_benchmark = [ "pandas<2.2", # To avoid conflict with nncf==2.9.0 "matplotlib==3.9.2", "nbconvert==7.16.4", - "ipython==8.26.0", + "ipython==8.27.0", "ipykernel==6.29.5", "openpyxl==3.1.5", - "mlflow==2.15.1", + "mlflow==2.16.0", "py-cpuinfo==9.0.0", ]