From 1918a48025a13c8113fbc6cf9f75423a0916e233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:35:13 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.0 to 2.0.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 2.0.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/v1.26.0...v2.0.0) --- 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 dcd823d0..dc727151 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.0.0 Pillow==10.1.0 python-decouple==3.8 requests==2.31.0