Skip to content

Commit

Permalink
🏗️ Maintenance week 50: mostly library upgrades used in testings and …
Browse files Browse the repository at this point in the history
…better doc (#2019)

* Upgrades testing and tooling libraries such as importlib-metadata, packaging

* UPdates docker package in all

* Notes

* Disables travis until #2029 resolved

* Updates doc diagrams

* Upgrades patch virtualenv for tooling

* Updates deps on models-libray

* Updates pg library

* Updates s3

* Updates servicelib

* Updates service lib

* Updates simcore-sdk

* Updates faker

* Adds missing requirements from simcore-sdk

* Fixes missing dependencies

* Fixes dependencies in web-server

* Fixes type annotations

* pre-commit 2.9.2 -> 2.9.3

* watchdog 0.10.4 -> 1.0.0
Removes dep to pathtools

* Fixes false update by ordering timestamps

* testing tools: cryptography 3.2.1 -> 3.3.1

* testing tools: faker 5.0.0 -> 5.0.1

* removing unnecessary mocks backport lib
fixes in webserver reqs

* test tools: aiopg[sa] 1.0.0 -> 1.1.0

* Replaces mock by unittest.mock or pytest mocker
  • Loading branch information
pcrespov authored Dec 13, 2020
1 parent 8bcfa6b commit c7d97b5
Show file tree
Hide file tree
Showing 53 changed files with 766 additions and 713 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- NOTE: when branched replace `master` in urls -->
[![Code style: black]](https://github.com/psf/black)
[![Requires.io]](https://requires.io/github/ITISFoundation/osparc-simcore/requirements/?branch=master "State of third party python dependencies")
[![travis-ci]](https://travis-ci.org/ITISFoundation/osparc-simcore "State of CI: build, test and pushing images")
<!-- [![travis-ci]](https://travis-ci.org/ITISFoundation/osparc-simcore "State of CI: build, test and pushing images") Commented until #2029 is resolved-->
[![Github-CI Push/PR]](https://github.com/ITISFoundation/osparc-simcore/actions?query=workflow%3A%22Github-CI+Push%2FPR%22+branch%3Amaster)
[![coveralls.io]](https://coveralls.io/github/ITISFoundation/osparc-simcore?branch=master)
[![codecov.io]](https://codecov.io/gh/ITISFoundation/osparc-simcore)
Expand Down Expand Up @@ -124,6 +124,12 @@ Would you like to make a change or add something new? Please read the [contribut
This project is licensed under the terms of the [MIT license](LICENSE).


---

<p align="center">
<img src="https://forthebadge.com/images/badges/built-with-love.svg" width="150">
</p>

<!-- ADD REFERENCES BELOW AND KEEP THEM IN ALPHABETICAL ORDER -->
[chocolatey]:https://chocolatey.org/
[vscode]:https://code.visualstudio.com/
Expand Down
10 changes: 5 additions & 5 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ chardet==3.0.4 # via aiohttp
coverage==5.3 # via -r requirements.in, pytest-cov
idna-ssl==1.1.0 # via aiohttp
idna==2.10 # via idna-ssl, yarl
importlib-metadata==3.0.0 # via jsonschema, pluggy, pytest
importlib-metadata==3.1.1 # via jsonschema, pluggy, pytest
iniconfig==1.1.1 # via pytest
isodate==0.6.0 # via openapi-core, openapi-schema-validator
jsonschema==3.2.0 # via openapi-schema-validator, openapi-spec-validator
lazy-object-proxy==1.5.1 # via openapi-core
lazy-object-proxy==1.5.2 # via openapi-core
more-itertools==8.6.0 # via openapi-core
multidict==5.0.2 # via aiohttp, yarl
multidict==5.1.0 # via aiohttp, yarl
openapi-core==0.13.4 # via -r requirements.in
openapi-schema-validator==0.1.1 # via openapi-core
openapi-spec-validator==0.2.9 # via openapi-core
packaging==20.4 # via pytest, pytest-sugar
packaging==20.7 # via pytest, pytest-sugar
parse==1.18.0 # via openapi-core
pluggy==0.13.1 # via pytest
py==1.9.0 # via pytest
Expand All @@ -33,7 +33,7 @@ pytest-instafail==0.4.2 # via -r requirements.in
pytest-sugar==0.9.4 # via -r requirements.in
pytest==6.1.2 # via -r requirements.in, pytest-aiohttp, pytest-cov, pytest-instafail, pytest-sugar
pyyaml==5.3.1 # via -c ../../requirements/constraints.txt, openapi-spec-validator
six==1.15.0 # via isodate, jsonschema, openapi-core, openapi-schema-validator, openapi-spec-validator, packaging
six==1.15.0 # via isodate, jsonschema, openapi-core, openapi-schema-validator, openapi-spec-validator
strict-rfc3339==0.7 # via openapi-schema-validator
termcolor==1.1.0 # via pytest-sugar
toml==0.10.2 # via pytest
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions ci/travis/DISABLED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Temporary disabled until #2029 is resolved
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 @@ -8,4 +8,4 @@ dataclasses==0.8 # via pydantic
dnspython==2.0.0 # via email-validator
email-validator==1.1.2 # via pydantic
idna==2.10 # via email-validator
pydantic[email]==1.7.2 # via -r requirements/_base.in
pydantic[email]==1.7.3 # via -r requirements/_base.in
10 changes: 5 additions & 5 deletions packages/models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ aiohttp==3.7.3 # via pytest-aiohttp
astroid==2.4.2 # via pylint
async-timeout==3.0.1 # via aiohttp
attrs==20.3.0 # via aiohttp, pytest
certifi==2020.11.8 # via requests
certifi==2020.12.5 # via requests
chardet==3.0.4 # via aiohttp, requests
coverage==5.3 # via -r requirements/_test.in, coveralls, pytest-cov
coveralls==2.2.0 # via -r requirements/_test.in
docopt==0.6.2 # via coveralls
icdiff==1.9.1 # via pytest-icdiff
idna-ssl==1.1.0 # via aiohttp
idna==2.10 # via -c requirements/_base.txt, idna-ssl, requests, yarl
importlib-metadata==3.0.0 # via pluggy, pytest
importlib-metadata==3.1.1 # via pluggy, pytest
iniconfig==1.1.1 # via pytest
isort==5.6.4 # via pylint
lazy-object-proxy==1.4.3 # via astroid
mccabe==0.6.1 # via pylint
multidict==5.0.2 # via aiohttp, yarl
packaging==20.4 # via pytest, pytest-sugar
multidict==5.1.0 # via aiohttp, yarl
packaging==20.7 # via pytest, pytest-sugar
pluggy==0.13.1 # via pytest
pprintpp==0.4.0 # via pytest-icdiff
py==1.9.0 # via pytest
Expand All @@ -37,7 +37,7 @@ pytest-runner==5.2 # via -r requirements/_test.in
pytest-sugar==0.9.4 # via -r requirements/_test.in
pytest==6.1.2 # via -r requirements/_test.in, pytest-aiohttp, pytest-cov, pytest-icdiff, pytest-instafail, pytest-mock, pytest-sugar
requests==2.25.0 # via coveralls
six==1.15.0 # via astroid, packaging
six==1.15.0 # via astroid
termcolor==1.1.0 # via pytest-sugar
toml==0.10.2 # via pylint, pytest
typed-ast==1.4.1 # via astroid
Expand Down
6 changes: 3 additions & 3 deletions packages/models-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ dataclasses==0.8 # via -c requirements/_base.txt, black
distlib==0.3.1 # via virtualenv
filelock==3.0.12 # via virtualenv
identify==1.5.10 # via pre-commit
importlib-metadata==3.0.0 # via -c requirements/_test.txt, pre-commit, virtualenv
importlib-metadata==3.1.1 # via -c requirements/_test.txt, pre-commit, virtualenv
importlib-resources==3.3.0 # via pre-commit, virtualenv
isort==5.6.4 # via -c requirements/_test.txt, -r requirements/../../../requirements/devenv.txt
mypy-extensions==0.4.3 # via black
nodeenv==1.5.0 # via pre-commit
pathspec==0.8.1 # via black
pip-tools==5.4.0 # via -r requirements/../../../requirements/devenv.txt
pre-commit==2.9.2 # via -r requirements/../../../requirements/devenv.txt
pre-commit==2.9.3 # via -r requirements/../../../requirements/devenv.txt
pyyaml==5.3.1 # via -c requirements/../../../requirements/constraints.txt, pre-commit
regex==2020.11.13 # via black
six==1.15.0 # via -c requirements/_test.txt, pip-tools, virtualenv
toml==0.10.2 # via -c requirements/_test.txt, black, pre-commit
typed-ast==1.4.1 # via -c requirements/_test.txt, black
typing-extensions==3.7.4.3 # via -c requirements/_test.txt, black
virtualenv==20.2.1 # via pre-commit
virtualenv==20.2.2 # via pre-commit
zipp==3.4.0 # via -c requirements/_test.txt, importlib-metadata, importlib-resources

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit c7d97b5

Please sign in to comment.