From 15bfb0eafe468640567c5088c839850c199f088f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 20:56:51 +0000 Subject: [PATCH] Bump numpy from 1.21.1 to 1.22.0 in /PyStationB/libraries/Utilities Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PyStationB/libraries/Utilities/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyStationB/libraries/Utilities/requirements.txt b/PyStationB/libraries/Utilities/requirements.txt index 8dc39c7..f65d1f3 100644 --- a/PyStationB/libraries/Utilities/requirements.txt +++ b/PyStationB/libraries/Utilities/requirements.txt @@ -1,3 +1,3 @@ matplotlib==3.4.2 -numpy==1.21.1 +numpy==1.22.0 Pillow==8.3.2