Skip to content

Commit 8bf8174

Browse files
authored
Refreeze dask-gateway/Dockerfile.requirements.txt (#912)
1 parent 7bad6ad commit 8bf8174

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

dask-gateway/Dockerfile.requirements.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.12.15
9+
aiohttp==3.13.2
1010
# via dask-gateway
1111
aiosignal==1.4.0
1212
# via aiohttp
13-
attrs==25.3.0
13+
attrs==25.4.0
1414
# via aiohttp
15-
bokeh==3.8.0
15+
bokeh==3.8.1
1616
# via -r Dockerfile.requirements.in
17-
click==8.3.0
17+
click==8.3.1
1818
# via
1919
# dask
2020
# dask-gateway
2121
# distributed
22-
cloudpickle==3.1.1
22+
cloudpickle==3.1.2
2323
# via
2424
# dask
2525
# distributed
2626
contourpy==1.3.3
2727
# via bokeh
28-
dask==2025.9.1
28+
dask==2025.11.0
2929
# via
3030
# dask-gateway
3131
# distributed
3232
dask-gateway @ file:///opt/dask-gateway
3333
# via -r Dockerfile.requirements.in
34-
distributed==2025.9.1
34+
distributed==2025.11.0
3535
# via dask-gateway
36-
frozenlist==1.7.0
36+
frozenlist==1.8.0
3737
# via
3838
# aiohttp
3939
# aiosignal
40-
fsspec==2025.9.0
40+
fsspec==2025.10.0
4141
# via dask
42-
idna==3.10
42+
idna==3.11
4343
# via yarl
4444
jinja2==3.1.6
4545
# via
@@ -51,15 +51,15 @@ locket==1.0.0
5151
# partd
5252
markupsafe==3.0.3
5353
# via jinja2
54-
msgpack==1.1.1
54+
msgpack==1.1.2
5555
# via distributed
56-
multidict==6.6.4
56+
multidict==6.7.0
5757
# via
5858
# aiohttp
5959
# yarl
60-
narwhals==2.6.0
60+
narwhals==2.12.0
6161
# via bokeh
62-
numpy==2.3.3
62+
numpy==2.3.5
6363
# via
6464
# -r Dockerfile.requirements.in
6565
# bokeh
@@ -74,13 +74,13 @@ pandas==2.3.3
7474
# via bokeh
7575
partd==1.4.2
7676
# via dask
77-
pillow==11.3.0
77+
pillow==12.0.0
7878
# via bokeh
79-
propcache==0.3.2
79+
propcache==0.4.1
8080
# via
8181
# aiohttp
8282
# yarl
83-
psutil==7.1.0
83+
psutil==7.1.3
8484
# via distributed
8585
python-dateutil==2.9.0.post0
8686
# via pandas
@@ -96,9 +96,9 @@ six==1.17.0
9696
# via python-dateutil
9797
sortedcontainers==2.4.0
9898
# via distributed
99-
tblib==3.1.0
99+
tblib==3.2.2
100100
# via distributed
101-
toolz==1.0.0
101+
toolz==1.1.0
102102
# via
103103
# dask
104104
# distributed
@@ -112,9 +112,9 @@ tzdata==2025.2
112112
# via pandas
113113
urllib3==2.5.0
114114
# via distributed
115-
xyzservices==2025.4.0
115+
xyzservices==2025.11.0
116116
# via bokeh
117-
yarl==1.20.1
117+
yarl==1.22.0
118118
# via aiohttp
119119
zict==3.0.0
120120
# via distributed

0 commit comments

Comments
 (0)