Skip to content

Commit

Permalink
⬆️ Maintenance/week 38 dependencies (#2545)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pcrespov authored Sep 20, 2021
1 parent f91f7ea commit e7cb9c7
Show file tree
Hide file tree
Showing 85 changed files with 657 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.9b0
hooks:
- id: black
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- ADD HERE ALL BADGE URLS. Use https://shields.io/ -->
[Code style: black]:https://img.shields.io/badge/code%20style-black-000000.svg
[Requires.io]:https://img.shields.io/requires/github/ITISFoundation/osparc-simcore.svg
[Requires.io]:https://img.shields.io/requires/github/ITISFoundation/osparc-simcore.svg?branch=master
[travis-ci]:https://travis-ci.org/ITISFoundation/osparc-simcore.svg?branch=master
[github.io]:https://img.shields.io/website-up-down-green-red/https/itisfoundation.github.io.svg?label=documentation
[itis.dockerhub]:https://img.shields.io/website/https/hub.docker.com/u/itisfoundation.svg?down_color=red&label=dockerhub%20repos&up_color=green
Expand Down
4 changes: 2 additions & 2 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pyparsing==2.4.7
# via packaging
pyrsistent==0.18.0
# via jsonschema
pytest==6.2.4
pytest==6.2.5
# via
# -r requirements.in
# pytest-aiohttp
Expand Down Expand Up @@ -99,7 +99,7 @@ toml==0.10.2
# via
# pytest
# pytest-cov
typing-extensions==3.10.0.0
typing-extensions==3.10.0.2
# via aiohttp
werkzeug==2.0.1
# via openapi-core
Expand Down
Binary file modified docs/img/.stack-simcore-version.yml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/models-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pydantic==1.8.2
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_base.in
typing-extensions==3.10.0.0
typing-extensions==3.10.0.2
# via pydantic
10 changes: 6 additions & 4 deletions packages/models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aiohttp==3.7.4.post0
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
# pytest-aiohttp
astroid==2.7.3
astroid==2.8.0
# via pylint
async-timeout==3.0.1
# via aiohttp
Expand Down Expand Up @@ -71,11 +71,11 @@ psycopg2-binary==2.9.1
# via sqlalchemy
py==1.10.0
# via pytest
pylint==2.10.2
pylint==2.11.1
# via -r requirements/_test.in
pyparsing==2.4.7
# via packaging
pytest==6.2.4
pytest==6.2.5
# via
# -r requirements/_test.in
# pytest-aiohttp
Expand Down Expand Up @@ -123,10 +123,12 @@ toml==0.10.2
# pylint
# pytest
# pytest-cov
typing-extensions==3.10.0.0
typing-extensions==3.10.0.2
# via
# -c requirements/_base.txt
# aiohttp
# astroid
# pylint
urllib3==1.26.6
# via
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
Expand Down
10 changes: 7 additions & 3 deletions packages/models-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
#
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
#
appdirs==1.4.4
# via black
backports.entry-points-selectable==1.1.0
# via virtualenv
black==21.7b0
black==21.9b0
# via -r requirements/../../../requirements/devenv.txt
bump2version==1.0.1
# via -r requirements/../../../requirements/devenv.txt
Expand Down Expand Up @@ -41,6 +39,7 @@ pip-tools==6.2.0
platformdirs==2.3.0
# via
# -c requirements/_test.txt
# black
# virtualenv
pre-commit==2.14.0
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -63,6 +62,11 @@ tomli==1.2.1
# via
# black
# pep517
typing-extensions==3.10.0.2
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# black
virtualenv==20.7.0
# via pre-commit
wheel==0.36.2
Expand Down
18 changes: 9 additions & 9 deletions packages/postgres-database/requirements/_migration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,24 @@
#
# pip-compile --output-file=requirements/_migration.txt --strip-extras requirements/_migration.in
#
alembic==1.6.5
alembic==1.7.3
# via -r requirements/_migration.in
certifi==2021.5.30
# via requests
charset-normalizer==2.0.4
# via requests
click==8.0.1
# via -r requirements/_migration.in
docker==5.0.0
docker==5.0.2
# via -r requirements/_migration.in
idna==2.10
# via
# -c requirements/_base.txt
# requests
importlib-resources==5.2.2 ; python_version < "3.9"
# via
# -c requirements/../../../requirements/constraints.txt
# alembic
mako==1.1.4
# via alembic
markupsafe==2.0.1
Expand All @@ -26,16 +30,10 @@ psycopg2-binary==2.9.1
# via
# -c requirements/_base.txt
# sqlalchemy
python-dateutil==2.8.2
# via alembic
python-editor==1.0.4
# via alembic
requests==2.26.0
# via docker
six==1.16.0
# via
# python-dateutil
# websocket-client
# via websocket-client
sqlalchemy==1.3.24
# via
# -c requirements/../../../requirements/constraints.txt
Expand All @@ -52,3 +50,5 @@ websocket-client==0.59.0
# via
# -r requirements/_migration.in
# docker
zipp==3.5.0
# via importlib-resources
19 changes: 10 additions & 9 deletions packages/postgres-database/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiohttp==3.7.4.post0
# pytest-aiohttp
aiopg==1.3.1
# via -r requirements/_test.in
astroid==2.7.3
astroid==2.8.0
# via pylint
async-timeout==3.0.1
# via
Expand Down Expand Up @@ -52,7 +52,7 @@ cryptography==3.4.7
# paramiko
distro==1.6.0
# via docker-compose
docker==5.0.0
docker==5.0.2
# via
# -c requirements/_migration.txt
# docker-compose
Expand Down Expand Up @@ -107,15 +107,15 @@ py==1.10.0
# via pytest
pycparser==2.20
# via cffi
pylint==2.10.2
pylint==2.11.1
# via -r requirements/_test.in
pynacl==1.4.0
# via paramiko
pyparsing==2.4.7
# via packaging
pyrsistent==0.18.0
# via jsonschema
pytest==6.2.4
pytest==6.2.5
# via
# -r requirements/_test.in
# pytest-aiohttp
Expand All @@ -133,9 +133,7 @@ pytest-instafail==0.4.2
pytest-runner==5.3.1
# via -r requirements/_test.in
python-dateutil==2.8.2
# via
# -c requirements/_migration.txt
# faker
# via faker
python-dotenv==0.19.0
# via docker-compose
pyyaml==5.4.1
Expand Down Expand Up @@ -173,8 +171,11 @@ toml==0.10.2
# pylint
# pytest
# pytest-cov
typing-extensions==3.10.0.0
# via aiohttp
typing-extensions==3.10.0.2
# via
# aiohttp
# astroid
# pylint
urllib3==1.26.6
# via
# -c requirements/../../../requirements/constraints.txt
Expand Down
9 changes: 6 additions & 3 deletions packages/postgres-database/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
#
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
#
appdirs==1.4.4
# via black
backports.entry-points-selectable==1.1.0
# via virtualenv
black==21.7b0
black==21.9b0
# via -r requirements/../../../requirements/devenv.txt
bump2version==1.0.1
# via -r requirements/../../../requirements/devenv.txt
Expand Down Expand Up @@ -41,6 +39,7 @@ pip-tools==6.2.0
platformdirs==2.3.0
# via
# -c requirements/_test.txt
# black
# virtualenv
pre-commit==2.14.0
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -63,6 +62,10 @@ tomli==1.2.1
# via
# black
# pep517
typing-extensions==3.10.0.2
# via
# -c requirements/_test.txt
# black
virtualenv==20.7.0
# via pre-commit
wheel==0.36.2
Expand Down
6 changes: 3 additions & 3 deletions packages/service-integration/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.0.1
# via -r requirements/_base.in
dnspython==2.1.0
# via email-validator
docker==5.0.0
docker==5.0.2
# via -r requirements/_base.in
email-validator==1.1.3
# via pydantic
Expand Down Expand Up @@ -44,7 +44,7 @@ pyparsing==2.4.7
# via packaging
pyrsistent==0.18.0
# via jsonschema
pytest==6.2.4
pytest==6.2.5
# via -r requirements/_base.in
pyyaml==5.4.1
# via
Expand All @@ -57,7 +57,7 @@ six==1.16.0
# via jsonschema
toml==0.10.2
# via pytest
typing-extensions==3.10.0.0
typing-extensions==3.10.0.2
# via pydantic
urllib3==1.26.6
# via
Expand Down
11 changes: 8 additions & 3 deletions packages/service-integration/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/_test.txt --strip-extras requirements/_test.in
#
astroid==2.7.3
astroid==2.8.0
# via pylint
attrs==21.2.0
# via
Expand Down Expand Up @@ -56,13 +56,13 @@ py==1.10.0
# via
# -c requirements/_base.txt
# pytest
pylint==2.10.2
pylint==2.11.1
# via -r requirements/_test.in
pyparsing==2.4.7
# via
# -c requirements/_base.txt
# packaging
pytest==6.2.4
pytest==6.2.5
# via
# -c requirements/_base.txt
# -r requirements/_test.in
Expand All @@ -89,6 +89,11 @@ toml==0.10.2
# pylint
# pytest
# pytest-cov
typing-extensions==3.10.0.2
# via
# -c requirements/_base.txt
# astroid
# pylint
urllib3==1.26.6
# via
# -c requirements/../../../requirements/constraints.txt
Expand Down
10 changes: 7 additions & 3 deletions packages/service-integration/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
#
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
#
appdirs==1.4.4
# via black
backports.entry-points-selectable==1.1.0
# via virtualenv
black==21.7b0
black==21.9b0
# via -r requirements/../../../requirements/devenv.txt
bump2version==1.0.1
# via -r requirements/../../../requirements/devenv.txt
Expand Down Expand Up @@ -42,6 +40,7 @@ pip-tools==6.2.0
platformdirs==2.3.0
# via
# -c requirements/_test.txt
# black
# virtualenv
pre-commit==2.14.0
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -65,6 +64,11 @@ tomli==1.2.1
# via
# black
# pep517
typing-extensions==3.10.0.2
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# black
virtualenv==20.7.0
# via pre-commit
wheel==0.36.2
Expand Down
6 changes: 4 additions & 2 deletions packages/service-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aiohttp==3.7.4.post0
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_aiohttp.txt
# pytest-aiohttp
astroid==2.7.3
astroid==2.8.0
# via pylint
async-timeout==3.0.1
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ py==1.10.0
# via pytest
pycparser==2.20
# via cffi
pylint==2.10.2
pylint==2.11.1
# via -r requirements/_test.in
pynacl==1.4.0
# via paramiko
Expand Down Expand Up @@ -168,6 +168,8 @@ typing-extensions==3.10.0.2
# -c requirements/_aiohttp.txt
# -c requirements/_base.txt
# aiohttp
# astroid
# pylint
urllib3==1.26.6
# via
# -c requirements/../../../requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion packages/service-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
backports.entry-points-selectable==1.1.0
# via virtualenv
black==21.8b0
black==21.9b0
# via -r requirements/../../../requirements/devenv.txt
bump2version==1.0.1
# via -r requirements/../../../requirements/devenv.txt
Expand Down
2 changes: 2 additions & 0 deletions packages/service-library/tests/aiohttp/tutils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# pylint: disable=redefined-outer-name
# pylint: disable=unused-argument
# pylint: disable=unused-import
# pylint: disable=no-self-use

import asyncio
import json

Expand Down
Loading

0 comments on commit e7cb9c7

Please sign in to comment.