From 84d8b3cbf778ad3b9a3db9dd62e8d34ff21e58c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:45:35 +0000 Subject: [PATCH] chore(deps): bump the actions-minor group across 1 directory with 3 updates Bumps the actions-minor group with 3 updates in the / directory: [openai](https://github.com/openai/openai-python), [requests](https://github.com/psf/requests) and [google-generativeai](https://github.com/google/generative-ai-python). Updates `openai` from 1.70.0 to 1.86.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.70.0...v1.86.0) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) Updates `google-generativeai` from 0.8.4 to 0.8.5 - [Release notes](https://github.com/google/generative-ai-python/releases) - [Changelog](https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/RELEASE.md) - [Commits](https://github.com/google/generative-ai-python/compare/v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: openai dependency-version: 1.86.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: google-generativeai dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9075510..5ff8e0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -openai==1.70.0 +openai==1.86.0 PyGithub==2.6.1 -requests==2.32.3 -google-generativeai==0.8.4 +requests==2.32.4 +google-generativeai==0.8.5 ipython==8.27.0 \ No newline at end of file