Skip to content

Commit

Permalink
aio fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Future Outlier <[email protected]>
  • Loading branch information
Future Outlier committed Nov 29, 2023
1 parent c947bcf commit fb90f1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion plugins/flytekit-spark/dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
aiohttp==3.8.6
aioresponses
pytest-asyncio
8 changes: 2 additions & 6 deletions plugins/flytekit-spark/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile dev-requirements.in
#
aiohttp==3.8.6
# via
# -r dev-requirements.in
# aioresponses
aiohttp==3.9.1
# via aioresponses
aioresponses==0.7.6
# via -r dev-requirements.in
aiosignal==1.3.1
Expand All @@ -16,8 +14,6 @@ async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
charset-normalizer==3.3.2
# via aiohttp
exceptiongroup==1.2.0
# via pytest
frozenlist==1.4.0
Expand Down
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.8.6
aiohttp==3.9.1
# via
# adlfs
# aiobotocore
Expand Down

0 comments on commit fb90f1d

Please sign in to comment.