From a1f8a36abac32c97714eb85062b8af23018f2d8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Dec 2022 20:25:00 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AUTHLIB-3152686 - https://snyk.io/vuln/SNYK-PYTHON-AUTHLIB-3152687 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5e5e01caa..bd290c7ac9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,5 +65,5 @@ werkzeug==0.16.1 # Uncomment the requirement for ldap3 if using ldap. # It is not included by default because of the GPL license conflict. # ldap3==2.2.4 -Authlib==0.15.5 +Authlib==1.1.0 advocate==1.0.0 \ No newline at end of file