File tree Expand file tree Collapse file tree 2 files changed +21
-17
lines changed Expand file tree Collapse file tree 2 files changed +21
-17
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ bcrypt==4.0.1
22
22
# via
23
23
# jupyterhub-firstuseauthenticator
24
24
# jupyterhub-nativeauthenticator
25
- certifi == 2022.12 .7
25
+ certifi == 2023.5 .7
26
26
# via
27
27
# kubernetes-asyncio
28
28
# requests
@@ -88,7 +88,7 @@ jupyterhub-nativeauthenticator==1.1.0
88
88
# via -r requirements.in
89
89
jupyterhub-tmpauthenticator == 0.6
90
90
# via -r requirements.in
91
- kubernetes-asyncio == 24.2.2
91
+ kubernetes-asyncio == 24.2.3
92
92
# via jupyterhub-kubespawner
93
93
ldap3 == 2.9.1
94
94
# via jupyterhub-ldapauthenticator
@@ -132,7 +132,7 @@ pycparser==2.21
132
132
# via cffi
133
133
pycurl == 7.45.2
134
134
# via -r requirements.in
135
- pyjwt [crypto ]== 2.6 .0
135
+ pyjwt [crypto ]== 2.7 .0
136
136
# via
137
137
# -r requirements.in
138
138
# jupyterhub-ltiauthenticator
@@ -156,25 +156,27 @@ pyyaml==6.0
156
156
# via
157
157
# jupyterhub-kubespawner
158
158
# kubernetes-asyncio
159
- requests == 2.29 .0
159
+ requests == 2.30 .0
160
160
# via
161
161
# jupyterhub
162
162
# mwoauth
163
163
# oauthenticator
164
164
# requests-oauthlib
165
165
requests-oauthlib == 1.3.1
166
166
# via mwoauth
167
- ruamel-yaml == 0.17.21
167
+ ruamel-yaml == 0.17.26
168
168
# via
169
169
# jupyter-telemetry
170
170
# oauthenticator
171
+ ruamel-yaml-clib == 0.2.7
172
+ # via ruamel-yaml
171
173
six == 1.16.0
172
174
# via
173
175
# kubernetes-asyncio
174
176
# mwoauth
175
177
# onetimepass
176
178
# python-dateutil
177
- sqlalchemy == 2.0.11
179
+ sqlalchemy == 2.0.13
178
180
# via
179
181
# alembic
180
182
# jupyterhub
@@ -200,7 +202,7 @@ typing-extensions==4.5.0
200
202
# via
201
203
# alembic
202
204
# sqlalchemy
203
- urllib3 == 1.26.15
205
+ urllib3 == 2.0.2
204
206
# via
205
207
# jupyterhub-kubespawner
206
208
# kubernetes-asyncio
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ beautifulsoup4==4.12.2
35
35
# via nbconvert
36
36
bleach == 6.0.0
37
37
# via nbconvert
38
- certifi == 2022.12 .7
38
+ certifi == 2023.5 .7
39
39
# via requests
40
40
certipy == 0.1.3
41
41
# via jupyterhub
@@ -68,11 +68,11 @@ idna==3.4
68
68
# anyio
69
69
# jsonschema
70
70
# requests
71
- ipykernel == 6.22 .0
71
+ ipykernel == 6.23 .0
72
72
# via
73
73
# nbclassic
74
74
# notebook
75
- ipython == 8.12.1
75
+ ipython == 8.13.2
76
76
# via
77
77
# ipykernel
78
78
# jupyterlab
@@ -166,14 +166,14 @@ matplotlib-inline==0.1.6
166
166
# ipython
167
167
mistune == 2.0.5
168
168
# via nbconvert
169
- nbclassic == 0.5.6
169
+ nbclassic == 1.0.0
170
170
# via
171
171
# -r requirements.in
172
172
# jupyterlab
173
173
# notebook
174
174
nbclient == 0.7.4
175
175
# via nbconvert
176
- nbconvert == 7.3.1
176
+ nbconvert == 7.4.0
177
177
# via
178
178
# jupyter-server
179
179
# nbclassic
@@ -218,7 +218,7 @@ pexpect==4.8.0
218
218
# via ipython
219
219
pickleshare == 0.7.5
220
220
# via ipython
221
- platformdirs == 3.5.0
221
+ platformdirs == 3.5.1
222
222
# via jupyter-core
223
223
prometheus-client == 0.16.0
224
224
# via
@@ -264,7 +264,7 @@ pyzmq==25.0.2
264
264
# jupyter-server
265
265
# nbclassic
266
266
# notebook
267
- requests == 2.29 .0
267
+ requests == 2.30 .0
268
268
# via
269
269
# jupyterhub
270
270
# jupyterlab-server
@@ -276,8 +276,10 @@ rfc3986-validator==0.1.1
276
276
# via
277
277
# jsonschema
278
278
# jupyter-events
279
- ruamel-yaml == 0.17.21
279
+ ruamel-yaml == 0.17.26
280
280
# via jupyter-telemetry
281
+ ruamel-yaml-clib == 0.2.7
282
+ # via ruamel-yaml
281
283
send2trash == 1.8.2
282
284
# via
283
285
# jupyter-server
@@ -293,7 +295,7 @@ sniffio==1.3.0
293
295
# via anyio
294
296
soupsieve == 2.4.1
295
297
# via beautifulsoup4
296
- sqlalchemy == 2.0.11
298
+ sqlalchemy == 2.0.13
297
299
# via
298
300
# alembic
299
301
# jupyterhub
@@ -341,7 +343,7 @@ typing-extensions==4.5.0
341
343
# sqlalchemy
342
344
uri-template == 1.2.0
343
345
# via jsonschema
344
- urllib3 == 1.26.15
346
+ urllib3 == 2.0.2
345
347
# via requests
346
348
wcwidth == 0.2.6
347
349
# via prompt-toolkit
You can’t perform that action at this time.
0 commit comments