Skip to content

Commit cd8a724

Browse files
authored
Merge pull request #3353 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 20d02f3 + 377e69e commit cd8a724

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

images/hub/requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cffi==1.16.0
3131
# via cryptography
3232
charset-normalizer==3.3.2
3333
# via requests
34-
cryptography==42.0.4
34+
cryptography==42.0.5
3535
# via
3636
# pyjwt
3737
# pyopenssl
@@ -75,7 +75,7 @@ jupyterhub-firstuseauthenticator==1.0.0
7575
# via -r requirements.in
7676
jupyterhub-hmacauthenticator==1.0
7777
# via -r requirements.in
78-
jupyterhub-idle-culler==1.2.1
78+
jupyterhub-idle-culler==1.3.1
7979
# via -r requirements.in
8080
jupyterhub-kubespawner==6.2.0
8181
# via -r requirements.in
@@ -116,7 +116,9 @@ oauthlib==3.2.2
116116
onetimepass==1.0.1
117117
# via jupyterhub-nativeauthenticator
118118
packaging==23.2
119-
# via jupyterhub
119+
# via
120+
# jupyterhub
121+
# jupyterhub-idle-culler
120122
pamela==1.1.0
121123
# via jupyterhub
122124
prometheus-client==0.20.0
@@ -138,7 +140,7 @@ pymysql==1.1.0
138140
# via -r requirements.in
139141
pyopenssl==24.0.0
140142
# via certipy
141-
python-dateutil==2.8.2
143+
python-dateutil==2.9.0.post0
142144
# via
143145
# jupyterhub
144146
# jupyterhub-idle-culler
@@ -203,7 +205,7 @@ traitlets==5.14.1
203205
# jupyterhub-ldapauthenticator
204206
# jupyterhub-ltiauthenticator
205207
# oauthenticator
206-
typing-extensions==4.9.0
208+
typing-extensions==4.10.0
207209
# via
208210
# alembic
209211
# sqlalchemy

images/singleuser-sample/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ charset-normalizer==3.3.2
4949
# via requests
5050
comm==0.2.1
5151
# via ipykernel
52-
cryptography==42.0.4
52+
cryptography==42.0.5
5353
# via pyopenssl
5454
debugpy==1.8.1
5555
# via ipykernel
@@ -77,11 +77,11 @@ idna==3.6
7777
# httpx
7878
# jsonschema
7979
# requests
80-
ipykernel==6.29.2
80+
ipykernel==6.29.3
8181
# via
8282
# jupyterlab
8383
# nbclassic
84-
ipython==8.21.0
84+
ipython==8.22.1
8585
# via ipykernel
8686
ipython-genutils==0.2.0
8787
# via nbclassic
@@ -97,7 +97,7 @@ jinja2==3.1.3
9797
# jupyterlab-server
9898
# nbclassic
9999
# nbconvert
100-
json5==0.9.17
100+
json5==0.9.20
101101
# via jupyterlab-server
102102
jsonpointer==2.4
103103
# via jsonschema
@@ -127,7 +127,7 @@ jupyter-core==5.7.1
127127
# nbformat
128128
jupyter-events==0.9.0
129129
# via jupyter-server
130-
jupyter-lsp==2.2.2
130+
jupyter-lsp==2.2.3
131131
# via jupyterlab
132132
jupyter-server==2.12.5
133133
# via
@@ -231,7 +231,7 @@ pygments==2.17.2
231231
# nbconvert
232232
pyopenssl==24.0.0
233233
# via certipy
234-
python-dateutil==2.8.2
234+
python-dateutil==2.9.0.post0
235235
# via
236236
# arrow
237237
# jupyter-client
@@ -283,7 +283,7 @@ six==1.16.0
283283
# bleach
284284
# python-dateutil
285285
# rfc3339-validator
286-
sniffio==1.3.0
286+
sniffio==1.3.1
287287
# via
288288
# anyio
289289
# httpx
@@ -331,7 +331,7 @@ traitlets==5.14.1
331331
# nbformat
332332
types-python-dateutil==2.8.19.20240106
333333
# via arrow
334-
typing-extensions==4.9.0
334+
typing-extensions==4.10.0
335335
# via
336336
# alembic
337337
# sqlalchemy

0 commit comments

Comments
 (0)