File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed 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
- aiohttp == 3.8.1
7
+ aiohttp == 3.8.3
8
8
# via kubernetes-asyncio
9
9
aiosignal == 1.2.0
10
10
# via aiohttp
@@ -92,7 +92,7 @@ kubernetes-asyncio==24.2.2
92
92
# via jupyterhub-kubespawner
93
93
ldap3 == 2.9.1
94
94
# via jupyterhub-ldapauthenticator
95
- mako == 1.2.2
95
+ mako == 1.2.3
96
96
# via alembic
97
97
markupsafe == 2.1.1
98
98
# via
@@ -132,7 +132,7 @@ pycparser==2.21
132
132
# via cffi
133
133
pycurl == 7.45.1
134
134
# via -r requirements.in
135
- pyjwt == 2.4 .0
135
+ pyjwt == 2.5 .0
136
136
# via
137
137
# -r requirements.in
138
138
# mwoauth
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ entrypoints==0.4
51
51
# via jupyter-client
52
52
executing == 1.0.0
53
53
# via stack-data
54
- fastjsonschema == 2.16.1
54
+ fastjsonschema == 2.16.2
55
55
# via nbformat
56
56
greenlet == 1.1.3
57
57
# via sqlalchemy
@@ -134,7 +134,7 @@ jupyterlab-server==2.15.1
134
134
# retrolab
135
135
lxml == 4.9.1
136
136
# via nbconvert
137
- mako == 1.2.2
137
+ mako == 1.2.3
138
138
# via alembic
139
139
markupsafe == 2.1.1
140
140
# via
@@ -159,7 +159,7 @@ nbconvert==7.0.0
159
159
# jupyter-server
160
160
# nbclassic
161
161
# notebook
162
- nbformat == 5.5 .0
162
+ nbformat == 5.6 .0
163
163
# via
164
164
# jupyter-server
165
165
# nbclassic
@@ -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 == 24.0.0
240
+ pyzmq == 24.0.1
241
241
# via
242
242
# ipykernel
243
243
# jupyter-client
You can’t perform that action at this time.
0 commit comments