From f6dca8e3aa336f40a1ce0ae20b00c6b6526bcecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:33:03 +0000 Subject: [PATCH] Bump openai from 1.28.1 to 1.40.3 Bumps [openai](https://github.com/openai/openai-python) from 1.28.1 to 1.40.3. - [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.40.3) --- 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..2ee6f43 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.40.3 python-dotenv==1.0.1 requests==2.31.0 streamlit==1.34.0