Skip to content

Commit 68f9ea5

Browse files
committed
Refreeze dask-gateway-server/Dockerfile.requirements.txt
1 parent 3ea3392 commit 68f9ea5

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

dask-gateway-server/Dockerfile.requirements.txt

+22-19
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,55 @@
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.5
7+
aiohappyeyeballs==2.4.4
8+
# via aiohttp
9+
aiohttp==3.11.11
810
# via
911
# dask-gateway-server
1012
# kubernetes-asyncio
11-
aiosignal==1.3.1
13+
aiosignal==1.3.2
1214
# via aiohttp
13-
attrs==23.2.0
15+
attrs==24.3.0
1416
# via aiohttp
15-
certifi==2024.2.2
17+
certifi==2024.12.14
1618
# via kubernetes-asyncio
17-
cffi==1.16.0
19+
cffi==1.17.1
1820
# via cryptography
19-
colorlog==6.8.2
21+
colorlog==6.9.0
2022
# via dask-gateway-server
21-
cryptography==42.0.5
23+
cryptography==44.0.0
2224
# via dask-gateway-server
2325
dask-gateway-server @ file:///opt/dask-gateway-server
2426
# via -r Dockerfile.requirements.in
25-
frozenlist==1.4.1
27+
frozenlist==1.5.0
2628
# via
2729
# aiohttp
2830
# aiosignal
29-
idna==3.7
31+
idna==3.10
3032
# via yarl
31-
kubernetes-asyncio==29.0.0
33+
kubernetes-asyncio==32.0.0
3234
# via dask-gateway-server
33-
multidict==6.0.5
35+
multidict==6.1.0
36+
# via
37+
# aiohttp
38+
# yarl
39+
propcache==0.2.1
3440
# via
3541
# aiohttp
3642
# yarl
3743
pycparser==2.22
3844
# via cffi
3945
python-dateutil==2.9.0.post0
4046
# via kubernetes-asyncio
41-
pyyaml==6.0.1
47+
pyyaml==6.0.2
4248
# via kubernetes-asyncio
43-
six==1.16.0
49+
six==1.17.0
4450
# via
4551
# kubernetes-asyncio
4652
# python-dateutil
47-
traitlets==5.14.2
53+
traitlets==5.14.3
4854
# via dask-gateway-server
49-
urllib3==2.2.1
55+
urllib3==2.3.0
5056
# via kubernetes-asyncio
51-
yarl==1.9.4
57+
yarl==1.18.3
5258
# via aiohttp
53-
54-
# The following packages are considered to be unsafe in a requirements file:
55-
# setuptools

0 commit comments

Comments
 (0)