[SIGMON-548] update test-requirements and python version to match the SWAN environment
Context
- The test-requirements.txt file, which is used to create the test environment, was not in line with the SWAN environment. It then needed to be updated.
- The python version also needed to be updated to be in line with the SWAN environment
What was done
- Do pip list on SWAN
- Update dependancies
- Update python version
QA
- code was not unit tested, because it is literary the CI test step
- acceptance tests were written
Review objectives
- assessment of code functionality
- assessment of code quality