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
24 changes: 12 additions & 12 deletions dask-gateway-server/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
#
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
#
aiohappyeyeballs==2.6.1
aiohappyeyeballs==2.7.1
# via aiohttp
aiohttp==3.13.4
aiohttp==3.14.2
# via
# dask-gateway-server
# kubernetes-asyncio
aiosignal==1.4.0
# via aiohttp
attrs==26.1.0
# via aiohttp
certifi==2026.2.25
certifi==2026.6.17
# via kubernetes-asyncio
cffi==2.0.0
cffi==2.1.0
# via cryptography
colorlog==6.10.1
colorlog==6.11.0
# via dask-gateway-server
cryptography==46.0.6
cryptography==49.0.0
# via dask-gateway-server
dask-gateway-server @ file:///opt/dask-gateway-server
# via file:///opt/dask-gateway-server
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
idna==3.11
idna==3.18
# via yarl
kubernetes-asyncio==35.0.1
kubernetes-asyncio==36.1.0
# via dask-gateway-server
multidict==6.7.1
# via
# aiohttp
# yarl
propcache==0.4.1
propcache==0.5.2
# via
# aiohttp
# yarl
Expand All @@ -50,9 +50,9 @@ six==1.17.0
# via
# kubernetes-asyncio
# python-dateutil
traitlets==5.14.3
traitlets==5.15.1
# via dask-gateway-server
urllib3==2.6.3
urllib3==2.7.0
# via kubernetes-asyncio
yarl==1.23.0
yarl==1.24.5
# via aiohttp
Loading