From dc246625d42b6cac5b47e77155f9e71113774a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jun 2022 11:52:40 +0000 Subject: [PATCH] Update numpy requirement from <1.22.0 to <1.23.0 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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/v0.2.0...v1.22.4) --- 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 305033d..bfddcc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ betterproto==2.0.0b3 hagelkorn -numpy<1.22.0 +numpy<1.23.0 pandas