Skip to content

Commit

Permalink
⬆ Bump sounddevice from 0.4.6 to 0.4.7
Browse files Browse the repository at this point in the history
Bumps [sounddevice](https://github.com/spatialaudio/python-sounddevice) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/spatialaudio/python-sounddevice/releases)
- [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst)
- [Commits](spatialaudio/python-sounddevice@0.4.6...0.4.7)

---
updated-dependencies:
- dependency-name: sounddevice
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 33b34df commit 314ceed
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ langchain-google-genai==1.0.4
python-dotenv==1.0.0
upsonic==0.28.4
pyautogui==0.9.54
sounddevice==0.4.6
sounddevice==0.4.7
soundfile==0.12.1
pydub==0.25.1
pyscreeze==0.1.30
Expand Down
55 changes: 29 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
ansicon==1.89.0
# via jinxed
anyio==4.4.0
# via
# groq
Expand All @@ -30,40 +28,44 @@ async-timeout==4.0.3
# langchain
attrs==23.2.0
# via aiohttp
beautifulsoup4==4.12.3
# via
# -r requirements.in
# google
blessed==1.20.0
# via inquirer
cachetools==5.3.3
# via google-auth
certifi==2024.6.2
# via
# curl-cffi
# httpcore
# httpx
# requests
cffi==1.16.0
# via
# cryptography
# curl-cffi
# soundcard
# sounddevice
# soundfile
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# duckduckgo-search
# litellm
# nltk
cloudpickle==3.0.0
# via upsonic
colorama==0.4.6
# via
# click
# ipython
# tqdm
comm==0.2.2
# via ipykernel
contourpy==1.2.1
# via matplotlib
cryptography==41.0.3
# via upsonic
curl-cffi==0.6.4
# via duckduckgo-search
cycler==0.12.1
# via matplotlib
dataclasses-json==0.6.7
Expand All @@ -85,6 +87,8 @@ distro==1.9.0
# via
# groq
# openai
duckduckgo-search==5.3.0
# via -r requirements.in
editor==1.6.6
# via inquirer
exceptiongroup==1.2.1
Expand All @@ -111,6 +115,8 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via git-python
google==3.0.0
# via -r requirements.in
google-ai-generativelanguage==0.6.4
# via google-generativeai
google-api-core[grpc]==2.19.0
Expand Down Expand Up @@ -184,8 +190,6 @@ jedi==0.19.1
# via ipython
jinja2==3.1.4
# via litellm
jinxed==1.2.1
# via blessed
joblib==1.4.2
# via nltk
jsonpatch==1.33
Expand Down Expand Up @@ -316,7 +320,10 @@ opentelemetry-sdk==1.24.0
# opentelemetry-exporter-otlp-proto-http
opentelemetry-semantic-conventions==0.45b0
# via opentelemetry-sdk

orjson==3.10.5
# via
# duckduckgo-search
# langsmith
packaging==23.2
# via
# huggingface-hub
Expand All @@ -326,6 +333,8 @@ packaging==23.2
# matplotlib
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.3.0
# via
# -r requirements.in
Expand Down Expand Up @@ -355,6 +364,8 @@ psutil==5.9.8
# ipykernel
# memory-profiler
# open-interpreter
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pyasn1==0.6.0
Expand Down Expand Up @@ -401,13 +412,10 @@ pyperclip==1.8.2
# mouseinfo
pyqt5==5.15.10
# via -r requirements.in
#pyqt5-qt5==5.15.2 any compatible version
pyqt5-qt5~=5.15.2
pyqt5-qt5==5.15.2
# via pyqt5
pyqt5-sip==12.13.0
# via pyqt5
pyreadline3==3.4.1
# via open-interpreter
pyrect==0.2.0
# via pygetwindow
pyscreeze==0.1.30
Expand All @@ -423,10 +431,12 @@ python-dotenv==1.0.0
# -r requirements.in
# litellm
# upsonic
python3-xlib==0.15
# via
# mouseinfo
# pyautogui
pytweening==1.2.0
# via pyautogui
#pywin32==306
# via jupyter-core
pyyaml==6.0.1
# via
# huggingface-hub
Expand Down Expand Up @@ -486,10 +496,12 @@ sniffio==1.3.1
# openai
soundcard==0.4.3
# via -r requirements.in
sounddevice==0.4.6
sounddevice==0.4.7
# via -r requirements.in
soundfile==0.12.1
# via -r requirements.in
soupsieve==2.5
# via beautifulsoup4
sqlalchemy==2.0.30
# via
# langchain
Expand Down Expand Up @@ -581,12 +593,3 @@ zipp==3.19.2

# The following packages are considered to be unsafe in a requirements file:
# setuptools

#for pyintaller
embedchain[poe]

# default tools
pyperclip==1.8.2
google==3.0.0
duckduckgo-search==5.3.0
beautifulsoup4==4.12.3

0 comments on commit 314ceed

Please sign in to comment.