Skip to content

Commit e7cb9c7

Browse files
authored
⬆️ Maintenance/week 38 dependencies (ITISFoundation#2545)
* Minor upgrade pylint 2.11.1: - Fixes pylint R0201: Method could be a function (no-self-use) - Fixes pylint R1714: Consider merging these comparisons with ... (consider-using-in) * Patch release pytest 6.2.5 * Minor release black 21.9b0 * Minor release alembic 1.7.3 * Minor release typer==0.4.0 * Minor release click 8.0.1 - except for packages having celery which constraints click<8.0,>=7.0 - except for packages having uvicorn which constraints click 7.1.2 * Major release celery 5.1.2 * Patch release fastapi==0.68.1 - Did not apply release uvicorn==0.14.0 since we noticed uvicorn does not reload - Kept uvicorn 0.13.4 everywhere * Patch release docker==5.0.2 client * Updates docs, Makefile
1 parent f91f7ea commit e7cb9c7

File tree

85 files changed

+657
-886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+657
-886
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ repos:
1717
hooks:
1818
- id: isort
1919
- repo: https://github.com/psf/black
20-
rev: 21.7b0
20+
rev: 21.9b0
2121
hooks:
2222
- id: black

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- ADD HERE ALL BADGE URLS. Use https://shields.io/ -->
2020
[Code style: black]:https://img.shields.io/badge/code%20style-black-000000.svg
21-
[Requires.io]:https://img.shields.io/requires/github/ITISFoundation/osparc-simcore.svg
21+
[Requires.io]:https://img.shields.io/requires/github/ITISFoundation/osparc-simcore.svg?branch=master
2222
[travis-ci]:https://travis-ci.org/ITISFoundation/osparc-simcore.svg?branch=master
2323
[github.io]:https://img.shields.io/website-up-down-green-red/https/itisfoundation.github.io.svg?label=documentation
2424
[itis.dockerhub]:https://img.shields.io/website/https/hub.docker.com/u/itisfoundation.svg?down_color=red&label=dockerhub%20repos&up_color=green

api/tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pyparsing==2.4.7
6767
# via packaging
6868
pyrsistent==0.18.0
6969
# via jsonschema
70-
pytest==6.2.4
70+
pytest==6.2.5
7171
# via
7272
# -r requirements.in
7373
# pytest-aiohttp
@@ -99,7 +99,7 @@ toml==0.10.2
9999
# via
100100
# pytest
101101
# pytest-cov
102-
typing-extensions==3.10.0.0
102+
typing-extensions==3.10.0.2
103103
# via aiohttp
104104
werkzeug==2.0.1
105105
# via openapi-core
1.83 KB
Loading

packages/models-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pydantic==1.8.2
1616
# via
1717
# -c requirements/../../../requirements/constraints.txt
1818
# -r requirements/_base.in
19-
typing-extensions==3.10.0.0
19+
typing-extensions==3.10.0.2
2020
# via pydantic

packages/models-library/requirements/_test.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aiohttp==3.7.4.post0
99
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
1010
# -c requirements/../../../requirements/constraints.txt
1111
# pytest-aiohttp
12-
astroid==2.7.3
12+
astroid==2.8.0
1313
# via pylint
1414
async-timeout==3.0.1
1515
# via aiohttp
@@ -71,11 +71,11 @@ psycopg2-binary==2.9.1
7171
# via sqlalchemy
7272
py==1.10.0
7373
# via pytest
74-
pylint==2.10.2
74+
pylint==2.11.1
7575
# via -r requirements/_test.in
7676
pyparsing==2.4.7
7777
# via packaging
78-
pytest==6.2.4
78+
pytest==6.2.5
7979
# via
8080
# -r requirements/_test.in
8181
# pytest-aiohttp
@@ -123,10 +123,12 @@ toml==0.10.2
123123
# pylint
124124
# pytest
125125
# pytest-cov
126-
typing-extensions==3.10.0.0
126+
typing-extensions==3.10.0.2
127127
# via
128128
# -c requirements/_base.txt
129129
# aiohttp
130+
# astroid
131+
# pylint
130132
urllib3==1.26.6
131133
# via
132134
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt

packages/models-library/requirements/_tools.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
#
55
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
66
#
7-
appdirs==1.4.4
8-
# via black
97
backports.entry-points-selectable==1.1.0
108
# via virtualenv
11-
black==21.7b0
9+
black==21.9b0
1210
# via -r requirements/../../../requirements/devenv.txt
1311
bump2version==1.0.1
1412
# via -r requirements/../../../requirements/devenv.txt
@@ -41,6 +39,7 @@ pip-tools==6.2.0
4139
platformdirs==2.3.0
4240
# via
4341
# -c requirements/_test.txt
42+
# black
4443
# virtualenv
4544
pre-commit==2.14.0
4645
# via -r requirements/../../../requirements/devenv.txt
@@ -63,6 +62,11 @@ tomli==1.2.1
6362
# via
6463
# black
6564
# pep517
65+
typing-extensions==3.10.0.2
66+
# via
67+
# -c requirements/_base.txt
68+
# -c requirements/_test.txt
69+
# black
6670
virtualenv==20.7.0
6771
# via pre-commit
6872
wheel==0.36.2

packages/postgres-database/requirements/_migration.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,24 @@
44
#
55
# pip-compile --output-file=requirements/_migration.txt --strip-extras requirements/_migration.in
66
#
7-
alembic==1.6.5
7+
alembic==1.7.3
88
# via -r requirements/_migration.in
99
certifi==2021.5.30
1010
# via requests
1111
charset-normalizer==2.0.4
1212
# via requests
1313
click==8.0.1
1414
# via -r requirements/_migration.in
15-
docker==5.0.0
15+
docker==5.0.2
1616
# via -r requirements/_migration.in
1717
idna==2.10
1818
# via
1919
# -c requirements/_base.txt
2020
# requests
21+
importlib-resources==5.2.2 ; python_version < "3.9"
22+
# via
23+
# -c requirements/../../../requirements/constraints.txt
24+
# alembic
2125
mako==1.1.4
2226
# via alembic
2327
markupsafe==2.0.1
@@ -26,16 +30,10 @@ psycopg2-binary==2.9.1
2630
# via
2731
# -c requirements/_base.txt
2832
# sqlalchemy
29-
python-dateutil==2.8.2
30-
# via alembic
31-
python-editor==1.0.4
32-
# via alembic
3333
requests==2.26.0
3434
# via docker
3535
six==1.16.0
36-
# via
37-
# python-dateutil
38-
# websocket-client
36+
# via websocket-client
3937
sqlalchemy==1.3.24
4038
# via
4139
# -c requirements/../../../requirements/constraints.txt
@@ -52,3 +50,5 @@ websocket-client==0.59.0
5250
# via
5351
# -r requirements/_migration.in
5452
# docker
53+
zipp==3.5.0
54+
# via importlib-resources

packages/postgres-database/requirements/_test.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiohttp==3.7.4.post0
1010
# pytest-aiohttp
1111
aiopg==1.3.1
1212
# via -r requirements/_test.in
13-
astroid==2.7.3
13+
astroid==2.8.0
1414
# via pylint
1515
async-timeout==3.0.1
1616
# via
@@ -52,7 +52,7 @@ cryptography==3.4.7
5252
# paramiko
5353
distro==1.6.0
5454
# via docker-compose
55-
docker==5.0.0
55+
docker==5.0.2
5656
# via
5757
# -c requirements/_migration.txt
5858
# docker-compose
@@ -107,15 +107,15 @@ py==1.10.0
107107
# via pytest
108108
pycparser==2.20
109109
# via cffi
110-
pylint==2.10.2
110+
pylint==2.11.1
111111
# via -r requirements/_test.in
112112
pynacl==1.4.0
113113
# via paramiko
114114
pyparsing==2.4.7
115115
# via packaging
116116
pyrsistent==0.18.0
117117
# via jsonschema
118-
pytest==6.2.4
118+
pytest==6.2.5
119119
# via
120120
# -r requirements/_test.in
121121
# pytest-aiohttp
@@ -133,9 +133,7 @@ pytest-instafail==0.4.2
133133
pytest-runner==5.3.1
134134
# via -r requirements/_test.in
135135
python-dateutil==2.8.2
136-
# via
137-
# -c requirements/_migration.txt
138-
# faker
136+
# via faker
139137
python-dotenv==0.19.0
140138
# via docker-compose
141139
pyyaml==5.4.1
@@ -173,8 +171,11 @@ toml==0.10.2
173171
# pylint
174172
# pytest
175173
# pytest-cov
176-
typing-extensions==3.10.0.0
177-
# via aiohttp
174+
typing-extensions==3.10.0.2
175+
# via
176+
# aiohttp
177+
# astroid
178+
# pylint
178179
urllib3==1.26.6
179180
# via
180181
# -c requirements/../../../requirements/constraints.txt

packages/postgres-database/requirements/_tools.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
#
55
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
66
#
7-
appdirs==1.4.4
8-
# via black
97
backports.entry-points-selectable==1.1.0
108
# via virtualenv
11-
black==21.7b0
9+
black==21.9b0
1210
# via -r requirements/../../../requirements/devenv.txt
1311
bump2version==1.0.1
1412
# via -r requirements/../../../requirements/devenv.txt
@@ -41,6 +39,7 @@ pip-tools==6.2.0
4139
platformdirs==2.3.0
4240
# via
4341
# -c requirements/_test.txt
42+
# black
4443
# virtualenv
4544
pre-commit==2.14.0
4645
# via -r requirements/../../../requirements/devenv.txt
@@ -63,6 +62,10 @@ tomli==1.2.1
6362
# via
6463
# black
6564
# pep517
65+
typing-extensions==3.10.0.2
66+
# via
67+
# -c requirements/_test.txt
68+
# black
6669
virtualenv==20.7.0
6770
# via pre-commit
6871
wheel==0.36.2

0 commit comments

Comments
 (0)