From 0ea9086aaf44b6acf57871c2d88e1d63b1213d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 07:07:21 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.4 to 2.1.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.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.4...v2.1.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 a48214ba..c2096cbc 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.0 Pillow==10.1.0 python-decouple==3.8 requests==2.31.0