From d4bdfb20cde8119749da43883e1f65263dde30b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:00:17 +0000 Subject: [PATCH] Bump numpy from 1.21.3 to 1.22.0 in /load-testing Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- load-testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load-testing/requirements.txt b/load-testing/requirements.txt index 9d9a7b6..ea7285a 100644 --- a/load-testing/requirements.txt +++ b/load-testing/requirements.txt @@ -1,4 +1,4 @@ locust==2.4.1 boto3==1.19.0 -numpy==1.21.3 +numpy==1.22.0 pandas==1.3.4 \ No newline at end of file