File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ bcrypt==4.0.0
22
22
# via
23
23
# jupyterhub-firstuseauthenticator
24
24
# jupyterhub-nativeauthenticator
25
- certifi == 2022.6.15.1
25
+ certifi == 2022.9.14
26
26
# via
27
27
# kubernetes-asyncio
28
28
# requests
@@ -46,7 +46,7 @@ frozenlist==1.3.1
46
46
# aiosignal
47
47
greenlet == 1.1.3
48
48
# via sqlalchemy
49
- idna == 3.3
49
+ idna == 3.4
50
50
# via
51
51
# requests
52
52
# yarl
@@ -108,7 +108,7 @@ nullauthenticator==1.0.0
108
108
# via -r requirements.in
109
109
oauthenticator == 15.1.0
110
110
# via -r requirements.in
111
- oauthlib == 3.2.0
111
+ oauthlib == 3.2.1
112
112
# via
113
113
# jupyterhub
114
114
# jupyterhub-ltiauthenticator
@@ -182,7 +182,7 @@ sqlalchemy==1.4.41
182
182
# alembic
183
183
# jupyterhub
184
184
# sqlalchemy-cockroachdb
185
- sqlalchemy-cockroachdb == 1.4.3
185
+ sqlalchemy-cockroachdb == 1.4.4
186
186
# via -r requirements.in
187
187
statsd == 3.3.0
188
188
# via -r requirements.in
@@ -193,7 +193,7 @@ tornado==6.2
193
193
# jupyterhub
194
194
# jupyterhub-idle-culler
195
195
# jupyterhub-ldapauthenticator
196
- traitlets == 5.3 .0
196
+ traitlets == 5.4 .0
197
197
# via
198
198
# jupyter-telemetry
199
199
# jupyterhub
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ beautifulsoup4==4.11.1
29
29
# via nbconvert
30
30
bleach == 5.0.1
31
31
# via nbconvert
32
- certifi == 2022.6.15.1
32
+ certifi == 2022.9.14
33
33
# via requests
34
34
certipy == 0.1.3
35
35
# via jupyterhub
@@ -55,7 +55,7 @@ fastjsonschema==2.16.1
55
55
# via nbformat
56
56
greenlet == 1.1.3
57
57
# via sqlalchemy
58
- idna == 3.3
58
+ idna == 3.4
59
59
# via
60
60
# anyio
61
61
# requests
@@ -64,7 +64,7 @@ importlib-metadata==4.12.0
64
64
# jupyterhub
65
65
# jupyterlab-server
66
66
# nbconvert
67
- ipykernel == 6.15.2
67
+ ipykernel == 6.15.3
68
68
# via
69
69
# nbclassic
70
70
# notebook
@@ -122,7 +122,7 @@ jupyter-telemetry==0.1.0
122
122
# via jupyterhub
123
123
jupyterhub == 3.0.0
124
124
# via -r requirements.in
125
- jupyterlab == 3.4.6
125
+ jupyterlab == 3.4.7
126
126
# via
127
127
# -r requirements.in
128
128
# retrolab
@@ -152,14 +152,14 @@ nbclassic==0.4.3
152
152
# -r requirements.in
153
153
# jupyterlab
154
154
# retrolab
155
- nbclient == 0.6.7
155
+ nbclient == 0.6.8
156
156
# via nbconvert
157
157
nbconvert == 7.0.0
158
158
# via
159
159
# jupyter-server
160
160
# nbclassic
161
161
# notebook
162
- nbformat == 5.4 .0
162
+ nbformat == 5.5 .0
163
163
# via
164
164
# jupyter-server
165
165
# nbclassic
@@ -181,7 +181,7 @@ notebook==6.4.12
181
181
# nbgitpuller
182
182
notebook-shim == 0.1.0
183
183
# via nbclassic
184
- oauthlib == 3.2.0
184
+ oauthlib == 3.2.1
185
185
# via jupyterhub
186
186
packaging == 21.3
187
187
# via
@@ -237,7 +237,7 @@ python-json-logger==2.0.4
237
237
# via jupyter-telemetry
238
238
pytz == 2022.2.1
239
239
# via babel
240
- pyzmq == 23.2.1
240
+ pyzmq == 24.0.0
241
241
# via
242
242
# ipykernel
243
243
# jupyter-client
@@ -281,6 +281,8 @@ terminado==0.15.0
281
281
# notebook
282
282
tinycss2 == 1.1.1
283
283
# via nbconvert
284
+ tomli == 2.0.1
285
+ # via jupyterlab
284
286
tornado == 6.2
285
287
# via
286
288
# ipykernel
@@ -293,7 +295,7 @@ tornado==6.2
293
295
# notebook
294
296
# retrolab
295
297
# terminado
296
- traitlets == 5.3 .0
298
+ traitlets == 5.4 .0
297
299
# via
298
300
# ipykernel
299
301
# ipython
You can’t perform that action at this time.
0 commit comments