From 39dbcf78a2e6b1601dbc3b8c436f812b4bf22021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:17:05 +0100 Subject: [PATCH] build(deps): bump mlflow from 2.14.1 to 2.14.3 in /runtimes/mlflow (#1861) Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.14.1 to 2.14.3. - [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.14.1...v2.14.3) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- runtimes/mlflow/poetry.lock | 9 +++++---- runtimes/mlflow/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/runtimes/mlflow/poetry.lock b/runtimes/mlflow/poetry.lock index 2b07379c9..a4407c2c0 100644 --- a/runtimes/mlflow/poetry.lock +++ b/runtimes/mlflow/poetry.lock @@ -1798,13 +1798,13 @@ dev = ["meson-python (>=0.13.1)", "numpy (>=1.25)", "pybind11 (>=2.6)", "setupto [[package]] name = "mlflow" -version = "2.14.1" +version = "2.14.3" description = "MLflow is an open source platform for the complete machine learning lifecycle" optional = false python-versions = ">=3.8" files = [ - {file = "mlflow-2.14.1-py3-none-any.whl", hash = "sha256:0bda38f94468d69a169415b1d751078f1083ddb44646f50854d387bcb6d0b9ec"}, - {file = "mlflow-2.14.1.tar.gz", hash = "sha256:1258ade134b9fbb15b1b0f22b0e9f98b5ff6f5f57575c10adfb255b9331fc587"}, + {file = "mlflow-2.14.3-py3-none-any.whl", hash = "sha256:2de915346c8e34a9d13efbd6469551980923619274db57fd2253621a2c666e18"}, + {file = "mlflow-2.14.3.tar.gz", hash = "sha256:292cae4b83574a0cb223117e224caa6798933078af0233719c2b612bea645617"}, ] [package.dependencies] @@ -2198,6 +2198,7 @@ description = "Nvidia JIT LTO Library" optional = false python-versions = ">=3" files = [ + {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_aarch64.whl", hash = "sha256:004186d5ea6a57758fd6d57052a123c73a4815adf365eb8dd6a85c9eaa7535ff"}, {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl", hash = "sha256:d9714f27c1d0f0895cd8915c07a87a1d0029a0aa36acaf9156952ec2a8a12189"}, {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-win_amd64.whl", hash = "sha256:c3401dc8543b52d3a8158007a0c1ab4e9c768fcbd24153a48c86972102197ddd"}, ] @@ -4052,4 +4053,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "afbe36011cdd4a04aa6514e08ff568c409f37d7014290ad27957f9e39f92d45a" +content-hash = "d7b14cc63fea870735413c089c5b0a6be647c3e29fd1302cf955678e1af05b13" diff --git a/runtimes/mlflow/pyproject.toml b/runtimes/mlflow/pyproject.toml index d637fd6bd..6cdf6fceb 100644 --- a/runtimes/mlflow/pyproject.toml +++ b/runtimes/mlflow/pyproject.toml @@ -18,7 +18,7 @@ torch = "2.2.1" pytorch-lightning = "2.3.1" torchmetrics = "1.4.0.post0" torchvision = "0.17.1" -mlflow = "2.14.1" +mlflow = "2.14.3" [build-system] requires = ["poetry-core"]