Skip to content

Commit

Permalink
Refreeze dask-gateway/Dockerfile.requirements.txt (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
dask-bot authored Jan 30, 2024
1 parent 52a5230 commit 5dad9af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dask-gateway/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
#
aiohttp==3.9.1
aiohttp==3.9.3
# via dask-gateway
aiosignal==1.3.1
# via aiohttp
attrs==23.2.0
# via aiohttp
bokeh==3.3.3
bokeh==3.3.4
# via -r Dockerfile.requirements.in
click==8.1.7
# via
Expand All @@ -23,13 +23,13 @@ cloudpickle==3.0.0
# distributed
contourpy==1.2.0
# via bokeh
dask==2024.1.0
dask==2024.1.1
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2024.1.0
distributed==2024.1.1
# via dask-gateway
frozenlist==1.4.1
# via
Expand All @@ -49,7 +49,7 @@ locket==1.0.0
# via
# distributed
# partd
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
msgpack==1.0.7
# via distributed
Expand All @@ -68,17 +68,17 @@ packaging==23.2
# bokeh
# dask
# distributed
pandas==2.1.4
pandas==2.2.0
# via bokeh
partd==1.4.1
# via dask
pillow==10.2.0
# via bokeh
psutil==5.9.7
psutil==5.9.8
# via distributed
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
pytz==2023.4
# via pandas
pyyaml==6.0.1
# via
Expand All @@ -92,7 +92,7 @@ sortedcontainers==2.4.0
# via distributed
tblib==3.0.0
# via distributed
toolz==0.12.0
toolz==0.12.1
# via
# dask
# distributed
Expand Down

0 comments on commit 5dad9af

Please sign in to comment.