dependabot[bot]
commited on
Update twilio requirement from ~=8.10.0 to ~=8.10.1
Browse filesUpdates the requirements on [twilio](https://github.com/twilio/twilio-python) to permit the latest version.
- [Release notes](https://github.com/twilio/twilio-python/releases)
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md)
- [Commits](https://github.com/twilio/twilio-python/compare/8.10.0...8.10.1)
---
updated-dependencies:
- dependency-name: twilio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
opencv-python-headless==4.8.1.78
|
2 |
pydub==0.25.1
|
3 |
streamlit_webrtc==0.47.1
|
4 |
-
twilio~=8.10.
|
5 |
matplotlib
|
|
|
1 |
opencv-python-headless==4.8.1.78
|
2 |
pydub==0.25.1
|
3 |
streamlit_webrtc==0.47.1
|
4 |
+
twilio~=8.10.1
|
5 |
matplotlib
|