Skip to content

Commit

Permalink
hub image: refreeze requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterhub-bot committed Oct 21, 2024
1 parent c277b0b commit 2ad8610
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
cryptography==43.0.1
cryptography==43.0.3
# via
# certipy
# pyjwt
Expand Down Expand Up @@ -110,7 +110,7 @@ ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.3.5
# via alembic
markupsafe==3.0.1
markupsafe==3.0.2
# via
# jinja2
# mako
Expand Down Expand Up @@ -140,7 +140,7 @@ prometheus-client==0.21.0
# via jupyterhub
propcache==0.2.0
# via yarl
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements.in
pyasn1==0.6.1
# via
Expand Down Expand Up @@ -210,15 +210,15 @@ rsa==4.9
# via google-auth
ruamel-yaml==0.18.6
# via oauthenticator
ruamel-yaml-clib==0.2.8
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
six==1.16.0
# via
# kubernetes-asyncio
# onetimepass
# python-dateutil
# rfc3339-validator
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# alembic
# jupyterhub
Expand Down Expand Up @@ -259,5 +259,5 @@ urllib3==2.2.3
# requests
webcolors==24.8.0
# via jsonschema
yarl==1.14.0
yarl==1.15.5
# via aiohttp
12 changes: 6 additions & 6 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alembic==1.13.3
# via jupyterhub
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
anyio==4.6.2.post1
# via
# httpx
# jupyter-server
Expand Down Expand Up @@ -47,7 +47,7 @@ charset-normalizer==3.4.0
# via requests
comm==0.2.2
# via ipykernel
cryptography==43.0.1
cryptography==43.0.3
# via certipy
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -145,7 +145,7 @@ jupyterlab-server==2.27.3
# via jupyterlab
mako==1.3.5
# via alembic
markupsafe==3.0.1
markupsafe==3.0.2
# via
# jinja2
# mako
Expand Down Expand Up @@ -205,7 +205,7 @@ prometheus-client==0.21.0
# jupyterhub
prompt-toolkit==3.0.48
# via ipython
psutil==6.0.0
psutil==6.1.0
# via ipykernel
ptyprocess==0.7.0
# via
Expand Down Expand Up @@ -272,7 +272,7 @@ sniffio==1.3.1
# httpx
soupsieve==2.6
# via beautifulsoup4
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# alembic
# jupyterhub
Expand Down Expand Up @@ -332,5 +332,5 @@ websocket-client==1.8.0
# via jupyter-server

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.1.0
setuptools==75.2.0
# via jupyterlab

0 comments on commit 2ad8610

Please sign in to comment.