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

⬆️ Autoscaling: requirements update #3916

Conversation

sanderegg
Copy link
Member

@sanderegg sanderegg commented Feb 24, 2023

What do these changes do?

Highlights on updated libraries (only updated libraries are included)

  • #packages before: 40
  • #packages after : 37
# name before after upgrade count packages
1 aio-pika 8.2.5 9.0.4 MAJOR 1 autoscaling⬆️
2 aioboto3 10.1.0 10.4.0 minor 1 autoscaling⬆️
3 aiobotocore 2.4.0 2.4.2 1 autoscaling⬆️
4 aiofiles 22.1.0 23.1.0 MAJOR 1 autoscaling⬆️
5 aiohttp 3.8.3 3.8.4 1 autoscaling⬆️
6 aiormq 6.4.2 6.7.2 minor 1 autoscaling⬆️
7 aws-sam-translator 1.59.0 1.55.0 🔥 downgrade 1 autoscaling🧪
8 black 22.12.0 23.1.0 MAJOR 1 autoscaling🔧
9 botocore-stubs 1.29.16 1.29.78 1 autoscaling⬆️
10 cfn-lint 0.73.1 0.72.6 🔥 downgrade 1 autoscaling🧪
11 charset-normalizer 2.1.1 3.0.1 MAJOR 2 autoscaling⬆️🧪
12 dnspython 2.2.1 2.3.0 minor 1 autoscaling⬆️
13 email-validator 1.3.0 1.3.1 1 autoscaling⬆️
14 fakeredis 2.9.0 2.9.2 1 autoscaling🧪
15 fastapi 0.87.0 0.90.1 minor 1 autoscaling⬆️
16 flask 2.1.3 2.2.3 minor 1 autoscaling🧪
17 httpcore 0.16.1 0.16.3 2 autoscaling⬆️🧪
18 httpx 0.23.1 0.23.3 2 autoscaling⬆️🧪
19 moto 4.0.1 4.1.3 minor 1 autoscaling🧪
20 multidict 6.0.2 6.0.4 1 autoscaling⬆️
21 packaging 21.3 23.0 MAJOR 3 autoscaling⬆️🧪🔧
22 pre-commit 3.0.4 3.1.0 minor 1 autoscaling🔧
23 pydantic 1.10.2 🗑️ removed 1 autoscaling🧪
24 pyparsing 3.0.9 🗑️ removed 2 autoscaling⬆️🔧
25 pyrsistent 0.19.2 0.19.3 2 autoscaling⬆️🧪
26 python-dotenv 0.21.1 1.0.0 MAJOR 1 autoscaling🧪
27 pytz 2022.7.1 🗑️ removed 1 autoscaling🧪
28 redis 4.4.0 4.5.1 minor 2 autoscaling⬆️🧪
29 starlette 0.21.0 0.23.1 minor 1 autoscaling⬆️
30 tenacity 8.1.0 8.2.1 minor 1 autoscaling⬆️
31 types-aiobotocore 2.4.0.post1 2.4.2.post1 1 autoscaling⬆️
32 types-aiobotocore-ec2 2.4.0.post1 2.4.2 1 autoscaling⬆️
33 types-awscrt 0.15.3 0.16.10 minor 1 autoscaling⬆️
34 types-toml 0.10.8.4 0.10.8.5 1 autoscaling🧪
35 typing-extensions 4.4.0 4.5.0 minor 3 autoscaling⬆️🧪🔧
36 urllib3 1.26.13 1.26.14 2 autoscaling⬆️🧪
37 watchdog 2.2.1 2.3.0 minor 1 autoscaling🔧
38 werkzeug 2.1.2 2.2.3 minor 1 autoscaling🧪
39 yarl 1.8.1 1.8.2 1 autoscaling⬆️
40 zipp 3.13.0 3.14.0 minor 1 autoscaling🧪

Legend:

  • ⬆️ base dependency (only services because packages are floating)
  • 🧪 test dependency
  • 🔧 tool dependency

Related issue/s

fixes ITISFoundation/osparc-issues#675

How to test

Checklist

@sanderegg sanderegg added the a:autoscaling autoscaling service in simcore's stack label Feb 24, 2023
@sanderegg sanderegg added this to the Mithril milestone Feb 24, 2023
@sanderegg sanderegg self-assigned this Feb 24, 2023
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #3916 (5737399) into master (ad461f2) will increase coverage by 10.6%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #3916      +/-   ##
=========================================
+ Coverage    87.5%   98.2%   +10.6%     
=========================================
  Files         540      21     -519     
  Lines       26290     972   -25318     
  Branches      438       0     -438     
=========================================
- Hits        23019     955   -22064     
+ Misses       3140      17    -3123     
+ Partials      131       0     -131     
Flag Coverage Δ
integrationtests ?
unittests 98.2% <ø> (+13.6%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...s/web/server/src/simcore_service_webserver/rest.py
...r/src/simcore_service_webserver/version_control.py
..._service_webserver/meta_modeling_function_nodes.py
...tor_v2/modules/dynamic_sidecar/api_client/_base.py
...rvice-library/src/servicelib/aiohttp/monitoring.py
.../service-library/src/servicelib/fastapi/openapi.py
...re-sdk/src/simcore_sdk/node_ports_v2/port_utils.py
...c/simcore_service_dynamic_sidecar/core/settings.py
...mcore_service_dynamic_sidecar/api/_dependencies.py
...simcore_service_director_v2/modules/dask_client.py
... and 509 more

@sanderegg sanderegg force-pushed the autoscaling/maintenance/requirements_update branch from 04c7fdf to 9b355da Compare February 24, 2023 08:29
@sanderegg sanderegg marked this pull request as ready for review February 24, 2023 14:03
@sanderegg sanderegg force-pushed the autoscaling/maintenance/requirements_update branch from 7b9297e to 78ee40f Compare February 24, 2023 14:03
@sanderegg sanderegg requested a review from GitHK February 24, 2023 14:03
@sanderegg sanderegg force-pushed the autoscaling/maintenance/requirements_update branch 2 times, most recently from 3cec96b to 95f6cc6 Compare February 27, 2023 09:33
Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx. We should upgrade also other services!

Q: why you were obliged to downgrade some libraries? Please add explanation in the PR

@sanderegg
Copy link
Member Author

Thx. We should upgrade also other services!

Q: why you were obliged to downgrade some libraries? Please add explanation in the PR

@pcrespov
I do not know and would be happy to check with you, I think that came in with @matusdrobuliak66 changes to the tests and tools

@sanderegg sanderegg force-pushed the autoscaling/maintenance/requirements_update branch from 95f6cc6 to 162570f Compare February 27, 2023 16:38
@sanderegg sanderegg force-pushed the autoscaling/maintenance/requirements_update branch from 162570f to 5737399 Compare February 27, 2023 17:16
@sonarcloud
Copy link

sonarcloud bot commented Feb 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codeclimate
Copy link

codeclimate bot commented Feb 27, 2023

Code Climate has analyzed commit 5737399 and detected 0 issues on this pull request.

View more on Code Climate.

@sanderegg sanderegg merged commit 91bce2e into ITISFoundation:master Feb 27, 2023
@sanderegg sanderegg deleted the autoscaling/maintenance/requirements_update branch February 27, 2023 22:28
@pcrespov pcrespov mentioned this pull request Mar 23, 2023
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:autoscaling autoscaling service in simcore's stack
Projects
None yet
Development

Successfully merging this pull request may close these issues.

M1-12 Maintenance and DevOps
4 participants