File tree 3 files changed +12
-8
lines changed
packages/service-library/requirements
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2
2
# Specifies third-party dependencies for 'service-library'
3
3
#
4
4
5
- sqlalchemy>=1.3.3 # https://nvd.nist.gov/vuln/detail/CVE-2019-7164
6
- pyyaml>=5.3 # Vulnerable
7
- psycopg2-binary # enforces binary version - http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
8
- openapi-core==0.12.0 # frozen until https://github.com/ITISFoundation/osparc-simcore/pull/1396 is CLOSED
9
-
5
+ sqlalchemy>=1.3.3 # https://nvd.nist.gov/vuln/detail/CVE-2019-7164
6
+ pyyaml>=5.3 # Vulnerable
7
+ psycopg2-binary # enforces binary version - http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
8
+ openapi-core==0.12.0 # frozen until https://github.com/ITISFoundation/osparc-simcore/pull/1396 is CLOSED
9
+ lazy-object-proxy==1.4.* # cannot upgrade due to contraints in openapi-core
10
10
11
11
aiohttp
12
12
aiopg[sa]
Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ aiozipkin==0.6.0 # via -r requirements/_base.in
11
11
async-timeout==3.0.1 # via aiohttp
12
12
attrs==19.3.0 # via -r requirements/_base.in, aiohttp, jsonschema, openapi-core
13
13
chardet==3.0.4 # via aiohttp
14
- idna==2.9 # via yarl
14
+ idna-ssl==1.1.0 # via aiohttp
15
+ idna==2.9 # via idna-ssl, yarl
16
+ importlib-metadata==1.6.0 # via jsonschema
15
17
isodate==0.6.0 # via openapi-core
16
18
jsonschema==3.2.0 # via -r requirements/_base.in, openapi-spec-validator
17
- lazy-object-proxy==1.4.3 # via openapi-core
19
+ lazy-object-proxy==1.4.3 # via -r requirements/_base.in, openapi-core
18
20
multidict==4.7.6 # via aiohttp, yarl
19
21
openapi-core==0.12.0 # via -r requirements/_base.in
20
22
openapi-spec-validator==0.2.8 # via openapi-core
@@ -31,6 +33,7 @@ typing-extensions==3.7.4.2 # via aiohttp
31
33
ujson==3.0.0 # via -r requirements/_base.in
32
34
werkzeug==1.0.1 # via -r requirements/_base.in
33
35
yarl==1.4.2 # via aiohttp
36
+ zipp==3.1.0 # via importlib-metadata
34
37
35
38
# The following packages are considered to be unsafe in a requirements file:
36
39
# setuptools
Original file line number Diff line number Diff line change @@ -57,10 +57,11 @@ typed-ast==1.4.1 # via astroid
57
57
typing-extensions==3.7.4.2 # via -r requirements/_base.txt, aiohttp
58
58
ujson==3.0.0 # via -r requirements/_base.txt
59
59
urllib3==1.25.9 # via requests
60
- wcwidth==0.1.9 # via pytest
60
+ wcwidth==0.2.3 # via pytest
61
61
werkzeug==1.0.1 # via -r requirements/_base.txt
62
62
wrapt==1.12.1 # via astroid
63
63
yarl==1.4.2 # via -r requirements/_base.txt, aiohttp
64
+ zipp==3.1.0 # via -r requirements/_base.txt, importlib-metadata
64
65
65
66
# The following packages are considered to be unsafe in a requirements file:
66
67
# setuptools
You can’t perform that action at this time.
0 commit comments