From 0af8616c4443e1b0495db8ee2533b1247d83bb7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:52:53 +0000 Subject: [PATCH] Bump aiohttp from 3.8.5 to 3.12.14 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 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.8.5...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6b8a0a8..9822d64 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ sentry-sdk = "==1.31.0" Pillow = "==10.0.1" toml = "==0.10.2" pip-install = "==1.3.5" -aiohttp = "==3.8.5" +aiohttp = "==3.12.14" openai = "==1.75.0" google-generativeai = "==0.8.5"