From 226fb3e2498ad7e20c66cd8982be6a6c7d0fcc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:33:45 +0000 Subject: [PATCH] build(deps-dev): bump aiohttp from 3.14.2 to 3.14.3 in /it/python Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.2 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.2...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 84d9374ee4..eb74a95015 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -66,7 +66,7 @@ yapf==0.43.0 zipp==4.1.0 ; python_version >= '3.7' -aiohttp==3.14.2 ; python_version >= '3.6' +aiohttp==3.14.3 ; python_version >= '3.6' aiosignal==1.4.0 ; python_version >= '3.7'