From d86d1787cbf6cb246304e47de9575326f56bca9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:33:38 +0000 Subject: [PATCH] Build(deps): Bump aiohttp Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. - [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.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/comps/prompt_registry/impl/microservice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comps/prompt_registry/impl/microservice/requirements.txt b/src/comps/prompt_registry/impl/microservice/requirements.txt index a96dd74..83e9346 100644 --- a/src/comps/prompt_registry/impl/microservice/requirements.txt +++ b/src/comps/prompt_registry/impl/microservice/requirements.txt @@ -3,7 +3,7 @@ beanie==1.26.0 motor==3.4.0 -aiohttp==3.10.2 +aiohttp==3.10.11 docarray==0.40.0 fastapi==0.111.0 httpx==0.27.0