dependabot[bot]
commited on
Bump numpy from 1.21.0 to 1.21.1
Browse filesBumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.21.1.
- [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.0...v1.21.1)
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
aiortc==1.2.1
|
2 |
av==8.0.3
|
3 |
matplotlib==3.4.2
|
4 |
-
numpy==1.21.
|
5 |
opencv-python-headless==4.5.3.56
|
6 |
pydub==0.25.1
|
7 |
streamlit==0.84.1
|
|
|
1 |
aiortc==1.2.1
|
2 |
av==8.0.3
|
3 |
matplotlib==3.4.2
|
4 |
+
numpy==1.21.1
|
5 |
opencv-python-headless==4.5.3.56
|
6 |
pydub==0.25.1
|
7 |
streamlit==0.84.1
|