From 1a8f7788fb7e65edaa27a1fc2675e833f5d8821c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:23:09 +0000 Subject: [PATCH] Bump openai from 1.28.1 to 1.33.0 Bumps [openai](https://github.com/openai/openai-python) from 1.28.1 to 1.33.0. - [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.28.1...v1.33.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 2e7453d..99bb1c3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ azure-identity==1.16.0 ipykernel==6.29.4 Jinja2==3.1.4 -openai==1.28.1 +openai==1.33.0 python-dotenv==1.0.1 requests==2.31.0 streamlit==1.34.0