Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Maintenance/week 38 dependencies #2545

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
80e1c0e
typing-extensions upgraded to 3.10.0.2
pcrespov Sep 20, 2021
10bfe33
Fixes api-server ugprade after changes in service-lib (got via simcor…
pcrespov Sep 20, 2021
f98fd96
Added reminder note
pcrespov Sep 20, 2021
3d3c1c5
Fixes dask-sidecar reqs after changes in service-lib reqs
pcrespov Sep 20, 2021
23d0b28
Fixes sidecar reqs after changes in service-lib reqs
pcrespov Sep 20, 2021
81017dd
Fixes swarm-deploy reqs after changes in service-lib reqs
pcrespov Sep 20, 2021
2f8351a
upgrades all to pylint==2.11.1
pcrespov Sep 20, 2021
4c2b903
upgrades to pytest 6.2.5
pcrespov Sep 20, 2021
b99daf4
Adds reqs-all recipe
pcrespov Sep 20, 2021
b13ed10
Fixes pylint R0201: Method could be a function (no-self-use)
pcrespov Sep 20, 2021
213ada2
Fixes pylint R1714: Consider merging these comparisons with ... (cons…
pcrespov Sep 20, 2021
9df12a0
sidecar needs jsonschema after removing servicelib extras
pcrespov Sep 20, 2021
a1eb9c8
tests/swarm-deploy needs jsonschema after removing servicelib extras
pcrespov Sep 20, 2021
426c7a2
missing pylint fixes
pcrespov Sep 20, 2021
59ab242
fixes tutils
pcrespov Sep 20, 2021
a17865d
missing linter fixes
pcrespov Sep 20, 2021
cc89d0f
updates black in pre-commit
pcrespov Sep 20, 2021
2d8d836
upgrades black==21.9b0
pcrespov Sep 20, 2021
8d12267
upgrades alembic==1.7.3
pcrespov Sep 20, 2021
40a46cc
upgraded click
pcrespov Sep 20, 2021
02117a6
upgrades celery==5.1.2: this constraints click<8
pcrespov Sep 20, 2021
23664f5
updates doc
pcrespov Sep 20, 2021
46b20ac
adds makefile option
pcrespov Sep 20, 2021
734616e
fastapi, uvicorn and websockets
pcrespov Sep 20, 2021
2550c75
typer=0.4.0
pcrespov Sep 20, 2021
6dd6998
upgrades docker==5.0.2
pcrespov Sep 20, 2021
a9b6f6b
minor fixes in typer help
pcrespov Sep 20, 2021
4a32c37
removes reload from production mode
pcrespov Sep 20, 2021
406ae32
minor
pcrespov Sep 20, 2021
7a777ba
reverted uvicorn
pcrespov Sep 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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