Skip to content

Commit

Permalink
Refreeze dask-gateway/Dockerfile.requirements.txt (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dask-bot authored Feb 8, 2023
1 parent c7234ef commit 57c5aa8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions dask-gateway/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ click==8.1.3
# dask
# dask-gateway
# distributed
cloudpickle==2.2.0
cloudpickle==2.2.1
# via
# dask
# distributed
contourpy==1.0.6
contourpy==1.0.7
# via bokeh
dask==2022.12.1
dask==2023.1.1
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2022.12.1
distributed==2023.1.1
# via dask-gateway
frozenlist==1.3.3
# via
# aiohttp
# aiosignal
fsspec==2022.11.0
fsspec==2023.1.0
# via dask
heapdict==1.0.1
# via zict
Expand All @@ -53,26 +53,26 @@ locket==1.0.0
# via
# distributed
# partd
markupsafe==2.1.1
markupsafe==2.1.2
# via jinja2
msgpack==1.0.4
# via distributed
multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.24.1
numpy==1.24.2
# via
# -r Dockerfile.requirements.in
# bokeh
# contourpy
# pandas
packaging==22.0
packaging==23.0
# via
# bokeh
# dask
# distributed
pandas==1.5.2
pandas==1.5.3
# via bokeh
partd==1.3.0
# via dask
Expand All @@ -82,7 +82,7 @@ psutil==5.9.4
# via distributed
python-dateutil==2.8.2
# via pandas
pytz==2022.7
pytz==2022.7.1
# via pandas
pyyaml==6.0
# via
Expand All @@ -106,7 +106,7 @@ tornado==6.2
# bokeh
# dask-gateway
# distributed
urllib3==1.26.13
urllib3==1.26.14
# via distributed
xyzservices==2022.9.0
# via bokeh
Expand Down

0 comments on commit 57c5aa8

Please sign in to comment.