From de11a3a91729ada2611ffa9507bdca72efcecdc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:52:02 +0000 Subject: [PATCH] build(deps-dev): bump pytorch-lightning in /runtimes/mlflow Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.2.4...2.2.5) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- runtimes/mlflow/poetry.lock | 10 +++++----- runtimes/mlflow/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/runtimes/mlflow/poetry.lock b/runtimes/mlflow/poetry.lock index 9d2eb5295..5e20a5552 100644 --- a/runtimes/mlflow/poetry.lock +++ b/runtimes/mlflow/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiofiles" @@ -3055,13 +3055,13 @@ files = [ [[package]] name = "pytorch-lightning" -version = "2.2.4" +version = "2.2.5" description = "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate." optional = false python-versions = ">=3.8" files = [ - {file = "pytorch-lightning-2.2.4.tar.gz", hash = "sha256:525b04ebad9900c3e3c2a12b3b462fe4f61ebe11fdb694716c3209f05b9b0fa8"}, - {file = "pytorch_lightning-2.2.4-py3-none-any.whl", hash = "sha256:fd91d47e983a2cd743c5c8c3c3795bbd0f3b69d24be2172a2f9012d930701ff2"}, + {file = "pytorch-lightning-2.2.5.tar.gz", hash = "sha256:8d06d0166e2204f82864f5d2b53a367c2c375d9cd5a7f6174434b2dffeaef7e9"}, + {file = "pytorch_lightning-2.2.5-py3-none-any.whl", hash = "sha256:67a7800863326914f68f6afd68f427855ef2315b4f00d554be8ea4c0f0557fd8"}, ] [package.dependencies] @@ -4119,4 +4119,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "2087124bbbc0b98d03b7a2a4edf64a7e66df2fcbe407c5d49781a0c116a54e74" +content-hash = "bced816642ad98c99d6345de6f6d3266e53f73387038116fec7b3409ec5bb997" diff --git a/runtimes/mlflow/pyproject.toml b/runtimes/mlflow/pyproject.toml index e61d953a6..42c2f20af 100644 --- a/runtimes/mlflow/pyproject.toml +++ b/runtimes/mlflow/pyproject.toml @@ -15,7 +15,7 @@ mlflow = "*" [tool.poetry.group.dev.dependencies] mlserver = {path = "../..", develop = true} torch = "2.2.1" -pytorch-lightning = "2.2.4" +pytorch-lightning = "2.2.5" torchmetrics = "1.4.0.post0" torchvision = "0.17.1" mlflow = "2.13.1"