From 66dce086bc66e30e3a213900f1a41254ca04d285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 15:54:46 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.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.21.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53cfff1..1bbc1e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ greenlet==2.0.2 h11==0.14.0 idna==3.4 Levenshtein==0.20.9 -numpy==1.21.6 +numpy==1.22.0 pefile==2023.2.7 Pillow==9.4.0 pycparser==2.21