whitphx / streamlit-video-chat-example

Video chat apps with computer vision filters built on top of Streamlit
https://discuss.streamlit.io/t/a-video-chat-app-with-realtime-snapchat-like-filters/15324
MIT License
42 stars 11 forks source link

Bump streamlit-webrtc from 0.35.2 to 0.36.0 #62

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps streamlit-webrtc from 0.35.2 to 0.36.0.

Changelog

Sourced from streamlit-webrtc's changelog.

[0.36.0] - 2022-03-14

Add

  • Export DEFAULT_* values, #723.

Fix

  • Deprecated warning messages, #732.
Commits
  • 0401e50 Version 0.36.0
  • 5ba6fb9 Update CHANGELOG.md
  • 22a4705 Add tests/init.py (#734)
  • eaa3290 Bump @​types/react from 17.0.39 to 17.0.40 in /streamlit_webrtc/frontend (#726)
  • ba1f1d8 Bump @​testing-library/react in /streamlit_webrtc/frontend (#724)
  • 986cdc9 Bump @​emotion/react from 11.8.1 to 11.8.2 in /streamlit_webrtc/frontend (#725)
  • b3bf151 Bump aiortc from 1.3.0 to 1.3.1 (#727)
  • 0584aac Bump mypy from 0.931 to 0.940 (#728)
  • b346075 Bump pillow from 9.0.0 to 9.0.1 (#729)
  • 838dad8 Update README about the deprecated methods and add links to the warning messa...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #67.