From 5c0a114d63d3fae3bdf4b12bbef465e39b742569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:43:25 +0000 Subject: [PATCH] Update numpy requirement from <1.22.0,>=1.19.3 to >=1.19.3,<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.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.3...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 06f6148..4b2cc74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==2.0.2 mediapipe>=0.8.7.1 mss==6.1.0 -numpy>=1.19.3,<1.22.0 +numpy>=1.19.3,<1.23.0 opencv-python==4.5.5.62 pafy==0.5.5 pyfakewebcam==0.1.0