From 881bbca4484c443700a6e4583e42307ab093ee6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:04:58 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.14.1 to 3.14.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.1 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 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 53711614..1a7fd586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "opensearch-py[async] == 3.2.0", "uvicorn[standard] == 0.49.0", "httpx[http2] == 0.28.1", - "aiohttp[speedups] == 3.14.1", + "aiohttp[speedups] == 3.14.3", "boto3 ~= 1.37", "fastapi == 0.141.1", "python-multipart == 0.0.32",