From 06feb7c2f5424cec3cf1d89ca77cf91586bdd4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:28:02 +0000 Subject: [PATCH] Bump aiohttp from 3.10.11 to 3.12.14 in /plugins/flytekit-spark Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.11 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.10.11...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/flytekit-spark/dev-requirements.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/plugins/flytekit-spark/dev-requirements.txt b/plugins/flytekit-spark/dev-requirements.txt index 5797f093e8..7f48a5751c 100644 --- a/plugins/flytekit-spark/dev-requirements.txt +++ b/plugins/flytekit-spark/dev-requirements.txt @@ -4,13 +4,13 @@ # # pip-compile dev-requirements.in # -aiohappyeyeballs==2.4.3 +aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.10.11 +aiohttp==3.12.14 # via aioresponses aioresponses==0.7.6 # via -r dev-requirements.in -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp async-timeout==4.0.3 # via aiohttp @@ -35,12 +35,16 @@ packaging==23.2 pluggy==1.3.0 # via pytest propcache==0.2.0 - # via yarl + # via + # aiohttp + # yarl pytest==7.4.3 # via pytest-asyncio pytest-asyncio==0.21.1 # via -r dev-requirements.in tomli==2.0.1 # via pytest +typing-extensions==4.14.1 + # via aiosignal yarl==1.17.2 # via aiohttp