From 63fb05c3f39a8383e8bb19cba6dbe5a00745f8ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:25:50 +0000 Subject: [PATCH] chore(deps): Bump bentoml Bumps the pip group with 1 update in the /python/asteraceae directory: [bentoml](https://github.com/bentoml/bentoml). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- python/asteraceae/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/asteraceae/pyproject.toml b/python/asteraceae/pyproject.toml index d178f2a..d82986c 100644 --- a/python/asteraceae/pyproject.toml +++ b/python/asteraceae/pyproject.toml @@ -8,7 +8,7 @@ license = { text = "Apache-2.0" } authors = [{ name = "Aaron Pham", email = "contact@aarnphm.xyz" }] dependencies = [ "vllm==0.9.0", - "bentoml==1.4.8", + "bentoml==1.4.19", "kantoku>=0.18.3", "huggingface-hub>=0.25.0", "openai>=1.67.0",