From 04d8b7dfbe2b756efa970678a6ae8beb51b83adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:41:32 +0000 Subject: [PATCH] Bump aiohttp from 3.10.11 to 3.12.14 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7fffa0..95d7fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "LLM Benchmarking tool" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "aiohttp==3.10.11", + "aiohttp==3.12.14", "transformers==4.48.0", "numpy==1.26.4", "Jinja2==3.1.6",