Skip to content

Commit

Permalink
Refreeze dask-gateway/Dockerfile.requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dask-bot committed Jan 20, 2025
1 parent 74f64ef commit aad26ee
Showing 1 changed file with 39 additions and 33 deletions.
72 changes: 39 additions & 33 deletions dask-gateway/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,113 +4,119 @@
#
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
#
aiohttp==3.9.5
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.11
# via dask-gateway
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
attrs==23.2.0
attrs==24.3.0
# via aiohttp
bokeh==3.4.1
bokeh==3.6.2
# via -r Dockerfile.requirements.in
click==8.1.7
click==8.1.8
# via
# dask
# dask-gateway
# distributed
cloudpickle==3.0.0
cloudpickle==3.1.1
# via
# dask
# distributed
contourpy==1.2.1
contourpy==1.3.1
# via bokeh
dask==2024.4.1
dask==2025.1.0
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2024.4.1
distributed==2025.1.0
# via dask-gateway
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
fsspec==2024.3.1
fsspec==2024.12.0
# via dask
idna==3.7
idna==3.10
# via yarl
importlib-metadata==7.1.0
importlib-metadata==8.5.0
# via dask
jinja2==3.1.3
jinja2==3.1.5
# via
# bokeh
# distributed
locket==1.0.0
# via
# distributed
# partd
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
msgpack==1.0.8
msgpack==1.1.0
# via distributed
multidict==6.0.5
multidict==6.1.0
# via
# aiohttp
# yarl
numpy==1.26.4
numpy==2.2.2
# via
# -r Dockerfile.requirements.in
# bokeh
# contourpy
# pandas
packaging==24.0
packaging==24.2
# via
# bokeh
# dask
# distributed
pandas==2.2.2
pandas==2.2.3
# via bokeh
partd==1.4.1
partd==1.4.2
# via dask
pillow==10.3.0
pillow==11.1.0
# via bokeh
psutil==5.9.8
propcache==0.2.1
# via
# aiohttp
# yarl
psutil==6.1.1
# via distributed
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
pytz==2024.2
# via pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via
# bokeh
# dask
# dask-gateway
# distributed
six==1.16.0
six==1.17.0
# via python-dateutil
sortedcontainers==2.4.0
# via distributed
tblib==3.0.0
# via distributed
toolz==0.12.1
toolz==1.0.0
# via
# dask
# distributed
# partd
tornado==6.4
tornado==6.4.2
# via
# bokeh
# dask-gateway
# distributed
tzdata==2024.1
tzdata==2024.2
# via pandas
urllib3==2.2.1
urllib3==2.3.0
# via distributed
xyzservices==2024.4.0
xyzservices==2025.1.0
# via bokeh
yarl==1.9.4
yarl==1.18.3
# via aiohttp
zict==3.0.0
# via distributed
zipp==3.18.1
zipp==3.21.0
# via importlib-metadata

0 comments on commit aad26ee

Please sign in to comment.