From 04a9f58cac33b3968200fc2c0a7e6b4c39c9b65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:26:20 +0000 Subject: [PATCH] Update aiohttp requirement --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/server/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/tests/requirements.txt b/examples/server/tests/requirements.txt index 15d024914e841..d2d58aeac42ad 100644 --- a/examples/server/tests/requirements.txt +++ b/examples/server/tests/requirements.txt @@ -1,4 +1,4 @@ -aiohttp~=3.9.3 +aiohttp~=3.11.12 pytest~=8.3.3 huggingface_hub~=0.23.2 numpy~=1.26.4