Skip to content

Commit

Permalink
Fixed CI job error (aiohttp) (#2007)
Browse files Browse the repository at this point in the history
* fixed

Signed-off-by: Future Outlier <[email protected]>

* fixed by downgrade version

Signed-off-by: Future Outlier <[email protected]>

* add aioresponses back

Signed-off-by: Future Outlier <[email protected]>

* aio fixed

Signed-off-by: Future Outlier <[email protected]>

* update req

Signed-off-by: Future Outlier <[email protected]>

---------

Signed-off-by: Future Outlier <[email protected]>
Co-authored-by: Future Outlier <[email protected]>
  • Loading branch information
Future-Outlier and Future Outlier authored Nov 29, 2023
1 parent 9f3def4 commit 5fc0188
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions plugins/flytekit-spark/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
#
# 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
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 5fc0188

Please sign in to comment.