From ee503035c483b937bf00150c325744bddd58a91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:08:15 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /OD 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] --- OD/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OD/requirements.txt b/OD/requirements.txt index 460531b..841c081 100644 --- a/OD/requirements.txt +++ b/OD/requirements.txt @@ -2,7 +2,7 @@ certifi==2019.11.28 chardet==3.0.4 DateTime==4.3 idna==2.8 -numpy==1.21.0 +numpy==1.22.0 pandas==0.25.3 python-dateutil==2.8.1 pytz==2019.3