diff --git a/pyproject.toml b/pyproject.toml index 47dbf16..4dad9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "pynput>=1.8.2", "sounddevice>=0.5.5", - "soundfile>=0.13.1", + "soundfile>=0.14.0", "numpy>=2.4.6", "requests>=2.34.2", "simple-term-menu>=1.6.6", diff --git a/requirements.txt b/requirements.txt index 1192b80..bd3c679 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pynput>=1.8.2 sounddevice>=0.5.5 -soundfile>=0.13.1 +soundfile>=0.14.0 numpy>=2.4.6 requests>=2.34.2 simple-term-menu>=1.6.6