From 70d955ab4900b3f2897ceb5eaae72cc3df94ff7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:54:02 +0000 Subject: [PATCH] build(deps): bump aiohttp --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- LLMs/training/llama_peft_trl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLMs/training/llama_peft_trl/requirements.txt b/LLMs/training/llama_peft_trl/requirements.txt index 2022603..a54e1ff 100644 --- a/LLMs/training/llama_peft_trl/requirements.txt +++ b/LLMs/training/llama_peft_trl/requirements.txt @@ -1,5 +1,5 @@ accelerate==0.24.1 ; python_version >= "3.10" and python_version < "3.13" -aiohttp==3.11.11 ; python_version >= "3.10" and python_version < "3.13" +aiohttp==3.11.12 ; python_version >= "3.10" and python_version < "3.13" aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "3.13" async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "3.13" attrs==23.1.0 ; python_version >= "3.10" and python_version < "3.13"