Upgrading flask version to 2.2.5, along with some related dependencies.
With the later version of werkzeug, I had to update tests that used API calls to pass json instead of data (or instead of nothing) as a param to indicate the expected content type. See release notes from version 2.3.0.
Motivation and Context
We need to upgrade flask due to py3.10 version requirements. This change will also resolve some security dependencies in the project.
How Has This Been Tested?
Ran our frontend, metadata, and search services locally to ensure there were no issues.
Documentation
N/A
CheckList
[X] PR title addresses the issue accurately and concisely
Description
json
instead ofdata
(or instead of nothing) as a param to indicate the expected content type. See release notes from version 2.3.0.Motivation and Context
We need to upgrade flask due to py3.10 version requirements. This change will also resolve some security dependencies in the project.
How Has This Been Tested?
Ran our frontend, metadata, and search services locally to ensure there were no issues.
Documentation
N/A
CheckList