Upgrade some libraries for docker-compose pass safety check
When a CHECK_SAFETY
option in added to the docker compose command like docker-compose run -e CHECK_SAFETY=1 -e COVERAGE_FILE mayan --verbosity=2
the command fails with error. I think the libraries that fails the checks are: django-allauth==0.38.0
django-cors-headers==2.5.2
and Sphinx==2.4.4
. I was wondering if in the upstream mayan, upgrading these libraries would let the safety check pass?
Edited by Girum Bizuayehu