From e6d1250208e93001faf307df47fb1a1602f15410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:22:07 +0000 Subject: [PATCH] chore(deps): bump the actions-minor group across 1 directory with 5 updates Bumps the actions-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `1.44.0` | `1.55.3` | | [pygithub](https://github.com/pygithub/pygithub) | `2.4.0` | `2.5.0` | | [google-generativeai](https://github.com/google/generative-ai-python) | `0.7.2` | `0.8.3` | | [ipython](https://github.com/ipython/ipython) | `8.27.0` | `8.30.0` | | [groq](https://github.com/groq/groq-python) | `0.11.0` | `0.13.0` | Updates `openai` from 1.44.0 to 1.55.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.44.0...v1.55.3) Updates `pygithub` from 2.4.0 to 2.5.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.4.0...v2.5.0) Updates `google-generativeai` from 0.7.2 to 0.8.3 - [Release notes](https://github.com/google/generative-ai-python/releases) - [Changelog](https://github.com/google-gemini/generative-ai-python/blob/main/RELEASE.md) - [Commits](https://github.com/google/generative-ai-python/compare/v0.7.2...v0.8.3) Updates `ipython` from 8.27.0 to 8.30.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.27.0...8.30.0) Updates `groq` from 0.11.0 to 0.13.0 - [Release notes](https://github.com/groq/groq-python/releases) - [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/groq/groq-python/compare/v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: google-generativeai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: groq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 80eb112..cfc5cc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -openai==1.44.0 -PyGithub==2.4.0 +openai==1.55.3 +PyGithub==2.5.0 requests==2.32.3 -google-generativeai==0.7.2 -ipython==8.27.0 -groq==0.11.0 +google-generativeai==0.8.3 +ipython==8.30.0 +groq==0.13.0