dependabot[bot]
commited on
Bump numpy from 1.21.4 to 1.22.3
Browse filesBumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.3.
- [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.21.4...v1.22.3)
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
aiortc==1.3.1
|
2 |
matplotlib==3.5.1
|
3 |
-
numpy==1.
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
pydub==0.25.1
|
6 |
streamlit==1.8.1
|
|
|
1 |
aiortc==1.3.1
|
2 |
matplotlib==3.5.1
|
3 |
+
numpy==1.22.3
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
pydub==0.25.1
|
6 |
streamlit==1.8.1
|