diff --git a/pyproject.toml b/pyproject.toml index 7b59065f..9a6a7240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ text-generation-server = "vllm_tgis_adapter.tgis_utils.scripts:cli" [project.optional-dependencies] tests = [ - "pytest==8.3.2", + "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-mock==3.14.0", "requests==2.32.3"