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/Dockerfile.requirements.txt #827

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions dask-gateway/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ cloudpickle==3.0.0
# distributed
contourpy==1.2.1
# via bokeh
dask==2024.4.1
dask==2024.5.0
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2024.4.1
distributed==2024.5.0
# via dask-gateway
frozenlist==1.4.1
# via
Expand All @@ -41,7 +41,7 @@ idna==3.7
# via yarl
importlib-metadata==7.1.0
# via dask
jinja2==3.1.3
jinja2==3.1.4
# via
# bokeh
# distributed
Expand Down Expand Up @@ -70,7 +70,7 @@ packaging==24.0
# distributed
pandas==2.2.2
# via bokeh
partd==1.4.1
partd==1.4.2
# via dask
pillow==10.3.0
# via bokeh
Expand Down
Loading