From cb3ee171aaa13dd3f738c0b9e27bf0b7b13be219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:48:42 +0400 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 in /lambdas/pkgselect (#3455) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/pkgselect/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/pkgselect/requirements.txt b/lambdas/pkgselect/requirements.txt index 60d21fcd0f2..4fda5d2f2dd 100644 --- a/lambdas/pkgselect/requirements.txt +++ b/lambdas/pkgselect/requirements.txt @@ -1,7 +1,7 @@ boto3==1.17.100 botocore==1.20.100 jmespath==0.10.0 -numpy==1.21.6 +numpy==1.22.0 pandas==1.1.0 python-dateutil==2.8.2 pytz==2023.3