From 3b7cb3c1de75f626d6fdceb64b54a95ea9f98e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 03:32:45 +0000 Subject: [PATCH] Bump aiohttp from 3.9.4 to 3.10.11 in /plugins/flytekit-spark (#2936) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.11. - [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.9.4...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/flytekit-spark/dev-requirements.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/flytekit-spark/dev-requirements.txt b/plugins/flytekit-spark/dev-requirements.txt index 7e689a22bf..5797f093e8 100644 --- a/plugins/flytekit-spark/dev-requirements.txt +++ b/plugins/flytekit-spark/dev-requirements.txt @@ -4,7 +4,9 @@ # # pip-compile dev-requirements.in # -aiohttp==3.9.4 +aiohappyeyeballs==2.4.3 + # via aiohttp +aiohttp==3.10.11 # via aioresponses aioresponses==0.7.6 # via -r dev-requirements.in @@ -32,11 +34,13 @@ packaging==23.2 # via pytest pluggy==1.3.0 # via pytest +propcache==0.2.0 + # via yarl pytest==7.4.3 # via pytest-asyncio pytest-asyncio==0.21.1 # via -r dev-requirements.in tomli==2.0.1 # via pytest -yarl==1.9.3 +yarl==1.17.2 # via aiohttp