From d0cbc3970805edadd6d75d97e7a21d45f4f265d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:01:51 +0000 Subject: [PATCH] Bump numpy from 1.24.3 to 1.26.0 (#852) Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.26.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.24.3...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 325a8149..44dd9e5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ celery==5.3.4 grpcio==1.58.0 googleapis-common-protos==1.60.0 grpcio-tools==1.58.0 -numpy==1.24.3 +numpy==1.26.0 Pillow==9.5.0 python-decouple==3.8 requests==2.31.0