Bump version of dependencies for services¶
Overview¶
The dependencies for service will upgrade features/bug fix/add documentation/...
To align with the best service, this required to update and validate in the frequency without affected to the services.
Required checklist:
- The version can be latest, but it's best on the range
Example:
One of
- If the major on version changed, required to re-evaluate the syntax/changes/affected of the resources
Example:
-
Change of
sqlalchemy
from version1.4.x
to version2.x.x
is very different -
Required to test in the vitural environment is pass. If not exists CICD to this, please add