Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: requirements.txt to reduce vulnerabilities (#198)
* fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6809379 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319935 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319936 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933 * truncate workspace name to 64 characters * error fix on workspace name * fix: dependency-conflicts between jinja2 and diagrams * fix: dependency-conflicts between werkzeug moto MarkupSafe * fix duplicate local * fix demo_page missing --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Bill Metangmo <[email protected]>
- Loading branch information