From 7faa4eb295713f4b1159b1f556c856b42240556c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 16 Dec 2024 19:21:08 -0800 Subject: [PATCH] update dev-requirements --- dev-requirements.txt | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index db2cad4fa..0ed6d9b05 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,9 +1,9 @@ -build~=1.2.1 -grpcio-tools~=1.65.4 +build~=1.2.2 +grpcio-tools~=1.68.1 pip-tools~=7.4.1 -pyright~=1.1.376 -pytest~=8.3.2 -ruff~=0.6.7 -setuptools~=72.2.0 +pyright~=1.1.390 +pytest~=8.3.4 +ruff~=0.8.3 +setuptools~=75.6.0 setuptools_scm~=8.1.0 -python-dotenv~=1.0.1 \ No newline at end of file +python-dotenv~=1.0.1 diff --git a/pyproject.toml b/pyproject.toml index 7789808ed..b31bff39d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ nim = [ "openai~=1.57.2" ] noisereduce = [ "noisereduce~=3.0.3" ] openai = [ "openai~=1.57.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ] openpipe = [ "openpipe~=4.40.0" ] -playht = [ "pyht~=0.1.8", "websockets~=13.1" ] +playht = [ "pyht~=0.1.9", "websockets~=13.1" ] riva = [ "nvidia-riva-client~=2.17.0" ] silero = [ "onnxruntime~=1.20.1" ] simli = [ "simli-ai~=0.1.7"]