From ab647b7321650dace2909feacad2e517aadf94ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:35:01 +0000 Subject: [PATCH] build(deps): bump google-genai Bumps the python-dependencies group in /scripts with 1 update: [google-genai](https://github.com/googleapis/python-genai). Updates `google-genai` from 2.16.0 to 2.18.1 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v2.16.0...v2.18.1) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- scripts/requirements.in | 2 +- scripts/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/requirements.in b/scripts/requirements.in index 246133f..457810e 100644 --- a/scripts/requirements.in +++ b/scripts/requirements.in @@ -1,5 +1,5 @@ beautifulsoup4==4.15.0 -google-genai==2.16.0 +google-genai==2.18.1 psycopg[binary]==3.3.4 python-dotenv==1.2.2 requests==2.34.2 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 1850644..971ff72 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -274,9 +274,9 @@ google-auth[requests]==2.56.2 \ --hash=sha256:c8270ea95b2697b74e3d8438ae9c5b898e38b623b915c7b5c5635921e7de68a6 \ --hash=sha256:e28f103ca8091fb7012b99c44243d7366c29863713b8e34a220c3322b7a07051 # via google-genai -google-genai==2.16.0 \ - --hash=sha256:c4c2524926001b18073db927a5d75bb7c8be7b5fd13ab507d599f51fff2284c5 \ - --hash=sha256:f9eda6a7a3dd4491a0d2253c4bdd4536462d63838ed3f1b0e4fb9a0eb8f43331 +google-genai==2.18.1 \ + --hash=sha256:36a5949233e64a60f6cc4521bff7a76b7c569d0aa227bbe9fa642213b8a3a3b2 \ + --hash=sha256:a1e2be75c16234adc6641afd1ad4dd44218c9eec005d938bdc428585a048918a # via -r requirements.in h11==0.16.0 \ --hash=sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1 \