Skip to content

Commit 4f002eb

Browse files
committed
Refreeze dask-gateway/Dockerfile.requirements.txt
1 parent 494cee6 commit 4f002eb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dask-gateway/Dockerfile.requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
66
#
7-
aiohttp==3.9.3
7+
aiohttp==3.9.5
88
# via dask-gateway
99
aiosignal==1.3.1
1010
# via aiohttp
1111
attrs==23.2.0
1212
# via aiohttp
13-
bokeh==3.4.0
13+
bokeh==3.4.1
1414
# via -r Dockerfile.requirements.in
1515
click==8.1.7
1616
# via
@@ -21,23 +21,23 @@ cloudpickle==3.0.0
2121
# via
2222
# dask
2323
# distributed
24-
contourpy==1.2.0
24+
contourpy==1.2.1
2525
# via bokeh
26-
dask==2024.4.0
26+
dask==2024.4.1
2727
# via
2828
# dask-gateway
2929
# distributed
3030
dask-gateway @ file:///opt/dask-gateway
3131
# via -r Dockerfile.requirements.in
32-
distributed==2024.4.0
32+
distributed==2024.4.1
3333
# via dask-gateway
3434
frozenlist==1.4.1
3535
# via
3636
# aiohttp
3737
# aiosignal
3838
fsspec==2024.3.1
3939
# via dask
40-
idna==3.6
40+
idna==3.7
4141
# via yarl
4242
importlib-metadata==7.1.0
4343
# via dask
@@ -68,7 +68,7 @@ packaging==24.0
6868
# bokeh
6969
# dask
7070
# distributed
71-
pandas==2.2.1
71+
pandas==2.2.2
7272
# via bokeh
7373
partd==1.4.1
7474
# via dask
@@ -106,7 +106,7 @@ tzdata==2024.1
106106
# via pandas
107107
urllib3==2.2.1
108108
# via distributed
109-
xyzservices==2023.10.1
109+
xyzservices==2024.4.0
110110
# via bokeh
111111
yarl==1.9.4
112112
# via aiohttp

0 commit comments

Comments
 (0)