Skip to content

Commit b92321c

Browse files
hub image: refreeze requirements.txt
1 parent 69f5185 commit b92321c

File tree

2 files changed

+44
-30
lines changed

2 files changed

+44
-30
lines changed

images/hub/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bcrypt==4.1.2
2121
# via
2222
# jupyterhub-firstuseauthenticator
2323
# jupyterhub-nativeauthenticator
24-
certifi==2023.11.17
24+
certifi==2024.2.2
2525
# via
2626
# kubernetes-asyncio
2727
# requests
@@ -31,7 +31,7 @@ cffi==1.16.0
3131
# via cryptography
3232
charset-normalizer==3.3.2
3333
# via requests
34-
cryptography==42.0.2
34+
cryptography==42.0.4
3535
# via
3636
# pyjwt
3737
# pyopenssl
@@ -93,11 +93,11 @@ ldap3==2.9.1
9393
# via jupyterhub-ldapauthenticator
9494
mako==1.3.2
9595
# via alembic
96-
markupsafe==2.1.4
96+
markupsafe==2.1.5
9797
# via
9898
# jinja2
9999
# mako
100-
multidict==6.0.4
100+
multidict==6.0.5
101101
# via
102102
# aiohttp
103103
# yarl
@@ -119,15 +119,15 @@ packaging==23.2
119119
# via jupyterhub
120120
pamela==1.1.0
121121
# via jupyterhub
122-
prometheus-client==0.19.0
122+
prometheus-client==0.20.0
123123
# via jupyterhub
124124
psycopg2==2.9.9
125125
# via -r requirements.in
126126
pyasn1==0.5.1
127127
# via ldap3
128128
pycparser==2.21
129129
# via cffi
130-
pycurl==7.45.2
130+
pycurl==7.45.3
131131
# via -r requirements.in
132132
pyjwt[crypto]==2.8.0
133133
# 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.3
148+
python-slugify==8.0.4
149149
# via jupyterhub-kubespawner
150150
pyyaml==6.0.1
151151
# via
@@ -163,11 +163,11 @@ requests==2.31.0
163163
# requests-oauthlib
164164
requests-oauthlib==1.3.1
165165
# via mwoauth
166-
rpds-py==0.17.1
166+
rpds-py==0.18.0
167167
# via
168168
# jsonschema
169169
# referencing
170-
ruamel-yaml==0.18.5
170+
ruamel-yaml==0.18.6
171171
# via
172172
# jupyter-telemetry
173173
# oauthenticator
@@ -178,7 +178,7 @@ six==1.16.0
178178
# kubernetes-asyncio
179179
# onetimepass
180180
# python-dateutil
181-
sqlalchemy==2.0.25
181+
sqlalchemy==2.0.27
182182
# via
183183
# alembic
184184
# jupyterhub
@@ -207,7 +207,7 @@ typing-extensions==4.9.0
207207
# via
208208
# alembic
209209
# sqlalchemy
210-
urllib3==2.2.0
210+
urllib3==2.2.1
211211
# via
212212
# jupyterhub-kubespawner
213213
# kubernetes-asyncio

images/singleuser-sample/requirements.txt

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
#
77
alembic==1.13.1
88
# via jupyterhub
9-
anyio==4.2.0
10-
# via jupyter-server
9+
anyio==4.3.0
10+
# via
11+
# httpx
12+
# jupyter-server
1113
argon2-cffi==23.1.0
1214
# via
1315
# jupyter-server
@@ -32,8 +34,11 @@ beautifulsoup4==4.12.3
3234
# via nbconvert
3335
bleach==6.1.0
3436
# via nbconvert
35-
certifi==2023.11.17
36-
# via requests
37+
certifi==2024.2.2
38+
# via
39+
# httpcore
40+
# httpx
41+
# requests
3742
certipy==0.1.3
3843
# via jupyterhub
3944
cffi==1.16.0
@@ -44,9 +49,9 @@ charset-normalizer==3.3.2
4449
# via requests
4550
comm==0.2.1
4651
# via ipykernel
47-
cryptography==42.0.2
52+
cryptography==42.0.4
4853
# via pyopenssl
49-
debugpy==1.8.0
54+
debugpy==1.8.1
5055
# via ipykernel
5156
decorator==5.1.1
5257
# via ipython
@@ -60,12 +65,19 @@ fqdn==1.5.1
6065
# via jsonschema
6166
greenlet==3.0.3
6267
# via sqlalchemy
68+
h11==0.14.0
69+
# via httpcore
70+
httpcore==1.0.4
71+
# via httpx
72+
httpx==0.27.0
73+
# via jupyterlab
6374
idna==3.6
6475
# via
6576
# anyio
77+
# httpx
6678
# jsonschema
6779
# requests
68-
ipykernel==6.29.0
80+
ipykernel==6.29.2
6981
# via
7082
# jupyterlab
7183
# nbclassic
@@ -85,7 +97,7 @@ jinja2==3.1.3
8597
# jupyterlab-server
8698
# nbclassic
8799
# nbconvert
88-
json5==0.9.14
100+
json5==0.9.17
89101
# via jupyterlab-server
90102
jsonpointer==2.4
91103
# via jsonschema
@@ -131,15 +143,15 @@ jupyter-telemetry==0.1.0
131143
# via jupyterhub
132144
jupyterhub==4.0.2
133145
# via -r requirements.in
134-
jupyterlab==4.0.12
146+
jupyterlab==4.1.2
135147
# via -r requirements.in
136148
jupyterlab-pygments==0.3.0
137149
# via nbconvert
138-
jupyterlab-server==2.25.2
150+
jupyterlab-server==2.25.3
139151
# via jupyterlab
140152
mako==1.3.2
141153
# via alembic
142-
markupsafe==2.1.4
154+
markupsafe==2.1.5
143155
# via
144156
# jinja2
145157
# mako
@@ -154,7 +166,7 @@ nbclassic==1.0.0
154166
# via -r requirements.in
155167
nbclient==0.9.0
156168
# via nbconvert
157-
nbconvert==7.14.2
169+
nbconvert==7.16.1
158170
# via
159171
# jupyter-server
160172
# nbclassic
@@ -170,7 +182,7 @@ nest-asyncio==1.6.0
170182
# via
171183
# ipykernel
172184
# nbclassic
173-
notebook-shim==0.2.3
185+
notebook-shim==0.2.4
174186
# via
175187
# jupyterlab
176188
# nbclassic
@@ -196,7 +208,7 @@ pexpect==4.9.0
196208
# via ipython
197209
platformdirs==4.2.0
198210
# via jupyter-core
199-
prometheus-client==0.19.0
211+
prometheus-client==0.20.0
200212
# via
201213
# jupyter-server
202214
# jupyterhub
@@ -253,11 +265,11 @@ rfc3986-validator==0.1.1
253265
# via
254266
# jsonschema
255267
# jupyter-events
256-
rpds-py==0.17.1
268+
rpds-py==0.18.0
257269
# via
258270
# jsonschema
259271
# referencing
260-
ruamel-yaml==0.18.5
272+
ruamel-yaml==0.18.6
261273
# via jupyter-telemetry
262274
ruamel-yaml-clib==0.2.8
263275
# via ruamel-yaml
@@ -272,10 +284,12 @@ six==1.16.0
272284
# python-dateutil
273285
# rfc3339-validator
274286
sniffio==1.3.0
275-
# via anyio
287+
# via
288+
# anyio
289+
# httpx
276290
soupsieve==2.5
277291
# via beautifulsoup4
278-
sqlalchemy==2.0.25
292+
sqlalchemy==2.0.27
279293
# via
280294
# alembic
281295
# jupyterhub
@@ -323,7 +337,7 @@ typing-extensions==4.9.0
323337
# sqlalchemy
324338
uri-template==1.3.0
325339
# via jsonschema
326-
urllib3==2.2.0
340+
urllib3==2.2.1
327341
# via requests
328342
wcwidth==0.2.13
329343
# via prompt-toolkit

0 commit comments

Comments
 (0)