From fd2206b15045870adb686d7aaac759571299da68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:08:00 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.21.0 in /templates/marked_trails Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/marked_trails/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/marked_trails/requirements.txt b/templates/marked_trails/requirements.txt index aa698f6..8dbb2e1 100644 --- a/templates/marked_trails/requirements.txt +++ b/templates/marked_trails/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.19.5 +numpy==1.21.0 psycopg2==2.8.4 svgwrite==1.4.1 Wand==0.6.5