From 159e6ab8f7550eb4f7f57f54a18bfabc78a208c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 08:39:14 +0100 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /docs (#150) Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.0...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> --- docs/requirements.rtd.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.rtd.txt b/docs/requirements.rtd.txt index f8a38bb..3e2e019 100644 --- a/docs/requirements.rtd.txt +++ b/docs/requirements.rtd.txt @@ -12,7 +12,7 @@ pytest-runner==5.1 click==7.1.1 geopandas==0.7.0 matplotlib==3.2.1 -numpy==1.21.0 +numpy==1.22.0 pandas==1.0.3 rasterio==1.1.3 rioxarray==0.0.26