Skip to content

Commit 2078927

Browse files
authored
Refreeze dask-gateway/Dockerfile.requirements.txt (#887)
1 parent b0933a1 commit 2078927

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

dask-gateway/Dockerfile.requirements.txt

+18-16
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
66
#
7-
aiohappyeyeballs==2.4.6
7+
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.11.12
9+
aiohttp==3.11.16
1010
# via dask-gateway
1111
aiosignal==1.3.2
1212
# via aiohttp
13-
attrs==25.1.0
13+
attrs==25.3.0
1414
# via aiohttp
15-
bokeh==3.6.3
15+
bokeh==3.7.2
1616
# via -r Dockerfile.requirements.in
1717
click==8.1.8
1818
# via
@@ -25,23 +25,23 @@ cloudpickle==3.1.1
2525
# distributed
2626
contourpy==1.3.1
2727
# via bokeh
28-
dask==2025.1.0
28+
dask==2025.3.0
2929
# via
3030
# dask-gateway
3131
# distributed
3232
dask-gateway @ file:///opt/dask-gateway
3333
# via -r Dockerfile.requirements.in
34-
distributed==2025.1.0
34+
distributed==2025.3.0
3535
# via dask-gateway
3636
frozenlist==1.5.0
3737
# via
3838
# aiohttp
3939
# aiosignal
40-
fsspec==2025.2.0
40+
fsspec==2025.3.2
4141
# via dask
4242
idna==3.10
4343
# via yarl
44-
jinja2==3.1.5
44+
jinja2==3.1.6
4545
# via
4646
# bokeh
4747
# distributed
@@ -53,11 +53,13 @@ markupsafe==3.0.2
5353
# via jinja2
5454
msgpack==1.1.0
5555
# via distributed
56-
multidict==6.1.0
56+
multidict==6.4.2
5757
# via
5858
# aiohttp
5959
# yarl
60-
numpy==2.2.2
60+
narwhals==1.34.1
61+
# via bokeh
62+
numpy==2.2.4
6163
# via
6264
# -r Dockerfile.requirements.in
6365
# bokeh
@@ -74,15 +76,15 @@ partd==1.4.2
7476
# via dask
7577
pillow==11.1.0
7678
# via bokeh
77-
propcache==0.2.1
79+
propcache==0.3.1
7880
# via
7981
# aiohttp
8082
# yarl
81-
psutil==6.1.1
83+
psutil==7.0.0
8284
# via distributed
8385
python-dateutil==2.9.0.post0
8486
# via pandas
85-
pytz==2025.1
87+
pytz==2025.2
8688
# via pandas
8789
pyyaml==6.0.2
8890
# via
@@ -94,7 +96,7 @@ six==1.17.0
9496
# via python-dateutil
9597
sortedcontainers==2.4.0
9698
# via distributed
97-
tblib==3.0.0
99+
tblib==3.1.0
98100
# via distributed
99101
toolz==1.0.0
100102
# via
@@ -106,13 +108,13 @@ tornado==6.4.2
106108
# bokeh
107109
# dask-gateway
108110
# distributed
109-
tzdata==2025.1
111+
tzdata==2025.2
110112
# via pandas
111113
urllib3==2.3.0
112114
# via distributed
113115
xyzservices==2025.1.0
114116
# via bokeh
115-
yarl==1.18.3
117+
yarl==1.19.0
116118
# via aiohttp
117119
zict==3.0.0
118120
# via distributed

0 commit comments

Comments
 (0)