From 5b11dd9466bafc2fa8108237ca4d495d80ea40e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:50:16 +0000 Subject: [PATCH] Bump tomli from 2.4.0 to 2.4.1 Bumps [tomli](https://github.com/hukkin/tomli) from 2.4.0 to 2.4.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test-common-base.txt | 7 +++---- requirements/test-common.txt | 7 +++---- requirements/test-ft.txt | 7 +++---- requirements/test-mobile.txt | 5 ++--- requirements/test.txt | 7 +++---- 5 files changed, 14 insertions(+), 19 deletions(-) diff --git a/requirements/test-common-base.txt b/requirements/test-common-base.txt index 14a15382b14..2af3970b012 100644 --- a/requirements/test-common-base.txt +++ b/requirements/test-common-base.txt @@ -6,6 +6,8 @@ # aiohappyeyeballs==2.6.2 # via aiohttp +aiohttp==3.13.5 + # via pytest-aiohttp aiosignal==1.4.0 # via aiohttp async-timeout==5.0.1 @@ -74,7 +76,7 @@ setuptools-git==1.2 # via -r requirements/test-common-base.in six==1.17.0 # via python-dateutil -tomli==2.4.0 +tomli==2.4.1 # via # coverage # pytest @@ -88,6 +90,3 @@ wait-for-it==2.3.0 # via -r requirements/test-common-base.in yarl==1.24.2 # via aiohttp - -# The following packages are considered to be unsafe in a requirements file: -# aiohttp diff --git a/requirements/test-common.txt b/requirements/test-common.txt index dd9b06cad13..eab3f393f99 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -6,6 +6,8 @@ # aiohappyeyeballs==2.6.2 # via aiohttp +aiohttp==3.13.5 + # via pytest-aiohttp aiosignal==1.4.0 # via aiohttp annotated-types==0.7.0 @@ -101,7 +103,7 @@ pytest==9.0.3 # pytest-timeout # pytest-xdist pytest-aiohttp==1.1.0 - # via -r requirements/test-common.in + # via -r requirements/test-common-base.in pytest-asyncio==1.4.0 # via pytest-aiohttp pytest-codspeed==5.0.3 @@ -151,6 +153,3 @@ yarl==1.24.2 # via aiohttp zlib-ng==1.0.0 # via -r requirements/test-common.in - -# The following packages are considered to be unsafe in a requirements file: -# aiohttp diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 557b3f41763..c4525467ec8 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2 # via # -r requirements/runtime-deps.in # aiohttp +aiohttp==3.13.5 + # via pytest-aiohttp aiosignal==1.4.0 # via # -r requirements/runtime-deps.in @@ -124,7 +126,7 @@ pytest==9.0.3 # pytest-timeout # pytest-xdist pytest-aiohttp==1.1.0 - # via -r requirements/test-common.in + # via -r requirements/test-common-base.in pytest-asyncio==1.4.0 # via pytest-aiohttp pytest-codspeed==5.0.3 @@ -177,6 +179,3 @@ yarl==1.24.2 # aiohttp zlib-ng==1.0.0 # via -r requirements/test-common.in - -# The following packages are considered to be unsafe in a requirements file: -# aiohttp diff --git a/requirements/test-mobile.txt b/requirements/test-mobile.txt index 062f05549c8..69f66934469 100644 --- a/requirements/test-mobile.txt +++ b/requirements/test-mobile.txt @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2 # via # -r requirements/runtime-deps.in # aiohttp +aiohttp==3.13.5 + # via pytest-aiohttp aiosignal==1.4.0 # via # -r requirements/runtime-deps.in @@ -122,6 +124,3 @@ yarl==1.24.2 # via # -r requirements/runtime-deps.in # aiohttp - -# The following packages are considered to be unsafe in a requirements file: -# aiohttp diff --git a/requirements/test.txt b/requirements/test.txt index ab1dca17cdb..f545e6d4452 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2 # via # -r requirements/runtime-deps.in # aiohttp +aiohttp==3.13.5 + # via pytest-aiohttp aiosignal==1.4.0 # via # -r requirements/runtime-deps.in @@ -124,7 +126,7 @@ pytest==9.0.3 # pytest-timeout # pytest-xdist pytest-aiohttp==1.1.0 - # via -r requirements/test-common.in + # via -r requirements/test-common-base.in pytest-asyncio==1.4.0 # via pytest-aiohttp pytest-codspeed==5.0.3 @@ -179,6 +181,3 @@ yarl==1.24.2 # aiohttp zlib-ng==1.0.0 # via -r requirements/test-common.in - -# The following packages are considered to be unsafe in a requirements file: -# aiohttp