Skip to content

Commit 45a8217

Browse files
authored
Refreeze dask-gateway/Dockerfile.requirements.txt (#920)
1 parent 0c6a781 commit 45a8217

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

dask-gateway/Dockerfile.requirements.txt

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.2
9+
aiohttp==3.13.3
1010
# via dask-gateway
1111
aiosignal==1.4.0
1212
# via aiohttp
1313
attrs==25.4.0
1414
# via aiohttp
15-
bokeh==3.8.1
15+
bokeh==3.8.2
1616
# via -r Dockerfile.requirements.in
1717
click==8.3.1
1818
# via
@@ -25,19 +25,19 @@ cloudpickle==3.1.2
2525
# distributed
2626
contourpy==1.3.3
2727
# via bokeh
28-
dask==2025.11.0
28+
dask==2026.1.2
2929
# via
3030
# dask-gateway
3131
# distributed
3232
dask-gateway @ file:///opt/dask-gateway
3333
# via -r Dockerfile.requirements.in
34-
distributed==2025.11.0
34+
distributed==2026.1.2
3535
# via dask-gateway
3636
frozenlist==1.8.0
3737
# via
3838
# aiohttp
3939
# aiosignal
40-
fsspec==2025.10.0
40+
fsspec==2026.2.0
4141
# via dask
4242
idna==3.11
4343
# via yarl
@@ -53,39 +53,37 @@ markupsafe==3.0.3
5353
# via jinja2
5454
msgpack==1.1.2
5555
# via distributed
56-
multidict==6.7.0
56+
multidict==6.7.1
5757
# via
5858
# aiohttp
5959
# yarl
60-
narwhals==2.12.0
60+
narwhals==2.16.0
6161
# via bokeh
62-
numpy==2.3.5
62+
numpy==2.4.2
6363
# via
6464
# -r Dockerfile.requirements.in
6565
# bokeh
6666
# contourpy
6767
# pandas
68-
packaging==25.0
68+
packaging==26.0
6969
# via
7070
# bokeh
7171
# dask
7272
# distributed
73-
pandas==2.3.3
73+
pandas==3.0.0
7474
# via bokeh
7575
partd==1.4.2
7676
# via dask
77-
pillow==12.0.0
77+
pillow==12.1.1
7878
# via bokeh
7979
propcache==0.4.1
8080
# via
8181
# aiohttp
8282
# yarl
83-
psutil==7.1.3
83+
psutil==7.2.2
8484
# via distributed
8585
python-dateutil==2.9.0.post0
8686
# via pandas
87-
pytz==2025.2
88-
# via pandas
8987
pyyaml==6.0.3
9088
# via
9189
# bokeh
@@ -103,14 +101,12 @@ toolz==1.1.0
103101
# dask
104102
# distributed
105103
# partd
106-
tornado==6.5.2
104+
tornado==6.5.4
107105
# via
108106
# bokeh
109107
# dask-gateway
110108
# distributed
111-
tzdata==2025.2
112-
# via pandas
113-
urllib3==2.5.0
109+
urllib3==2.6.3
114110
# via distributed
115111
xyzservices==2025.11.0
116112
# via bokeh

0 commit comments

Comments
 (0)