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 @@ -8,7 +8,7 @@ aiohttp==3.8.3
8
8
# via kubernetes-asyncio
9
9
aiosignal == 1.3.1
10
10
# via aiohttp
11
- alembic == 1.9.2
11
+ alembic == 1.9.3
12
12
# via jupyterhub
13
13
async-generator == 1.10
14
14
# via jupyterhub
@@ -34,7 +34,7 @@ charset-normalizer==2.1.1
34
34
# via
35
35
# aiohttp
36
36
# requests
37
- cryptography == 39.0.0
37
+ cryptography == 39.0.1
38
38
# via pyopenssl
39
39
escapism == 1.0.1
40
40
# via
@@ -44,7 +44,7 @@ frozenlist==1.3.3
44
44
# via
45
45
# aiohttp
46
46
# aiosignal
47
- greenlet == 2.0.1
47
+ greenlet == 2.0.2
48
48
# via sqlalchemy
49
49
idna == 3.4
50
50
# via
@@ -145,7 +145,7 @@ python-dateutil==2.8.2
145
145
# kubernetes-asyncio
146
146
python-json-logger == 2.0.4
147
147
# via jupyter-telemetry
148
- python-slugify == 7 .0.0
148
+ python-slugify == 8 .0.0
149
149
# via jupyterhub-kubespawner
150
150
pyyaml == 6.0
151
151
# via
@@ -169,7 +169,7 @@ six==1.16.0
169
169
# mwoauth
170
170
# onetimepass
171
171
# python-dateutil
172
- sqlalchemy == 2.0.0
172
+ sqlalchemy == 2.0.2
173
173
# via
174
174
# alembic
175
175
# jupyterhub
@@ -185,7 +185,7 @@ tornado==6.2
185
185
# jupyterhub
186
186
# jupyterhub-idle-culler
187
187
# jupyterhub-ldapauthenticator
188
- traitlets == 5.8.1
188
+ traitlets == 5.9.0
189
189
# via
190
190
# jupyter-telemetry
191
191
# jupyterhub
Original file line number Diff line number Diff line change 4
4
#
5
5
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
6
6
#
7
- alembic == 1.9.2
7
+ alembic == 1.9.3
8
8
# via jupyterhub
9
9
anyio == 3.6.2
10
10
# via jupyter-server
@@ -25,7 +25,7 @@ babel==2.11.0
25
25
# via jupyterlab-server
26
26
backcall == 0.2.0
27
27
# via ipython
28
- beautifulsoup4 == 4.11.1
28
+ beautifulsoup4 == 4.11.2
29
29
# via nbconvert
30
30
bleach == 6.0.0
31
31
# via nbconvert
@@ -41,7 +41,7 @@ charset-normalizer==3.0.1
41
41
# via requests
42
42
comm == 0.1.2
43
43
# via ipykernel
44
- cryptography == 39.0.0
44
+ cryptography == 39.0.1
45
45
# via pyopenssl
46
46
debugpy == 1.6.6
47
47
# via ipykernel
@@ -53,13 +53,13 @@ executing==1.2.0
53
53
# via stack-data
54
54
fastjsonschema == 2.16.2
55
55
# via nbformat
56
- greenlet == 2.0.1
56
+ greenlet == 2.0.2
57
57
# via sqlalchemy
58
58
idna == 3.4
59
59
# via
60
60
# anyio
61
61
# requests
62
- ipykernel == 6.20.2
62
+ ipykernel == 6.21.1
63
63
# via
64
64
# nbclassic
65
65
# notebook
@@ -89,15 +89,16 @@ jsonschema==4.17.3
89
89
# jupyter-telemetry
90
90
# jupyterlab-server
91
91
# nbformat
92
- jupyter-client == 8.0.1
92
+ jupyter-client == 8.0.2
93
93
# via
94
94
# ipykernel
95
95
# jupyter-server
96
96
# nbclassic
97
97
# nbclient
98
98
# notebook
99
- jupyter-core == 5.1.5
99
+ jupyter-core == 5.2.0
100
100
# via
101
+ # ipykernel
101
102
# jupyter-client
102
103
# jupyter-server
103
104
# jupyterlab
@@ -139,7 +140,7 @@ matplotlib-inline==0.1.6
139
140
# via
140
141
# ipykernel
141
142
# ipython
142
- mistune == 2.0.4
143
+ mistune == 2.0.5
143
144
# via nbconvert
144
145
nbclassic == 0.5.1
145
146
# via
@@ -194,7 +195,7 @@ pexpect==4.8.0
194
195
# via ipython
195
196
pickleshare == 0.7.5
196
197
# via ipython
197
- platformdirs == 2.6.2
198
+ platformdirs == 3.0.0
198
199
# via jupyter-core
199
200
prometheus-client == 0.16.0
200
201
# via
@@ -259,7 +260,7 @@ sniffio==1.3.0
259
260
# via anyio
260
261
soupsieve == 2.3.2.post1
261
262
# via beautifulsoup4
262
- sqlalchemy == 2.0.0
263
+ sqlalchemy == 2.0.2
263
264
# via
264
265
# alembic
265
266
# jupyterhub
@@ -286,7 +287,7 @@ tornado==6.2
286
287
# notebook
287
288
# retrolab
288
289
# terminado
289
- traitlets == 5.8.1
290
+ traitlets == 5.9.0
290
291
# via
291
292
# comm
292
293
# ipykernel
@@ -312,5 +313,5 @@ webencodings==0.5.1
312
313
# via
313
314
# bleach
314
315
# tinycss2
315
- websocket-client == 1.5.0
316
+ websocket-client == 1.5.1
316
317
# via jupyter-server
You can’t perform that action at this time.
0 commit comments