Skip to content

Commit a50fdb0

Browse files
authored
Merge pull request #3335 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents f19ef5c + 23fd609 commit a50fdb0

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
@@ -31,7 +31,7 @@ cffi==1.16.0
3131
# via cryptography
3232
charset-normalizer==3.3.2
3333
# via requests
34-
cryptography==42.0.1
34+
cryptography==42.0.2
3535
# via
3636
# pyjwt
3737
# pyopenssl
@@ -91,7 +91,7 @@ kubernetes-asyncio==29.0.0
9191
# via jupyterhub-kubespawner
9292
ldap3==2.9.1
9393
# via jupyterhub-ldapauthenticator
94-
mako==1.3.0
94+
mako==1.3.2
9595
# via alembic
9696
markupsafe==2.1.4
9797
# via
@@ -145,7 +145,7 @@ python-dateutil==2.8.2
145145
# kubernetes-asyncio
146146
python-json-logger==2.0.7
147147
# via jupyter-telemetry
148-
python-slugify==8.0.2
148+
python-slugify==8.0.3
149149
# via jupyterhub-kubespawner
150150
pyyaml==6.0.1
151151
# via
@@ -207,7 +207,7 @@ typing-extensions==4.9.0
207207
# via
208208
# alembic
209209
# sqlalchemy
210-
urllib3==2.1.0
210+
urllib3==2.2.0
211211
# via
212212
# jupyterhub-kubespawner
213213
# kubernetes-asyncio

images/singleuser-sample/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ charset-normalizer==3.3.2
4444
# via requests
4545
comm==0.2.1
4646
# via ipykernel
47-
cryptography==42.0.1
47+
cryptography==42.0.2
4848
# via pyopenssl
4949
debugpy==1.8.0
5050
# via ipykernel
@@ -69,7 +69,7 @@ ipykernel==6.29.0
6969
# via
7070
# jupyterlab
7171
# nbclassic
72-
ipython==8.20.0
72+
ipython==8.21.0
7373
# via ipykernel
7474
ipython-genutils==0.2.0
7575
# via nbclassic
@@ -131,13 +131,13 @@ jupyter-telemetry==0.1.0
131131
# via jupyterhub
132132
jupyterhub==4.0.2
133133
# via -r requirements.in
134-
jupyterlab==4.0.11
134+
jupyterlab==4.0.12
135135
# via -r requirements.in
136136
jupyterlab-pygments==0.3.0
137137
# via nbconvert
138138
jupyterlab-server==2.25.2
139139
# via jupyterlab
140-
mako==1.3.0
140+
mako==1.3.2
141141
# via alembic
142142
markupsafe==2.1.4
143143
# via
@@ -194,7 +194,7 @@ parso==0.8.3
194194
# via jedi
195195
pexpect==4.9.0
196196
# via ipython
197-
platformdirs==4.1.0
197+
platformdirs==4.2.0
198198
# via jupyter-core
199199
prometheus-client==0.19.0
200200
# via
@@ -323,7 +323,7 @@ typing-extensions==4.9.0
323323
# sqlalchemy
324324
uri-template==1.3.0
325325
# via jsonschema
326-
urllib3==2.1.0
326+
urllib3==2.2.0
327327
# via requests
328328
wcwidth==0.2.13
329329
# via prompt-toolkit

0 commit comments

Comments
 (0)