From 044ac1e032f6744d4c16313aa0b363f2f9531531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:48:06 +0000 Subject: [PATCH] Bump numpy from 1.16.1 to 1.22.0 in /model_authentication Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 to 1.22.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.16.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model_authentication/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_authentication/requirements.txt b/model_authentication/requirements.txt index 953a62a..a30f663 100644 --- a/model_authentication/requirements.txt +++ b/model_authentication/requirements.txt @@ -5,4 +5,4 @@ gitpython==2.1.11 matplotlib==3.0.2 urllib3==1.24.3 retry==0.9.2 -numpy==1.16.1 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file