File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ async-generator==1.10
14
14
# via jupyterhub
15
15
async-timeout == 4.0.2
16
16
# via aiohttp
17
- attrs == 22.2 .0
17
+ attrs == 23.1 .0
18
18
# via
19
19
# aiohttp
20
20
# jsonschema
@@ -34,7 +34,7 @@ charset-normalizer==3.1.0
34
34
# via
35
35
# aiohttp
36
36
# requests
37
- cryptography == 40.0.1
37
+ cryptography == 40.0.2
38
38
# via
39
39
# pyjwt
40
40
# pyopenssl
@@ -78,7 +78,7 @@ jupyterhub-hmacauthenticator==1.0
78
78
# via -r requirements.in
79
79
jupyterhub-idle-culler == 1.2.1
80
80
# via -r requirements.in
81
- jupyterhub-kubespawner == 4.3 .0
81
+ jupyterhub-kubespawner == 5.0 .0
82
82
# via -r requirements.in
83
83
jupyterhub-ldapauthenticator == 1.3.2
84
84
# via -r requirements.in
@@ -118,7 +118,7 @@ oauthlib==3.2.2
118
118
# requests-oauthlib
119
119
onetimepass == 1.0.1
120
120
# via jupyterhub-nativeauthenticator
121
- packaging == 23.0
121
+ packaging == 23.1
122
122
# via jupyterhub
123
123
pamela == 1.0.0
124
124
# via jupyterhub
@@ -179,13 +179,13 @@ sqlalchemy==2.0.9
179
179
# alembic
180
180
# jupyterhub
181
181
# sqlalchemy-cockroachdb
182
- sqlalchemy-cockroachdb == 2.0.0
182
+ sqlalchemy-cockroachdb == 2.0.1
183
183
# via -r requirements.in
184
184
statsd == 4.0.1
185
185
# via -r requirements.in
186
186
text-unidecode == 1.3
187
187
# via python-slugify
188
- tornado == 6.2
188
+ tornado == 6.3
189
189
# via
190
190
# jupyterhub
191
191
# jupyterhub-idle-culler
@@ -194,6 +194,7 @@ traitlets==5.9.0
194
194
# via
195
195
# jupyter-telemetry
196
196
# jupyterhub
197
+ # jupyterhub-kubespawner
197
198
# jupyterhub-ldapauthenticator
198
199
typing-extensions == 4.5.0
199
200
# via
Original file line number Diff line number Diff line change 6
6
#
7
7
aiofiles == 22.1.0
8
8
# via ypy-websocket
9
- aiosqlite == 0.18 .0
9
+ aiosqlite == 0.19 .0
10
10
# via ypy-websocket
11
11
alembic == 1.10.3
12
12
# via jupyterhub
@@ -25,7 +25,7 @@ asttokens==2.2.1
25
25
# via stack-data
26
26
async-generator == 1.10
27
27
# via jupyterhub
28
- attrs == 22.2 .0
28
+ attrs == 23.1 .0
29
29
# via jsonschema
30
30
babel == 2.12.1
31
31
# via jupyterlab-server
@@ -47,7 +47,7 @@ charset-normalizer==3.1.0
47
47
# via requests
48
48
comm == 0.1.3
49
49
# via ipykernel
50
- cryptography == 40.0.1
50
+ cryptography == 40.0.2
51
51
# via pyopenssl
52
52
debugpy == 1.6.7
53
53
# via ipykernel
@@ -103,7 +103,7 @@ jsonschema[format-nongpl]==4.17.3
103
103
# jupyter-telemetry
104
104
# jupyterlab-server
105
105
# nbformat
106
- jupyter-client == 8.1 .0
106
+ jupyter-client == 8.2 .0
107
107
# via
108
108
# ipykernel
109
109
# jupyter-server
@@ -141,7 +141,7 @@ jupyter-server-ydoc==0.8.0
141
141
# via jupyterlab
142
142
jupyter-telemetry == 0.1.0
143
143
# via jupyterhub
144
- jupyter-ydoc == 0.2.3
144
+ jupyter-ydoc == 0.2.4
145
145
# via
146
146
# jupyter-server-ydoc
147
147
# jupyterlab
@@ -151,7 +151,7 @@ jupyterlab==3.6.3
151
151
# via -r requirements.in
152
152
jupyterlab-pygments == 0.2.2
153
153
# via nbconvert
154
- jupyterlab-server == 2.22.0
154
+ jupyterlab-server == 2.22.1
155
155
# via jupyterlab
156
156
mako == 1.2.4
157
157
# via alembic
@@ -173,7 +173,7 @@ nbclassic==0.5.5
173
173
# notebook
174
174
nbclient == 0.7.3
175
175
# via nbconvert
176
- nbconvert == 7.3.0
176
+ nbconvert == 7.3.1
177
177
# via
178
178
# jupyter-server
179
179
# nbclassic
@@ -200,7 +200,7 @@ notebook-shim==0.2.2
200
200
# via nbclassic
201
201
oauthlib == 3.2.2
202
202
# via jupyterhub
203
- packaging == 23.0
203
+ packaging == 23.1
204
204
# via
205
205
# ipykernel
206
206
# jupyter-server
@@ -228,7 +228,7 @@ prometheus-client==0.16.0
228
228
# notebook
229
229
prompt-toolkit == 3.0.38
230
230
# via ipython
231
- psutil == 5.9.4
231
+ psutil == 5.9.5
232
232
# via ipykernel
233
233
ptyprocess == 0.7.0
234
234
# via
@@ -238,7 +238,7 @@ pure-eval==0.2.2
238
238
# via stack-data
239
239
pycparser == 2.21
240
240
# via cffi
241
- pygments == 2.14.0
241
+ pygments == 2.15.1
242
242
# via
243
243
# ipython
244
244
# nbconvert
@@ -291,7 +291,7 @@ six==1.16.0
291
291
# rfc3339-validator
292
292
sniffio == 1.3.0
293
293
# via anyio
294
- soupsieve == 2.4
294
+ soupsieve == 2.4.1
295
295
# via beautifulsoup4
296
296
sqlalchemy == 2.0.9
297
297
# via
@@ -307,7 +307,7 @@ terminado==0.17.1
307
307
# notebook
308
308
tinycss2 == 1.2.1
309
309
# via nbconvert
310
- tornado == 6.2
310
+ tornado == 6.3
311
311
# via
312
312
# ipykernel
313
313
# jupyter-client
You can’t perform that action at this time.
0 commit comments