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

hub image: refreeze requirements.txt #3276

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
#
aiohttp==3.9.0
aiohttp==3.9.1
# via kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -45,7 +45,7 @@ frozenlist==1.4.0
# aiosignal
greenlet==3.0.1
# via sqlalchemy
idna==3.4
idna==3.6
# via
# requests
# yarl
Expand Down
10 changes: 5 additions & 5 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ fqdn==1.5.1
# via jsonschema
greenlet==3.0.1
# via sqlalchemy
idna==3.4
idna==3.6
# via
# anyio
# jsonschema
# requests
ipykernel==6.27.0
ipykernel==6.26.0
# via
# jupyterlab
# nbclassic
ipython==8.17.2
ipython==8.18.1
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand Down Expand Up @@ -115,7 +115,7 @@ jupyter-core==5.5.0
# nbformat
jupyter-events==0.9.0
# via jupyter-server
jupyter-lsp==2.2.0
jupyter-lsp==2.2.1
# via jupyterlab
jupyter-server==2.10.1
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
# via jedi
pexpect==4.8.0
pexpect==4.9.0
# via ipython
platformdirs==4.0.0
# via jupyter-core
Expand Down
Loading