From 72e637e6abe1ad820ff5b64506fcb44414e9128f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:58:49 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.22.0 in /src/rrsm Bumps [numpy](https://github.com/numpy/numpy) from 1.20.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.20.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/rrsm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrsm/requirements.txt b/src/rrsm/requirements.txt index 2f742e1..dc8b1a2 100644 --- a/src/rrsm/requirements.txt +++ b/src/rrsm/requirements.txt @@ -2,6 +2,6 @@ django==3.2.13 python-decouple==3.4 django-cleanup==5.2.0 django-widget-tweaks==1.4.8 -numpy==1.20.3 +numpy==1.22.0 obspy==1.2.2 gunicorn==20.1.0 \ No newline at end of file