Skip to content

Commit

Permalink
Bump speechrecognition from 3.10.4 to 3.11.0
Browse files Browse the repository at this point in the history
Bumps [speechrecognition](https://github.com/Uberi/speech_recognition) from 3.10.4 to 3.11.0.
- [Release notes](https://github.com/Uberi/speech_recognition/releases)
- [Commits](Uberi/speech_recognition@3.10.4...3.11.0)

---
updated-dependencies:
- dependency-name: speechrecognition
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent d6bb3d5 commit d37d027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ playwright>=1.33.0
pydub==0.25.1
pytest-asyncio==0.24.0
setuptools==75.2.0
SpeechRecognition==3.10.4
SpeechRecognition==3.11.0
tenacity==9.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
install_requires=[
"playwright>=1.33.0",
"pydub==0.25.1",
"SpeechRecognition==3.10.4",
"SpeechRecognition==3.11.0",
"tenacity==9.0.0",
],
classifiers=[
Expand Down

0 comments on commit d37d027

Please sign in to comment.