Describe the Housekeeping
As developer (ay6) I would like to the dependency updates enabled which are currently disabled or blocked because of major version changes and test failures.
Acceptance Criteria
Blocking issues
No blocking issue
Additional context
Flask update might make the service return a different error status code for example HTTP_UNPROCESSABLE_ENTITY (422), HTTP_BAD_REQUEST (400), INTERNAL_SERVER_ERROR (500), which causes test failure. Overall, using GET and POST requests interchangeably needs to be reviewed along with the response codes.
Describe the Housekeeping
As developer (ay6) I would like to the dependency updates enabled which are currently disabled or blocked because of major version changes and test failures.
Acceptance Criteria
Blocking issues
No blocking issue
Additional context
Flask update might make the service return a different error status code for example HTTP_UNPROCESSABLE_ENTITY (422), HTTP_BAD_REQUEST (400), INTERNAL_SERVER_ERROR (500), which causes test failure. Overall, using GET and POST requests interchangeably needs to be reviewed along with the response codes.