Skip to content

Commit

Permalink
Refreeze dask-gateway-server/Dockerfile.requirements.txt (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
dask-bot authored Oct 25, 2023
1 parent 17a7f68 commit 4e0fc9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dask-gateway-server/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
#
aiohttp==3.8.5
aiohttp==3.8.6
# via
# dask-gateway-server
# kubernetes-asyncio
Expand All @@ -18,11 +18,11 @@ certifi==2023.7.22
# via kubernetes-asyncio
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via aiohttp
colorlog==6.7.0
# via dask-gateway-server
cryptography==41.0.4
cryptography==41.0.5
# via dask-gateway-server
dask-gateway-server @ file:///opt/dask-gateway-server
# via -r Dockerfile.requirements.in
Expand All @@ -32,7 +32,7 @@ frozenlist==1.4.0
# aiosignal
idna==3.4
# via yarl
kubernetes-asyncio==26.9.0
kubernetes-asyncio==28.2.0
# via dask-gateway-server
multidict==6.0.4
# via
Expand All @@ -48,9 +48,9 @@ six==1.16.0
# via
# kubernetes-asyncio
# python-dateutil
traitlets==5.10.1
traitlets==5.12.0
# via dask-gateway-server
urllib3==2.0.5
urllib3==2.0.7
# via kubernetes-asyncio
yarl==1.9.2
# via aiohttp
Expand Down

0 comments on commit 4e0fc9f

Please sign in to comment.