Skip to content

Commit 6be77a9

Browse files
authored
Merge pull request #3132 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 670441c + 504b36d commit 6be77a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

images/hub/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ charset-normalizer==3.1.0
3434
# via
3535
# aiohttp
3636
# requests
37-
cryptography==41.0.0
37+
cryptography==41.0.1
3838
# via
3939
# pyjwt
4040
# pyopenssl
@@ -94,7 +94,7 @@ ldap3==2.9.1
9494
# via jupyterhub-ldapauthenticator
9595
mako==1.2.4
9696
# via alembic
97-
markupsafe==2.1.2
97+
markupsafe==2.1.3
9898
# via
9999
# jinja2
100100
# mako
@@ -120,7 +120,7 @@ onetimepass==1.0.1
120120
# via jupyterhub-nativeauthenticator
121121
packaging==23.1
122122
# via jupyterhub
123-
pamela==1.0.0
123+
pamela==1.1.0
124124
# via jupyterhub
125125
prometheus-client==0.17.0
126126
# via jupyterhub
@@ -198,7 +198,7 @@ traitlets==5.9.0
198198
# jupyterhub
199199
# jupyterhub-kubespawner
200200
# jupyterhub-ldapauthenticator
201-
typing-extensions==4.6.2
201+
typing-extensions==4.6.3
202202
# via
203203
# alembic
204204
# sqlalchemy

images/singleuser-sample/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ charset-normalizer==3.1.0
4545
# via requests
4646
comm==0.1.3
4747
# via ipykernel
48-
cryptography==41.0.0
48+
cryptography==41.0.1
4949
# via pyopenssl
5050
debugpy==1.6.7
5151
# via ipykernel
@@ -71,7 +71,7 @@ ipykernel==6.23.1
7171
# jupyterlab
7272
# nbclassic
7373
# notebook
74-
ipython==8.13.2
74+
ipython==8.14.0
7575
# via ipykernel
7676
ipython-genutils==0.2.0
7777
# via
@@ -144,7 +144,7 @@ jupyterlab-server==2.22.1
144144
# via jupyterlab
145145
mako==1.2.4
146146
# via alembic
147-
markupsafe==2.1.2
147+
markupsafe==2.1.3
148148
# via
149149
# jinja2
150150
# mako
@@ -166,7 +166,7 @@ nbconvert==7.4.0
166166
# jupyter-server
167167
# nbclassic
168168
# notebook
169-
nbformat==5.8.0
169+
nbformat==5.9.0
170170
# via
171171
# jupyter-server
172172
# nbclassic
@@ -198,7 +198,7 @@ packaging==23.1
198198
# jupyterlab
199199
# jupyterlab-server
200200
# nbconvert
201-
pamela==1.0.0
201+
pamela==1.1.0
202202
# via jupyterhub
203203
pandocfilters==1.5.0
204204
# via nbconvert
@@ -328,7 +328,7 @@ traitlets==5.9.0
328328
# nbconvert
329329
# nbformat
330330
# notebook
331-
typing-extensions==4.6.2
331+
typing-extensions==4.6.3
332332
# via
333333
# alembic
334334
# async-lru

0 commit comments

Comments
 (0)