From 5fc01880a35d59a0071f35a538219c521632555d Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Thu, 30 Nov 2023 02:38:03 +0800 Subject: [PATCH] Fixed CI job error (aiohttp) (#2007) * fixed Signed-off-by: Future Outlier * fixed by downgrade version Signed-off-by: Future Outlier * add aioresponses back Signed-off-by: Future Outlier * aio fixed Signed-off-by: Future Outlier * update req Signed-off-by: Future Outlier --------- Signed-off-by: Future Outlier Co-authored-by: Future Outlier --- plugins/flytekit-spark/dev-requirements.txt | 14 +++++++------- .../mock_flyte_repo/workflows/requirements.txt | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/flytekit-spark/dev-requirements.txt b/plugins/flytekit-spark/dev-requirements.txt index 45ee83b299..3335091569 100644 --- a/plugins/flytekit-spark/dev-requirements.txt +++ b/plugins/flytekit-spark/dev-requirements.txt @@ -4,9 +4,9 @@ # # pip-compile dev-requirements.in # -aiohttp==3.9.0 +aiohttp==3.9.1 # via aioresponses -aioresponses==0.7.4 +aioresponses==0.7.6 # via -r dev-requirements.in aiosignal==1.3.1 # via aiohttp @@ -14,13 +14,13 @@ async-timeout==4.0.3 # via aiohttp attrs==23.1.0 # via aiohttp -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 # via pytest frozenlist==1.4.0 # via # aiohttp # aiosignal -idna==3.4 +idna==3.6 # via yarl iniconfig==2.0.0 # via pytest @@ -28,15 +28,15 @@ multidict==6.0.4 # via # aiohttp # yarl -packaging==23.1 +packaging==23.2 # via pytest pluggy==1.3.0 # via pytest -pytest==7.4.0 +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.2 +yarl==1.9.3 # via aiohttp diff --git a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt index c4cdb7ce31..1af86bffe8 100644 --- a/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt +++ b/tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt @@ -8,7 +8,7 @@ adlfs==2023.4.0 # via flytekit aiobotocore==2.5.2 # via s3fs -aiohttp==3.9.0 +aiohttp==3.9.1 # via # adlfs # aiobotocore @@ -20,7 +20,7 @@ aiosignal==1.3.1 # via aiohttp arrow==1.2.3 # via cookiecutter -async-timeout==4.0.2 +async-timeout==4.0.3 # via aiohttp attrs==23.1.0 # via aiohttp @@ -348,7 +348,7 @@ wrapt==1.15.0 # via # aiobotocore # deprecated -yarl==1.9.2 +yarl==1.9.3 # via aiohttp zipp==3.16.2 # via importlib-metadata