From a97b5b97799b8dca53b74e43abd8fe4f450f55ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:03:42 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.12.1 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.12.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Chapter05-scalability-performance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/software-architecture-with-python/Chapter05-scalability-performance/requirements.txt b/books/software-architecture-with-python/Chapter05-scalability-performance/requirements.txt index 33c0524..3133195 100644 --- a/books/software-architecture-with-python/Chapter05-scalability-performance/requirements.txt +++ b/books/software-architecture-with-python/Chapter05-scalability-performance/requirements.txt @@ -11,7 +11,7 @@ id3reader==1.53.20070415 joblib==0.11 kombu==4.0.2 multidict==2.1.4 -numpy==1.12.1 +numpy==1.21.0 olefile==0.44 Pillow==6.2.0 pkg-resources==0.0.0