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

build(deps): bump aiohttp from 3.9.1 to 3.9.2 in /dask-gateway #800

Closed
wants to merge 1 commit into from
Closed
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
86 changes: 6 additions & 80 deletions dask-gateway/Dockerfile.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,113 +4,39 @@
#
# Use "Run workflow" button at https://github.com/dask/dask-gateway/actions/workflows/refreeze-dockerfile-requirements-txt.yaml
#
aiohttp==3.9.1
# via dask-gateway
aiosignal==1.3.1
# via aiohttp
attrs==23.2.0
# via aiohttp
bokeh==3.3.3
# via -r Dockerfile.requirements.in
click==8.1.7
# via
# dask
# dask-gateway
# distributed
cloudpickle==3.0.0
# via
# dask
# distributed
contourpy==1.2.0
# via bokeh
dask==2024.1.0
# via
# dask-gateway
# distributed
dask-gateway @ file:///opt/dask-gateway
# via -r Dockerfile.requirements.in
distributed==2024.1.0
# via dask-gateway
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2023.12.2
# via dask
idna==3.6
# via yarl
importlib-metadata==7.0.1
# via dask
jinja2==3.1.3
# via
# bokeh
# distributed
locket==1.0.0
# via
# distributed
# partd
# via bokeh
markupsafe==2.1.3
# via jinja2
msgpack==1.0.7
# via distributed
multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.26.3
# via
# -r Dockerfile.requirements.in
# bokeh
# contourpy
# pandas
packaging==23.2
# via
# bokeh
# dask
# distributed
# via bokeh
pandas==2.1.4
# via bokeh
partd==1.4.1
# via dask
pillow==10.2.0
# via bokeh
psutil==5.9.7
# via distributed
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via
# bokeh
# dask
# dask-gateway
# distributed
# via bokeh
sanitized-package @ file:///home/dependabot/dependabot-updater/tmp/20240130-7-y3fzzz/dependabot_20240130-7-pxcjh9
# via -r Dockerfile.requirements.in
six==1.16.0
# via python-dateutil
sortedcontainers==2.4.0
# via distributed
tblib==3.0.0
# via distributed
toolz==0.12.0
# via
# dask
# distributed
# partd
tornado==6.4
# via
# bokeh
# dask-gateway
# distributed
# via bokeh
tzdata==2023.4
# via pandas
urllib3==2.1.0
# via distributed
xyzservices==2023.10.1
# via bokeh
yarl==1.9.4
# via aiohttp
zict==3.0.0
# via distributed
zipp==3.17.0
# via importlib-metadata
Loading