From 1982012ce4539f9dab3364a7e73842b5d09b6073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:27:48 +0000 Subject: [PATCH] build(deps): bump numpy from 2.1.1 to 2.2.0 in /scripts Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 753aca4..641e000 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,7 +1,7 @@ google_api_python_client==2.137.0 google_auth_oauthlib==1.2.1 pynacl==1.5.0 -numpy==2.1.1 +numpy==2.2.0 openai==1.55.3 pandas==2.2.3 protobuf==5.27.3