From 28416860e79d60f7d8bb23998441b7d5838f7fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:19:22 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 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.18.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6795f0..d89faf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ wheel==0.34.2 # A built-package format for Python Sphinx==3.1.1 # makes it easy to create intelligent and beautiful documentation Pygments==2.3.1 # generic syntax highlighter matplotlib==3.2.2 # Python plotting package -numpy==1.18.5 # NumPy is the fundamental package for array computing with Python. +numpy==1.22.0 # NumPy is the fundamental package for array computing with Python. #asn1crypto==0.24.0 # Fast ASN.1 parser and serializer #certifi==2018.8.24 # Python package for providing Mozilla's CA Bundle. #cryptography==2.9.2 # provides cryptographic recipes and primitives