From 1a266349a65434e473f2421acc145ccf1b294930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:10:54 +0000 Subject: [PATCH] deps(deps): bump the minor-updates group with 2 updates Bumps the minor-updates group with 2 updates: [openai](https://github.com/openai/openai-python) and [streamlit](https://github.com/streamlit/streamlit). Updates `openai` from 2.44.0 to 2.45.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/v2.44.0...v2.45.0) Updates `streamlit` from 1.58.0 to 1.59.1 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.58.0...1.59.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: streamlit dependency-version: 1.59.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- admin/requirements.txt | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/requirements.txt b/admin/requirements.txt index 1413ce5..eda5163 100644 --- a/admin/requirements.txt +++ b/admin/requirements.txt @@ -1,5 +1,5 @@ -streamlit==1.58.0 +streamlit==1.59.1 apscheduler==3.11.3 -openai==2.44.0 +openai==2.45.0 pydantic==2.13.4 PyYAML==6.0.3 diff --git a/requirements.txt b/requirements.txt index 66cc643..d3d1ad2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -openai==2.44.0 +openai==2.45.0 pydantic==2.13.4 PyYAML==6.0.3