From 7ebe154665306cf01aea8080d49cdce8d1028866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:25:45 +0000 Subject: [PATCH] build(deps): bump bentoml from 1.4.8 to 1.4.19 Bumps [bentoml](https://github.com/bentoml/bentoml) from 1.4.8 to 1.4.19. - [Release notes](https://github.com/bentoml/bentoml/releases) - [Commits](https://github.com/bentoml/bentoml/compare/v1.4.8...v1.4.19) --- updated-dependencies: - dependency-name: bentoml dependency-version: 1.4.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 330f4d1beea..d5feac735f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ "pytest>=8.3.4", - "bentoml==1.4.8", + "bentoml==1.4.19", "types-psutil==7.0.0.20250218", "kubernetes==32.0.1", "ai-dynamo-runtime==0.1.1",