Skip to content

Commit 1356025

Browse files
committed
Upgrades simcore-sdk
1 parent 4d7ade5 commit 1356025

File tree

3 files changed

+29
-32
lines changed

3 files changed

+29
-32
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
#
22
# Specifies third-party dependencies for 'simcore-sdk'
33
#
4-
pyyaml >=5.3 # Vulnerability
5-
64
aiofiles
75
aiohttp
86
aiopg[sa]
97
networkx
108
psycopg2-binary
119
pydantic
12-
sqlalchemy>=1.3.3 # https://nvd.nist.gov/vuln/detail/CVE-2019-7164
1310
tenacity
1411
trafaret-config

packages/simcore-sdk/requirements/_base.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile --output-file=_base.txt _base.in
5+
# pip-compile --build-isolation --output-file=_base.txt _base.in
66
#
77
aiofiles==0.4.0 # via -r _base.in
88
aiohttp==3.6.2 # via -r _base.in
@@ -11,18 +11,18 @@ async-timeout==3.0.1 # via aiohttp
1111
attrs==19.3.0 # via aiohttp
1212
chardet==3.0.4 # via aiohttp
1313
dataclasses==0.7 # via pydantic
14-
decorator==4.4.0 # via networkx
14+
decorator==4.4.2 # via networkx
1515
idna-ssl==1.1.0 # via aiohttp
16-
idna==2.8 # via idna-ssl, yarl
17-
multidict==4.5.2 # via aiohttp, yarl
18-
networkx==2.3 # via -r _base.in
19-
psycopg2-binary==2.8.4 # via -r _base.in, aiopg, sqlalchemy
16+
idna==2.9 # via idna-ssl, yarl
17+
multidict==4.7.5 # via aiohttp, yarl
18+
networkx==2.4 # via -r _base.in
19+
psycopg2-binary==2.8.5 # via -r _base.in, aiopg, sqlalchemy
2020
pydantic==1.4 # via -r _base.in
21-
pyyaml==5.3 # via -r _base.in, trafaret-config
22-
six==1.12.0 # via tenacity
23-
sqlalchemy[postgresql_psycopg2binary]==1.3.3 # via -r _base.in, aiopg
24-
tenacity==6.0.0 # via -r _base.in
21+
pyyaml==5.3.1 # via trafaret-config
22+
six==1.14.0 # via tenacity
23+
sqlalchemy[postgresql_psycopg2binary]==1.3.15 # via aiopg
24+
tenacity==6.1.0 # via -r _base.in
2525
trafaret-config==2.0.2 # via -r _base.in
2626
trafaret==2.0.2 # via trafaret-config
27-
typing-extensions==3.7.2 # via aiohttp
28-
yarl==1.3.0 # via aiohttp
27+
typing-extensions==3.7.4.2 # via aiohttp
28+
yarl==1.4.2 # via aiohttp

packages/simcore-sdk/requirements/_test.txt

+17-17
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,60 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile --output-file=_test.txt _test.in
5+
# pip-compile --build-isolation --output-file=_test.txt _test.in
66
#
77
aiofiles==0.4.0 # via -r _base.txt
88
aiohttp==3.6.2 # via -r _base.txt, pytest-aiohttp
99
aiopg[sa]==1.0.0 # via -r _base.txt
1010
astroid==2.3.3 # via pylint
1111
async-timeout==3.0.1 # via -r _base.txt, aiohttp
1212
attrs==19.3.0 # via -r _base.txt, aiohttp, pytest, pytest-docker
13-
certifi==2019.11.28 # via requests
13+
certifi==2020.4.5.1 # via requests
1414
chardet==3.0.4 # via -r _base.txt, aiohttp, requests
1515
coverage==4.5.1 # via -r _test.in, coveralls, pytest-cov
16-
coveralls==1.11.1 # via -r _test.in
16+
coveralls==2.0.0 # via -r _test.in
1717
dataclasses==0.7 # via -r _base.txt, pydantic
18-
decorator==4.4.0 # via -r _base.txt, networkx
18+
decorator==4.4.2 # via -r _base.txt, networkx
1919
docker==4.2.0 # via -r _test.in
2020
docopt==0.6.2 # via coveralls
2121
idna-ssl==1.1.0 # via -r _base.txt, aiohttp
22-
idna==2.8 # via -r _base.txt, idna-ssl, requests, yarl
23-
importlib-metadata==1.5.0 # via pluggy, pytest
22+
idna==2.9 # via -r _base.txt, idna-ssl, requests, yarl
23+
importlib-metadata==1.6.0 # via pluggy, pytest
2424
isort==4.3.21 # via pylint
2525
lazy-object-proxy==1.4.3 # via astroid
2626
mccabe==0.6.1 # via pylint
2727
mock==4.0.2 # via -r _test.in
2828
more-itertools==8.2.0 # via pytest
29-
multidict==4.5.2 # via -r _base.txt, aiohttp, yarl
30-
networkx==2.3 # via -r _base.txt
29+
multidict==4.7.5 # via -r _base.txt, aiohttp, yarl
30+
networkx==2.4 # via -r _base.txt
3131
packaging==20.3 # via pytest, pytest-sugar
3232
pluggy==0.13.1 # via pytest
33-
psycopg2-binary==2.8.4 # via -r _base.txt, aiopg, sqlalchemy
33+
psycopg2-binary==2.8.5 # via -r _base.txt, aiopg, sqlalchemy
3434
py==1.8.1 # via pytest
3535
pydantic==1.4 # via -r _base.txt
3636
pylint==2.4.4 # via -r _test.in
37-
pyparsing==2.4.6 # via packaging
37+
pyparsing==2.4.7 # via packaging
3838
pytest-aiohttp==0.3.0 # via -r _test.in
3939
pytest-cov==2.8.1 # via -r _test.in
4040
pytest-docker==0.7.2 # via -r _test.in
4141
pytest-instafail==0.4.1.post0 # via -r _test.in
42-
pytest-mock==2.0.0 # via -r _test.in
42+
pytest-mock==3.0.0 # via -r _test.in
4343
pytest-runner==5.2 # via -r _test.in
4444
pytest-sugar==0.9.2 # via -r _test.in
4545
pytest==5.3.5 # via -r _test.in, pytest-aiohttp, pytest-cov, pytest-instafail, pytest-mock, pytest-sugar
46-
pyyaml==5.3 # via -r _base.txt, trafaret-config
46+
pyyaml==5.3.1 # via -r _base.txt, trafaret-config
4747
requests==2.23.0 # via -r _test.in, coveralls, docker
48-
six==1.12.0 # via -r _base.txt, astroid, docker, packaging, tenacity, websocket-client
49-
sqlalchemy[postgresql_psycopg2binary]==1.3.3 # via -r _base.txt, aiopg
50-
tenacity==6.0.0 # via -r _base.txt
48+
six==1.14.0 # via -r _base.txt, astroid, docker, packaging, tenacity, websocket-client
49+
sqlalchemy[postgresql_psycopg2binary]==1.3.15 # via -r _base.txt, aiopg
50+
tenacity==6.1.0 # via -r _base.txt
5151
termcolor==1.1.0 # via pytest-sugar
5252
trafaret-config==2.0.2 # via -r _base.txt
5353
trafaret==2.0.2 # via -r _base.txt, trafaret-config
5454
typed-ast==1.4.1 # via astroid
55-
typing-extensions==3.7.2 # via -r _base.txt, aiohttp
55+
typing-extensions==3.7.4.2 # via -r _base.txt, aiohttp
5656
urllib3==1.25.8 # via requests
5757
wcwidth==0.1.9 # via pytest
5858
websocket-client==0.57.0 # via docker
5959
wrapt==1.11.2 # via astroid
60-
yarl==1.3.0 # via -r _base.txt, aiohttp
60+
yarl==1.4.2 # via -r _base.txt, aiohttp
6161
zipp==3.1.0 # via importlib-metadata

0 commit comments

Comments
 (0)