Skip to content
Merged
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
26 changes: 13 additions & 13 deletions dask-gateway-server/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,53 +6,53 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.11.16
aiohttp==3.12.15
# via
# dask-gateway-server
# kubernetes-asyncio
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
attrs==25.3.0
# via aiohttp
certifi==2025.1.31
certifi==2025.8.3
# via kubernetes-asyncio
cffi==1.17.1
cffi==2.0.0
# via cryptography
colorlog==6.9.0
# via dask-gateway-server
cryptography==44.0.2
cryptography==46.0.2
# via dask-gateway-server
dask-gateway-server @ file:///opt/dask-gateway-server
# via file:///opt/dask-gateway-server
frozenlist==1.5.0
frozenlist==1.7.0
# via
# aiohttp
# aiosignal
idna==3.10
# via yarl
kubernetes-asyncio==32.3.0
kubernetes-asyncio==33.3.0
# via dask-gateway-server
multidict==6.4.2
multidict==6.6.4
# via
# aiohttp
# yarl
propcache==0.3.1
propcache==0.3.2
# via
# aiohttp
# yarl
pycparser==2.22
pycparser==2.23
# via cffi
python-dateutil==2.9.0.post0
# via kubernetes-asyncio
pyyaml==6.0.2
pyyaml==6.0.3
# via kubernetes-asyncio
six==1.17.0
# via
# kubernetes-asyncio
# python-dateutil
traitlets==5.14.3
# via dask-gateway-server
urllib3==2.3.0
urllib3==2.5.0
# via kubernetes-asyncio
yarl==1.19.0
yarl==1.20.1
# via aiohttp
Loading