Skip to content

Commit

Permalink
Refreeze dask-gateway/Dockerfile.requirements.txt (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
dask-bot authored Jan 4, 2024
1 parent 47f9ae9 commit b351ac8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 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.0
aiohttp==3.9.1
# via dask-gateway
aiosignal==1.3.1
# via aiohttp
attrs==23.1.0
attrs==23.2.0
# via aiohttp
bokeh==3.3.1
bokeh==3.3.2
# via -r Dockerfile.requirements.in
click==8.1.7
# via
Expand All @@ -23,23 +23,23 @@ cloudpickle==3.0.0
# distributed
contourpy==1.2.0
# via bokeh
dask==2023.11.0
dask==2023.12.1
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2023.11.0
distributed==2023.12.1
# via dask-gateway
frozenlist==1.4.0
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2023.10.0
fsspec==2023.12.2
# via dask
idna==3.4
idna==3.6
# via yarl
importlib-metadata==6.8.0
importlib-metadata==7.0.1
# via dask
jinja2==3.1.2
# via
Expand All @@ -57,7 +57,7 @@ multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.26.2
numpy==1.26.3
# via
# -r Dockerfile.requirements.in
# bokeh
Expand All @@ -68,13 +68,13 @@ packaging==23.2
# bokeh
# dask
# distributed
pandas==2.1.3
pandas==2.1.4
# via bokeh
partd==1.4.1
# via dask
pillow==10.1.0
pillow==10.2.0
# via bokeh
psutil==5.9.6
psutil==5.9.7
# via distributed
python-dateutil==2.8.2
# via pandas
Expand All @@ -97,18 +97,18 @@ toolz==0.12.0
# dask
# distributed
# partd
tornado==6.3.3
tornado==6.4
# via
# bokeh
# dask-gateway
# distributed
tzdata==2023.3
tzdata==2023.4
# via pandas
urllib3==2.1.0
# via distributed
xyzservices==2023.10.1
# via bokeh
yarl==1.9.3
yarl==1.9.4
# via aiohttp
zict==3.0.0
# via distributed
Expand Down

0 comments on commit b351ac8

Please sign in to comment.