From 8d986ede97461a1000ace5357a83bb0b53acccde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:19:24 +0000 Subject: [PATCH] build(deps): bump bentoml from 1.4.8 to 1.4.37 Bumps [bentoml](https://github.com/bentoml/bentoml) from 1.4.8 to 1.4.37. - [Release notes](https://github.com/bentoml/bentoml/releases) - [Commits](https://github.com/bentoml/bentoml/compare/v1.4.8...v1.4.37) --- updated-dependencies: - dependency-name: bentoml dependency-version: 1.4.37 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..93ea67d26f4 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.37", "types-psutil==7.0.0.20250218", "kubernetes==32.0.1", "ai-dynamo-runtime==0.1.1",