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",