From a8ff40edddbc58c3b03c3e5dd3faddeed6db427d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:16:55 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates (#1155) Bumps the production-dependencies group with 2 updates: [bentoml](https://github.com/bentoml/bentoml) and [openai](https://github.com/openai/openai-python). Updates `bentoml` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/bentoml/bentoml/releases) - [Commits](https://github.com/bentoml/bentoml/compare/v1.4.2...v1.4.3) Updates `openai` from 1.65.2 to 1.65.5 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.65.2...v1.65.5) --- updated-dependencies: - dependency-name: bentoml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9b0dbbe..fd4adc5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "bentoml==1.4.2", + "bentoml==1.4.3", "typer", "questionary", "pyaml", @@ -41,7 +41,7 @@ dependencies = [ "dulwich", "tabulate", "uv", - "openai==1.65.2", + "openai==1.65.5", "huggingface-hub", ] keywords = [