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

Bump the actions group with 22 updates #53

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
44 changes: 22 additions & 22 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
anyio==4.3.0
anyio==4.4.0
# via
# starlette
# watchfiles
Expand Down Expand Up @@ -65,7 +65,7 @@ bokeh==3.4.1
# dask
# hvplot
# panel
certifi==2024.2.2
certifi==2024.6.2
# via
# netcdf4
# requests
Expand Down Expand Up @@ -102,15 +102,15 @@ contourpy==1.2.1
# matplotlib
cycler==0.12.1
# via matplotlib
dask==2024.5.1
dask==2024.5.2
# via
# hatch.envs.docs
# dask-expr
# datashader
# distributed
dask-expr==1.1.1
dask-expr==1.1.2
# via dask
datashader==0.16.1
datashader==0.16.2
# via hatch.envs.docs
debugpy==1.8.1
# via ipykernel
Expand All @@ -120,9 +120,9 @@ defusedxml==0.7.1
# via nbconvert
deprecated==1.2.14
# via hatch.envs.docs
distributed==2024.5.1
distributed==2024.5.2
# via dask
docutils==0.20.1
docutils==0.21.2
# via
# hatch.envs.docs
# myst-parser
Expand All @@ -137,9 +137,9 @@ executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
# via nbformat
fonttools==4.52.1
fonttools==4.53.0
# via matplotlib
fsspec==2024.5.0
fsspec==2024.6.0
# via dask
h11==0.14.0
# via uvicorn
Expand All @@ -163,12 +163,12 @@ ipykernel==6.29.4
# via
# hatch.envs.docs
# myst-nb
ipython==8.24.0
ipython==8.25.0
# via
# ipykernel
# ipywidgets
# myst-nb
ipywidgets==8.1.2
ipywidgets==8.1.3
# via hatch.envs.docs
jedi==0.19.1
# via ipython
Expand Down Expand Up @@ -205,7 +205,7 @@ jupyter-core==5.7.2
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-widgets==3.0.10
jupyterlab-widgets==3.0.11
# via ipywidgets
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -256,7 +256,7 @@ multipledispatch==1.0.0
# via datashader
myst-nb==1.1.0
# via jupyter-book
myst-parser==2.0.0
myst-parser==3.0.1
# via
# jupyter-book
# myst-nb
Expand Down Expand Up @@ -332,7 +332,7 @@ pandas==2.2.2
# xarray
pandocfilters==1.5.1
# via nbconvert
panel==1.4.3
panel==1.4.4
# via
# hatch.envs.docs
# holoviews
Expand Down Expand Up @@ -362,7 +362,7 @@ platformdirs==4.2.2
# pooch
pooch==1.8.1
# via hatch.envs.docs
prompt-toolkit==3.0.43
prompt-toolkit==3.0.46
# via ipython
psutil==5.9.8
# via
Expand All @@ -386,7 +386,7 @@ pybtex-docutils==1.0.3
# via sphinxcontrib-bibtex
pyct==0.5.0
# via datashader
pydata-sphinx-theme==0.15.2
pydata-sphinx-theme==0.15.3
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -429,7 +429,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.2
requests==2.32.3
# via
# datashader
# panel
Expand Down Expand Up @@ -558,7 +558,7 @@ traitlets==5.14.3
# nbconvert
# nbformat
# nbsphinx
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# myst-nb
# panel
Expand All @@ -573,9 +573,9 @@ urllib3==2.2.1
# via
# distributed
# requests
uvicorn==0.29.0
uvicorn==0.30.1
# via sphinx-autobuild
watchfiles==0.21.0
watchfiles==0.22.0
# via sphinx-autobuild
wcwidth==0.2.13
# via prompt-toolkit
Expand All @@ -587,7 +587,7 @@ websockets==12.0
# via sphinx-autobuild
wheel==0.43.0
# via sphinx-togglebutton
widgetsnbextension==4.0.10
widgetsnbextension==4.0.11
# via ipywidgets
wrapt==1.16.0
# via deprecated
Expand All @@ -601,7 +601,7 @@ xyzservices==2024.4.0
# panel
zict==3.0.0
# via distributed
zipp==3.18.2
zipp==3.19.2
# via importlib-metadata

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