From 7faa246600c20f5dc5a6952c44c62232625ce2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 19:27:56 +0000 Subject: [PATCH] Bump numpy from 1.19.1 to 1.22.0 in /alpaca/unemployment-algo Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- alpaca/unemployment-algo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpaca/unemployment-algo/requirements.txt b/alpaca/unemployment-algo/requirements.txt index 96bc3326..db4f40c9 100644 --- a/alpaca/unemployment-algo/requirements.txt +++ b/alpaca/unemployment-algo/requirements.txt @@ -13,7 +13,7 @@ idna==2.10 kiwisolver==1.2.0 matplotlib==3.2.2 multidict==4.7.6 -numpy==1.19.1 +numpy==1.22.0 pandas==1.1.1 Pillow==8.3.2 pyparsing==2.4.7