Skip to content

Commit

Permalink
Bump the pip-others group with 3 updates (#3919)
Browse files Browse the repository at this point in the history
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](ipython/ipython@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 00f56f8 commit e38a7aa
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 @@ -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 = [
Expand All @@ -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",
]

Expand Down

0 comments on commit e38a7aa

Please sign in to comment.