From fb167d995fa8c397b0a902c64c5b6224d1da38c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:04:24 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 1.22.0 in /docs/templ/example/proj Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/templ/example/proj/requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templ/example/proj/requirements-all.txt b/docs/templ/example/proj/requirements-all.txt index ef17bc9..c5ccff9 100644 --- a/docs/templ/example/proj/requirements-all.txt +++ b/docs/templ/example/proj/requirements-all.txt @@ -42,7 +42,7 @@ mccabe==0.6.1 mock==2.0.0 more-itertools==5.0.0 nose2==0.8.0 -numpy==1.16.0 +numpy==1.22.0 openapi-spec-validator==0.2.6 pathlib==1.0.1 pbr==5.1.1