Skip to content

Commit e38f180

Browse files
hub image: refreeze requirements.txt
1 parent c3c22a8 commit e38f180

File tree

2 files changed

+26
-30
lines changed

2 files changed

+26
-30
lines changed

images/hub/requirements.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ attrs==22.1.0
1818
# via
1919
# aiohttp
2020
# jsonschema
21-
bcrypt==3.2.2
21+
bcrypt==4.0.0
2222
# via
2323
# jupyterhub-firstuseauthenticator
2424
# jupyterhub-nativeauthenticator
@@ -29,10 +29,8 @@ certifi==2022.6.15
2929
certipy==0.1.3
3030
# via jupyterhub
3131
cffi==1.15.1
32-
# via
33-
# bcrypt
34-
# cryptography
35-
charset-normalizer==2.1.0
32+
# via cryptography
33+
charset-normalizer==2.1.1
3634
# via
3735
# aiohttp
3836
# requests
@@ -46,7 +44,7 @@ frozenlist==1.3.1
4644
# via
4745
# aiohttp
4846
# aiosignal
49-
greenlet==1.1.2
47+
greenlet==1.1.3
5048
# via sqlalchemy
5149
idna==3.3
5250
# via
@@ -58,7 +56,7 @@ jinja2==3.1.2
5856
# via
5957
# jupyterhub
6058
# jupyterhub-kubespawner
61-
jsonschema==4.11.0
59+
jsonschema==4.14.0
6260
# via
6361
# jupyter-telemetry
6462
# oauthenticator
@@ -80,7 +78,7 @@ jupyterhub-hmacauthenticator==1.0
8078
# via -r requirements.in
8179
jupyterhub-idle-culler==1.2.1
8280
# via -r requirements.in
83-
jupyterhub-kubespawner==4.1.0
81+
jupyterhub-kubespawner==4.2.0
8482
# via -r requirements.in
8583
jupyterhub-ldapauthenticator==1.3.2
8684
# via -r requirements.in
@@ -90,11 +88,11 @@ jupyterhub-nativeauthenticator==1.0.5
9088
# via -r requirements.in
9189
jupyterhub-tmpauthenticator==0.6
9290
# via -r requirements.in
93-
kubernetes-asyncio==24.2.1
91+
kubernetes-asyncio==24.2.2
9492
# via jupyterhub-kubespawner
9593
ldap3==2.9.1
9694
# via jupyterhub-ldapauthenticator
97-
mako==1.2.1
95+
mako==1.2.2
9896
# via alembic
9997
markupsafe==2.1.1
10098
# via
@@ -200,7 +198,7 @@ traitlets==5.3.0
200198
# jupyter-telemetry
201199
# jupyterhub
202200
# jupyterhub-ldapauthenticator
203-
urllib3==1.26.11
201+
urllib3==1.26.12
204202
# via
205203
# jupyterhub-kubespawner
206204
# kubernetes-asyncio

images/singleuser-sample/requirements.txt

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cffi==1.15.1
3737
# via
3838
# argon2-cffi-bindings
3939
# cryptography
40-
charset-normalizer==2.1.0
40+
charset-normalizer==2.1.1
4141
# via requests
4242
cryptography==37.0.4
4343
# via pyopenssl
@@ -48,14 +48,12 @@ decorator==5.1.1
4848
defusedxml==0.7.1
4949
# via nbconvert
5050
entrypoints==0.4
51-
# via
52-
# jupyter-client
53-
# nbconvert
54-
executing==0.10.0
51+
# via jupyter-client
52+
executing==1.0.0
5553
# via stack-data
5654
fastjsonschema==2.16.1
5755
# via nbformat
58-
greenlet==1.1.2
56+
greenlet==1.1.3
5957
# via sqlalchemy
6058
idna==3.3
6159
# via
@@ -65,7 +63,8 @@ importlib-metadata==4.12.0
6563
# via
6664
# jupyterhub
6765
# jupyterlab-server
68-
ipykernel==6.15.1
66+
# nbconvert
67+
ipykernel==6.15.2
6968
# via
7069
# nbclassic
7170
# notebook
@@ -88,14 +87,14 @@ jinja2==3.1.2
8887
# nbclassic
8988
# nbconvert
9089
# notebook
91-
json5==0.9.9
90+
json5==0.9.10
9291
# via jupyterlab-server
93-
jsonschema==4.11.0
92+
jsonschema==4.14.0
9493
# via
9594
# jupyter-telemetry
9695
# jupyterlab-server
9796
# nbformat
98-
jupyter-client==7.3.4
97+
jupyter-client==7.3.5
9998
# via
10099
# ipykernel
101100
# jupyter-server
@@ -113,7 +112,6 @@ jupyter-core==4.11.1
113112
# notebook
114113
jupyter-server==1.18.1
115114
# via
116-
# -r requirements.in
117115
# jupyterlab
118116
# jupyterlab-server
119117
# nbclassic
@@ -130,13 +128,13 @@ jupyterlab==3.4.5
130128
# retrolab
131129
jupyterlab-pygments==0.2.2
132130
# via nbconvert
133-
jupyterlab-server==2.15.0
131+
jupyterlab-server==2.15.1
134132
# via
135133
# jupyterlab
136134
# retrolab
137135
lxml==4.9.1
138136
# via nbconvert
139-
mako==1.2.1
137+
mako==1.2.2
140138
# via alembic
141139
markupsafe==2.1.1
142140
# via
@@ -147,16 +145,16 @@ matplotlib-inline==0.1.6
147145
# via
148146
# ipykernel
149147
# ipython
150-
mistune==0.8.4
148+
mistune==2.0.4
151149
# via nbconvert
152150
nbclassic==0.4.3
153151
# via
154152
# -r requirements.in
155153
# jupyterlab
156154
# retrolab
157-
nbclient==0.6.6
155+
nbclient==0.6.7
158156
# via nbconvert
159-
nbconvert==6.5.3
157+
nbconvert==7.0.0
160158
# via
161159
# jupyter-server
162160
# nbclassic
@@ -274,7 +272,7 @@ sqlalchemy==1.4.40
274272
# via
275273
# alembic
276274
# jupyterhub
277-
stack-data==0.4.0
275+
stack-data==0.5.0
278276
# via ipython
279277
terminado==0.15.0
280278
# via
@@ -310,15 +308,15 @@ traitlets==5.3.0
310308
# nbconvert
311309
# nbformat
312310
# notebook
313-
urllib3==1.26.11
311+
urllib3==1.26.12
314312
# via requests
315313
wcwidth==0.2.5
316314
# via prompt-toolkit
317315
webencodings==0.5.1
318316
# via
319317
# bleach
320318
# tinycss2
321-
websocket-client==1.3.3
319+
websocket-client==1.4.0
322320
# via jupyter-server
323321
zipp==3.8.1
324322
# via importlib-metadata

0 commit comments

Comments
 (0)