Skip to content

Commit dd58e99

Browse files
authored
Merge pull request #3563 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents e772353 + 7133492 commit dd58e99

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

images/hub/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jupyterhub-hmacauthenticator==1.0
9494
# via -r requirements.in
9595
jupyterhub-idle-culler==1.4.0
9696
# via -r requirements.in
97-
jupyterhub-kubespawner==7.0.0b3
97+
jupyterhub-kubespawner==7.0.0
9898
# via -r requirements.in
99-
jupyterhub-ldapauthenticator==2.0.0
99+
jupyterhub-ldapauthenticator==2.0.1
100100
# via -r requirements.in
101101
jupyterhub-ltiauthenticator==1.6.2
102102
# via -r requirements.in
@@ -259,5 +259,5 @@ urllib3==2.2.3
259259
# requests
260260
webcolors==24.8.0
261261
# via jsonschema
262-
yarl==1.16.0
262+
yarl==1.17.1
263263
# via aiohttp

images/singleuser-sample/requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ babel==2.16.0
3030
# via jupyterlab-server
3131
beautifulsoup4==4.12.3
3232
# via nbconvert
33-
bleach==6.1.0
33+
bleach==6.2.0
3434
# via nbconvert
3535
certifi==2024.8.30
3636
# via
@@ -137,7 +137,7 @@ jupyter-server-terminals==0.5.3
137137
# via jupyter-server
138138
jupyterhub==5.2.1
139139
# via -r requirements.in
140-
jupyterlab==4.2.5
140+
jupyterlab==4.3.0
141141
# via -r requirements.in
142142
jupyterlab-pygments==0.3.0
143143
# via nbconvert
@@ -263,7 +263,6 @@ send2trash==1.8.3
263263
six==1.16.0
264264
# via
265265
# asttokens
266-
# bleach
267266
# python-dateutil
268267
# rfc3339-validator
269268
sniffio==1.3.1
@@ -332,5 +331,5 @@ websocket-client==1.8.0
332331
# via jupyter-server
333332

334333
# The following packages are considered to be unsafe in a requirements file:
335-
setuptools==75.2.0
334+
setuptools==75.3.0
336335
# via jupyterlab

0 commit comments

Comments
 (0)