Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refreeze dask-gateway-server/Dockerfile.requirements.txt #808

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 49 additions & 2 deletions dask-gateway-server/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,52 @@
#
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
#
sanitized-package[kubernetes] @ file:///home/dependabot/dependabot-updater/tmp/20240217-7-1a6wtj/dependabot_20240217-7-jva49u
# via file:///home/dependabot/dependabot-updater/tmp/20240217-7-1a6wtj/dependabot-20240217-7-jva49u
aiohttp==3.9.3
# via
# dask-gateway-server
# kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
attrs==23.2.0
# via aiohttp
certifi==2024.2.2
# via kubernetes-asyncio
cffi==1.16.0
# via cryptography
colorlog==6.8.2
# via dask-gateway-server
cryptography==42.0.3
# via dask-gateway-server
dask-gateway-server @ file:///opt/dask-gateway-server
# via -r Dockerfile.requirements.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
kubernetes-asyncio==29.0.0
# via dask-gateway-server
multidict==6.0.5
# via
# aiohttp
# yarl
pycparser==2.21
# via cffi
python-dateutil==2.8.2
# via kubernetes-asyncio
pyyaml==6.0.1
# via kubernetes-asyncio
six==1.16.0
# via
# kubernetes-asyncio
# python-dateutil
traitlets==5.14.1
# via dask-gateway-server
urllib3==2.2.0
# via kubernetes-asyncio
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading