From b934e22715de8f74fc10c1776474b5da3240fe43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 07:19:58 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.4 to 2.1.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.1. - [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/v1.26.4...v2.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3d47ca1..6a7c12c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ celery==5.4.0 grpcio==1.62.0 googleapis-common-protos==1.63.0 grpcio-tools==1.62.0 -numpy==1.26.4 +numpy==2.1.1 Pillow==10.1.0 python-decouple==3.8 requests==2.31.0