Skip to content

Commit 9ba561b

Browse files
authored
Merge pull request #3434 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 6a53ebb + d80edc2 commit 9ba561b

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

images/hub/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bcrypt==4.1.3
2323
# via
2424
# jupyterhub-firstuseauthenticator
2525
# jupyterhub-nativeauthenticator
26-
certifi==2024.2.2
26+
certifi==2024.6.2
2727
# via
2828
# kubernetes-asyncio
2929
# requests
@@ -33,7 +33,7 @@ cffi==1.16.0
3333
# via cryptography
3434
charset-normalizer==3.3.2
3535
# via requests
36-
cryptography==42.0.7
36+
cryptography==42.0.8
3737
# via
3838
# pyjwt
3939
# pyopenssl
@@ -61,7 +61,7 @@ jinja2==3.1.4
6161
# via
6262
# jupyterhub
6363
# jupyterhub-kubespawner
64-
jsonpointer==2.4
64+
jsonpointer==3.0.0
6565
# via jsonschema
6666
jsonschema[format-nongpl]==4.22.0
6767
# via
@@ -97,7 +97,7 @@ jupyterhub-nativeauthenticator==1.2.0
9797
# via -r requirements.in
9898
jupyterhub-tmpauthenticator==1.0.0
9999
# via -r requirements.in
100-
kubernetes-asyncio==29.0.0
100+
kubernetes-asyncio==30.1.0
101101
# via jupyterhub-kubespawner
102102
ldap3==2.9.1
103103
# via jupyterhub-ldapauthenticator
@@ -115,7 +115,7 @@ mwoauth==0.4.0
115115
# via -r requirements.in
116116
nullauthenticator==1.0.0
117117
# via -r requirements.in
118-
oauthenticator==16.3.0
118+
oauthenticator==16.3.1
119119
# via -r requirements.in
120120
oauthlib==3.2.2
121121
# via
@@ -125,7 +125,7 @@ oauthlib==3.2.2
125125
# requests-oauthlib
126126
onetimepass==1.0.1
127127
# via jupyterhub-nativeauthenticator
128-
packaging==24.0
128+
packaging==24.1
129129
# via
130130
# jupyterhub
131131
# jupyterhub-idle-culler
@@ -141,9 +141,9 @@ pycparser==2.22
141141
# via cffi
142142
pycurl==7.45.3
143143
# via -r requirements.in
144-
pydantic==2.7.1
144+
pydantic==2.7.3
145145
# via jupyterhub
146-
pydantic-core==2.18.2
146+
pydantic-core==2.18.4
147147
# via pydantic
148148
pyjwt[crypto]==2.8.0
149149
# via
@@ -175,7 +175,7 @@ referencing==0.35.1
175175
# jsonschema
176176
# jsonschema-specifications
177177
# jupyter-events
178-
requests==2.32.2
178+
requests==2.32.3
179179
# via
180180
# jupyterhub
181181
# mwoauth
@@ -232,7 +232,7 @@ traitlets==5.14.3
232232
# oauthenticator
233233
types-python-dateutil==2.9.0.20240316
234234
# via arrow
235-
typing-extensions==4.12.0
235+
typing-extensions==4.12.2
236236
# via
237237
# alembic
238238
# pydantic
@@ -245,7 +245,7 @@ urllib3==2.2.1
245245
# jupyterhub-kubespawner
246246
# kubernetes-asyncio
247247
# requests
248-
webcolors==1.13
248+
webcolors==24.6.0
249249
# via jsonschema
250250
yarl==1.9.4
251251
# via aiohttp

images/singleuser-sample/requirements.txt

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alembic==1.13.1
88
# via jupyterhub
99
annotated-types==0.7.0
1010
# via pydantic
11-
anyio==4.3.0
11+
anyio==4.4.0
1212
# via
1313
# httpx
1414
# jupyter-server
@@ -32,7 +32,7 @@ beautifulsoup4==4.12.3
3232
# via nbconvert
3333
bleach==6.1.0
3434
# via nbconvert
35-
certifi==2024.2.2
35+
certifi==2024.6.2
3636
# via
3737
# httpcore
3838
# httpx
@@ -47,7 +47,7 @@ charset-normalizer==3.3.2
4747
# via requests
4848
comm==0.2.2
4949
# via ipykernel
50-
cryptography==42.0.7
50+
cryptography==42.0.8
5151
# via pyopenssl
5252
debugpy==1.8.1
5353
# via ipykernel
@@ -80,7 +80,7 @@ ipykernel==6.29.4
8080
# via
8181
# jupyterlab
8282
# nbclassic
83-
ipython==8.24.0
83+
ipython==8.25.0
8484
# via ipykernel
8585
ipython-genutils==0.2.0
8686
# via nbclassic
@@ -97,10 +97,11 @@ jinja2==3.1.4
9797
# nbconvert
9898
json5==0.9.25
9999
# via jupyterlab-server
100-
jsonpointer==2.4
100+
jsonpointer==3.0.0
101101
# via jsonschema
102102
jsonschema[format-nongpl]==4.22.0
103103
# via
104+
# jsonschema
104105
# jupyter-events
105106
# jupyterlab-server
106107
# nbformat
@@ -126,7 +127,7 @@ jupyter-events==0.10.0
126127
# jupyterhub
127128
jupyter-lsp==2.2.5
128129
# via jupyterlab
129-
jupyter-server==2.14.0
130+
jupyter-server==2.14.1
130131
# via
131132
# jupyter-lsp
132133
# jupyterlab
@@ -137,7 +138,7 @@ jupyter-server-terminals==0.5.3
137138
# via jupyter-server
138139
jupyterhub==5.0.0
139140
# via -r requirements.in
140-
jupyterlab==4.2.1
141+
jupyterlab==4.2.2
141142
# via -r requirements.in
142143
jupyterlab-pygments==0.3.0
143144
# via nbconvert
@@ -181,7 +182,7 @@ oauthlib==3.2.2
181182
# via jupyterhub
182183
overrides==7.7.0
183184
# via jupyter-server
184-
packaging==24.0
185+
packaging==24.1
185186
# via
186187
# ipykernel
187188
# jupyter-server
@@ -203,7 +204,7 @@ prometheus-client==0.20.0
203204
# via
204205
# jupyter-server
205206
# jupyterhub
206-
prompt-toolkit==3.0.43
207+
prompt-toolkit==3.0.47
207208
# via ipython
208209
psutil==5.9.8
209210
# via ipykernel
@@ -215,9 +216,9 @@ pure-eval==0.2.2
215216
# via stack-data
216217
pycparser==2.22
217218
# via cffi
218-
pydantic==2.7.1
219+
pydantic==2.7.3
219220
# via jupyterhub
220-
pydantic-core==2.18.2
221+
pydantic-core==2.18.4
221222
# via pydantic
222223
pygments==2.18.0
223224
# via
@@ -244,7 +245,7 @@ referencing==0.35.1
244245
# jsonschema
245246
# jsonschema-specifications
246247
# jupyter-events
247-
requests==2.32.2
248+
requests==2.32.3
248249
# via
249250
# jupyterhub
250251
# jupyterlab-server
@@ -312,7 +313,7 @@ traitlets==5.14.3
312313
# nbformat
313314
types-python-dateutil==2.9.0.20240316
314315
# via arrow
315-
typing-extensions==4.12.0
316+
typing-extensions==4.12.2
316317
# via
317318
# alembic
318319
# ipython
@@ -325,11 +326,14 @@ urllib3==2.2.1
325326
# via requests
326327
wcwidth==0.2.13
327328
# via prompt-toolkit
328-
webcolors==1.13
329+
webcolors==24.6.0
329330
# via jsonschema
330331
webencodings==0.5.1
331332
# via
332333
# bleach
333334
# tinycss2
334335
websocket-client==1.8.0
335336
# via jupyter-server
337+
338+
# The following packages are considered to be unsafe in a requirements file:
339+
# setuptools

0 commit comments

Comments
 (0)