chore: update dependencies

This commit is contained in:
2025-11-21 17:18:53 +01:00
parent 9fdcacc342
commit 359633effc
3 changed files with 40 additions and 3 deletions

View File

@@ -35,6 +35,16 @@ dev = [
"ruff>=0.14.2",
"ruff-format>=0.3.0",
]
test = [
"fastapi>=0.115.6",
"pydantic>=2.12.0",
"pytest>=8.4.2",
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
"pyyaml>=6.0.3",
"soundfile>=0.13.1",
"zmq>=0.0.0",
]
[tool.pytest.ini_options]
pythonpath = ["src"]