From eb74abe0b50d87e1a84e5a7065e3c519b14d7d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:01:20 +0000 Subject: [PATCH] Update numpy requirement from ~=1.23.0 to ~=1.23.2 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/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.23.0...v1.23.2) --- 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 39bb9ff..e136b54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ opencv-python==4.6.0.66 -numpy~=1.23.0 \ No newline at end of file +numpy~=1.23.2 \ No newline at end of file