Skip to content

Commit b161385

Browse files
authored
Merge pull request #3743 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents e6ea6d8 + 5e4d689 commit b161385

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

images/hub/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.3.0
2121
# aiohttp
2222
# jsonschema
2323
# referencing
24-
bcrypt==4.3.0
24+
bcrypt==5.0.0
2525
# via
2626
# jupyterhub-firstuseauthenticator
2727
# jupyterhub-nativeauthenticator
28-
cachetools==5.5.2
28+
cachetools==6.2.0
2929
# via google-auth
3030
certifi==2025.8.3
3131
# via
@@ -37,7 +37,7 @@ cffi==2.0.0
3737
# via cryptography
3838
charset-normalizer==3.4.3
3939
# via requests
40-
cryptography==46.0.1
40+
cryptography==46.0.2
4141
# via
4242
# certipy
4343
# pyjwt
@@ -51,7 +51,7 @@ frozenlist==1.7.0
5151
# via
5252
# aiohttp
5353
# aiosignal
54-
google-auth==2.40.3
54+
google-auth==2.41.1
5555
# via google-auth-oauthlib
5656
google-auth-oauthlib==1.2.2
5757
# via oauthenticator
@@ -112,7 +112,7 @@ ldap3==2.9.1
112112
# via jupyterhub-ldapauthenticator
113113
mako==1.3.10
114114
# via alembic
115-
markupsafe==3.0.2
115+
markupsafe==3.0.3
116116
# via
117117
# jinja2
118118
# mako
@@ -179,7 +179,7 @@ python-json-logger==3.3.0
179179
# via jupyter-events
180180
python-slugify==8.0.4
181181
# via jupyterhub-kubespawner
182-
pyyaml==6.0.2
182+
pyyaml==6.0.3
183183
# via
184184
# jupyter-events
185185
# jupyterhub-kubespawner
@@ -260,7 +260,7 @@ typing-extensions==4.15.0
260260
# referencing
261261
# sqlalchemy
262262
# typing-inspection
263-
typing-inspection==0.4.1
263+
typing-inspection==0.4.2
264264
# via pydantic
265265
uri-template==1.3.0
266266
# via jsonschema

images/singleuser-sample/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ attrs==25.3.0
2828
# referencing
2929
babel==2.17.0
3030
# via jupyterlab-server
31-
beautifulsoup4==4.13.5
31+
beautifulsoup4==4.14.2
3232
# via nbconvert
3333
bleach==6.2.0
3434
# via nbconvert
@@ -47,7 +47,7 @@ charset-normalizer==3.4.3
4747
# via requests
4848
comm==0.2.3
4949
# via ipykernel
50-
cryptography==46.0.1
50+
cryptography==46.0.2
5151
# via certipy
5252
debugpy==1.8.17
5353
# via ipykernel
@@ -80,7 +80,7 @@ ipykernel==6.30.1
8080
# via
8181
# jupyterlab
8282
# nbclassic
83-
ipython==9.5.0
83+
ipython==9.6.0
8484
# via ipykernel
8585
ipython-genutils==0.2.0
8686
# via nbclassic
@@ -139,7 +139,7 @@ jupyter-server-terminals==0.5.3
139139
# via jupyter-server
140140
jupyterhub==5.3.0
141141
# via -r unfrozen/requirements.txt
142-
jupyterlab==4.4.8
142+
jupyterlab==4.4.9
143143
# via -r unfrozen/requirements.txt
144144
jupyterlab-pygments==0.3.0
145145
# via nbconvert
@@ -149,7 +149,7 @@ lark==1.3.0
149149
# via rfc3987-syntax
150150
mako==1.3.10
151151
# via alembic
152-
markupsafe==3.0.2
152+
markupsafe==3.0.3
153153
# via
154154
# jinja2
155155
# mako
@@ -234,7 +234,7 @@ python-dateutil==2.9.0.post0
234234
# jupyterhub
235235
python-json-logger==3.3.0
236236
# via jupyter-events
237-
pyyaml==6.0.2
237+
pyyaml==6.0.3
238238
# via jupyter-events
239239
pyzmq==27.1.0
240240
# via
@@ -321,7 +321,7 @@ typing-extensions==4.15.0
321321
# referencing
322322
# sqlalchemy
323323
# typing-inspection
324-
typing-inspection==0.4.1
324+
typing-inspection==0.4.2
325325
# via pydantic
326326
uri-template==1.3.0
327327
# via jsonschema

0 commit comments

Comments
 (0)