From 9abb6d8ebb0559d5d7dd61eba629bdf0fd13d74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:28:01 +0000 Subject: [PATCH] Bump aiohttp from 3.10.2 to 3.10.11 in /src/shoppingassistantservice 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: indirect ... Signed-off-by: dependabot[bot] --- src/shoppingassistantservice/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/shoppingassistantservice/requirements.txt b/src/shoppingassistantservice/requirements.txt index 7249dfa..53036b3 100644 --- a/src/shoppingassistantservice/requirements.txt +++ b/src/shoppingassistantservice/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.3.4 # via aiohttp -aiohttp==3.10.2 +aiohttp==3.10.11 # via # google-cloud-alloydb-connector # langchain @@ -139,6 +139,8 @@ pgvector==0.3.2 # via langchain-google-alloydb-pg pillow==10.4.0 # via -r requirements.in +propcache==0.2.0 + # via yarl proto-plus==1.24.0 # via # google-ai-generativelanguage @@ -208,5 +210,5 @@ urllib3==2.2.2 # via requests werkzeug==3.0.3 # via flask -yarl==1.9.4 +yarl==1.17.2 # via aiohttp