From de61154c24b8b206c06519f6c8b68f28526f6471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:41:18 +0000 Subject: [PATCH] Bump aiohttp in /examples/cvi-custom-llm-with-backend Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cvi-custom-llm-with-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cvi-custom-llm-with-backend/requirements.txt b/examples/cvi-custom-llm-with-backend/requirements.txt index b27b7cd..9f72db7 100644 --- a/examples/cvi-custom-llm-with-backend/requirements.txt +++ b/examples/cvi-custom-llm-with-backend/requirements.txt @@ -2,4 +2,4 @@ Flask==2.3.3 requests==2.31.0 openai==1.25.1 python-dotenv==0.20.0 -aiohttp==3.9.5 \ No newline at end of file +aiohttp==3.10.2 \ No newline at end of file