From 56c50e3cceb2fcd64316ce2984bf0fd53c747834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:48:13 +0000 Subject: [PATCH] Bump aiohttp from 3.10.2 to 3.12.14 in /src/shoppingassistantservice Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.12.14. - [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.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/shoppingassistantservice/requirements.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/shoppingassistantservice/requirements.txt b/src/shoppingassistantservice/requirements.txt index 7249dfa..d2b472b 100644 --- a/src/shoppingassistantservice/requirements.txt +++ b/src/shoppingassistantservice/requirements.txt @@ -4,13 +4,13 @@ # # pip-compile --output-file=requirements.txt requirements.in # -aiohappyeyeballs==2.3.4 +aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.10.2 +aiohttp==3.12.14 # via # google-cloud-alloydb-connector # langchain -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp annotated-types==0.7.0 # via pydantic @@ -139,6 +139,10 @@ pgvector==0.3.2 # via langchain-google-alloydb-pg pillow==10.4.0 # via -r requirements.in +propcache==0.3.2 + # via + # aiohttp + # yarl proto-plus==1.24.0 # via # google-ai-generativelanguage @@ -197,6 +201,7 @@ tqdm==4.66.5 # via google-generativeai typing-extensions==4.12.2 # via + # aiosignal # google-generativeai # langchain-core # pydantic @@ -208,5 +213,5 @@ urllib3==2.2.2 # via requests werkzeug==3.0.3 # via flask -yarl==1.9.4 +yarl==1.20.1 # via aiohttp