From 4ff4a363f33e42406db98e4bdc76f896b5c804ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 01:17:26 +0000 Subject: [PATCH] build(deps): bump numpy from 1.26.3 to 1.26.4 in /app/video-processing Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.4. - [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.26.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/video-processing/deprecated/requirements.txt | 2 +- app/video-processing/lambda/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/video-processing/deprecated/requirements.txt b/app/video-processing/deprecated/requirements.txt index 8947675f6..91621f69a 100644 --- a/app/video-processing/deprecated/requirements.txt +++ b/app/video-processing/deprecated/requirements.txt @@ -1,6 +1,6 @@ boto3==1.29.6 botocore==1.32.6 -numpy==1.26.3 +numpy==1.26.4 opencv-python-headless==4.9.0.80 quart==0.19.4 uvicorn==0.25.0 diff --git a/app/video-processing/lambda/requirements.txt b/app/video-processing/lambda/requirements.txt index 19b34455f..ee579b835 100644 --- a/app/video-processing/lambda/requirements.txt +++ b/app/video-processing/lambda/requirements.txt @@ -1,4 +1,4 @@ boto3==1.29.6 botocore==1.32.6 -numpy==1.26.3 +numpy==1.26.4 opencv-python-headless==4.9.0.80