From 45130801606de4d2378c7fd533018a32b9d73f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 01:02:54 +0000 Subject: [PATCH] chore(deps): bump the actions-minor group across 1 directory with 4 updates Bumps the actions-minor group with 4 updates in the / directory: [openai](https://github.com/openai/openai-python), [pygithub](https://github.com/pygithub/pygithub), [requests](https://github.com/psf/requests) and [google-generativeai](https://github.com/google/generative-ai-python). Updates `openai` from 1.70.0 to 1.98.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.98.0) Updates `pygithub` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.6.1...v2.7.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.98.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: pygithub dependency-version: 2.7.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9075510..8b2a22c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -openai==1.70.0 -PyGithub==2.6.1 -requests==2.32.3 -google-generativeai==0.8.4 +openai==1.98.0 +PyGithub==2.7.0 +requests==2.32.4 +google-generativeai==0.8.5 ipython==8.27.0 \ No newline at end of file