Skip to content

Commit 0daf609

Browse files
authored
Merge pull request #3649 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents c63ba56 + 97478d5 commit 0daf609

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

images/hub/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ kubernetes-asyncio==32.3.0
108108
# via jupyterhub-kubespawner
109109
ldap3==2.9.1
110110
# via jupyterhub-ldapauthenticator
111-
mako==1.3.9
111+
mako==1.3.10
112112
# via alembic
113113
markupsafe==3.0.2
114114
# via
115115
# jinja2
116116
# mako
117-
multidict==6.2.0
117+
multidict==6.4.3
118118
# via
119119
# aiohttp
120120
# yarl
@@ -247,7 +247,7 @@ traitlets==5.14.3
247247
# oauthenticator
248248
types-python-dateutil==2.9.0.20241206
249249
# via arrow
250-
typing-extensions==4.13.1
250+
typing-extensions==4.13.2
251251
# via
252252
# alembic
253253
# pydantic
@@ -259,7 +259,7 @@ typing-inspection==0.4.0
259259
# via pydantic
260260
uri-template==1.3.0
261261
# via jsonschema
262-
urllib3==2.3.0
262+
urllib3==2.4.0
263263
# via
264264
# jupyterhub-kubespawner
265265
# kubernetes-asyncio

images/singleuser-sample/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ comm==0.2.2
4949
# via ipykernel
5050
cryptography==44.0.2
5151
# via certipy
52-
debugpy==1.8.13
52+
debugpy==1.8.14
5353
# via ipykernel
5454
decorator==5.2.1
5555
# via ipython
@@ -65,7 +65,7 @@ greenlet==3.1.1
6565
# via sqlalchemy
6666
h11==0.14.0
6767
# via httpcore
68-
httpcore==1.0.7
68+
httpcore==1.0.8
6969
# via httpx
7070
httpx==0.28.1
7171
# via jupyterlab
@@ -145,7 +145,7 @@ jupyterlab-pygments==0.3.0
145145
# via nbconvert
146146
jupyterlab-server==2.27.3
147147
# via jupyterlab
148-
mako==1.3.9
148+
mako==1.3.10
149149
# via alembic
150150
markupsafe==3.0.2
151151
# via
@@ -310,7 +310,7 @@ traitlets==5.14.3
310310
# nbformat
311311
types-python-dateutil==2.9.0.20241206
312312
# via arrow
313-
typing-extensions==4.13.1
313+
typing-extensions==4.13.2
314314
# via
315315
# alembic
316316
# anyio
@@ -324,7 +324,7 @@ typing-inspection==0.4.0
324324
# via pydantic
325325
uri-template==1.3.0
326326
# via jsonschema
327-
urllib3==2.3.0
327+
urllib3==2.4.0
328328
# via requests
329329
wcwidth==0.2.13
330330
# via prompt-toolkit

0 commit comments

Comments
 (0)