File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
services/dask-sidecar/requirements Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ sqlalchemy>=1.3.3 # https://nvd.nist.gov/vuln/detail
2222ujson>=5.4.0 # https://github.com/advisories/GHSA-fh56-85cw-5pq6, https://github.com/advisories/GHSA-wpqr-jcpx-745r
2323urllib3>=1.26.5 # https://github.com/advisories/GHSA-q2q7-5pp4-w6pg
2424
25+
26+ # Blocked https://github.com/Pennsieve/pennsieve-python/issues/17
27+ # protobuf # https://github.com/advisories/GHSA-8gq9-2x98-w8hf
28+
29+
30+
31+
2532#
2633# Breaking changes
2734#
Original file line number Diff line number Diff line change @@ -92,8 +92,6 @@ dnspython==2.0.0
9292 # via email-validator
9393email-validator==1.2.1
9494 # via pydantic
95- entrypoints==0.3
96- # via nbconvert
9795fastjsonschema==2.15.3
9896 # via nbformat
9997frozenlist==1.3.0
@@ -113,6 +111,8 @@ idna==2.10
113111 # email-validator
114112 # requests
115113 # yarl
114+ importlib-metadata==5.0.0
115+ # via nbconvert
116116jinja2==3.1.2
117117 # via
118118 # -c requirements/../../../packages/dask-task-models-library/requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
@@ -160,7 +160,7 @@ markupsafe==2.1.1
160160 # via
161161 # jinja2
162162 # nbconvert
163- mistune==0.8 .4
163+ mistune==2.0 .4
164164 # via nbconvert
165165msgpack==1.0.3
166166 # via distributed
@@ -170,7 +170,7 @@ multidict==6.0.2
170170 # yarl
171171nbclient==0.5.3
172172 # via nbconvert
173- nbconvert==6.4.5
173+ nbconvert==7.2.1
174174 # via jupyter-server
175175nbformat==5.3.0
176176 # via
@@ -192,6 +192,7 @@ packaging==21.3
192192 # dask
193193 # distributed
194194 # jupyter-server
195+ # nbconvert
195196pandas==1.2.4
196197 # via
197198 # -r requirements/_base.in
@@ -288,7 +289,7 @@ tenacity==8.1.0
288289 # via -r requirements/../../../packages/service-library/requirements/_base.in
289290terminado==0.10.1
290291 # via jupyter-server
291- testpath==0.5.0
292+ tinycss2==1.1.1
292293 # via nbconvert
293294toolz==0.11.1
294295 # via
@@ -335,7 +336,9 @@ urllib3==1.26.9
335336 # distributed
336337 # requests
337338webencodings==0.5.1
338- # via bleach
339+ # via
340+ # bleach
341+ # tinycss2
339342websocket-client==0.59.0
340343 # via jupyter-server
341344wrapt==1.14.1
@@ -344,6 +347,8 @@ yarl==1.7.2
344347 # via aiohttp
345348zict==2.2.0
346349 # via distributed
350+ zipp==3.9.0
351+ # via importlib-metadata
347352
348353# The following packages are considered to be unsafe in a requirements file:
349354# setuptools
You can’t perform that action at this time.
0 commit comments