Skip to content

Commit

Permalink
Refreeze dask-gateway/Dockerfile.requirements.txt (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
dask-bot authored Nov 23, 2023
1 parent 6b99292 commit 583c212
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions dask-gateway/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@
#
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
#
aiohttp==3.8.6
aiohttp==3.9.0
# via dask-gateway
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
bokeh==3.3.0
bokeh==3.3.1
# via -r Dockerfile.requirements.in
charset-normalizer==3.3.1
# via aiohttp
click==8.1.7
# via
# dask
Expand All @@ -25,15 +21,15 @@ cloudpickle==3.0.0
# via
# dask
# distributed
contourpy==1.1.1
contourpy==1.2.0
# via bokeh
dask==2023.10.0
dask==2023.11.0
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2023.10.0
distributed==2023.11.0
# via dask-gateway
frozenlist==1.4.0
# via
Expand Down Expand Up @@ -61,7 +57,7 @@ multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.26.1
numpy==1.26.2
# via
# -r Dockerfile.requirements.in
# bokeh
Expand All @@ -72,7 +68,7 @@ packaging==23.2
# bokeh
# dask
# distributed
pandas==2.1.1
pandas==2.1.3
# via bokeh
partd==1.4.1
# via dask
Expand Down Expand Up @@ -108,11 +104,11 @@ tornado==6.3.3
# distributed
tzdata==2023.3
# via pandas
urllib3==2.0.7
urllib3==2.1.0
# via distributed
xyzservices==2023.10.0
xyzservices==2023.10.1
# via bokeh
yarl==1.9.2
yarl==1.9.3
# via aiohttp
zict==3.0.0
# via distributed
Expand Down

0 comments on commit 583c212

Please sign in to comment.