From e50f14c02ea7494961c61ae19126de36a4844c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 06:04:15 +0000 Subject: [PATCH] Bump aiohttp[speedups] from 3.11.11 to 3.11.12 --- updated-dependencies: - dependency-name: aiohttp[speedups] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcad016c..b6d62b12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "opensearch-py[async] == 2.8.0", "uvicorn[standard] == 0.34.0", "httpx[http2] == 0.28.1", - "aiohttp[speedups] == 3.11.11", + "aiohttp[speedups] == 3.11.12", "boto3 ~= 1.36.2", "fastapi == 0.115.7", "python-multipart == 0.0.20",