From b4dbd1f14ec27a4525cbb6be0f3466b3daa486ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:06:21 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /logic_questioner Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- logic_questioner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic_questioner/requirements.txt b/logic_questioner/requirements.txt index e7f1c2c..b7430c7 100644 --- a/logic_questioner/requirements.txt +++ b/logic_questioner/requirements.txt @@ -10,7 +10,7 @@ jmespath==0.10.0 MarkupSafe==2.0.1 mpmath==1.2.1 networkx==2.5.1 -numpy==1.21.0 +numpy==1.22.0 psutil==5.8.0 python-dateutil==2.8.1 s3transfer==0.4.2