Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions plugins/flytekit-spark/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Loading