Skip to content

Commit

Permalink
build(deps): bump numpy from 1.26.3 to 1.26.4 in /app/video-processing
Browse files Browse the repository at this point in the history
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](numpy/numpy@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 4f2e79c commit 4ff4a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/video-processing/deprecated/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion app/video-processing/lambda/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4ff4a36

Please sign in to comment.