Skip to content

Commit 39bcf91

Browse files
committed
fix: rest-api/trusted-auth-server-python/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FLASK-15322678 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-15322677
1 parent 49b1b1c commit 39bcf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==2.2.5
2-
Werkzeug==3.0.6
1+
Flask==3.1.3
2+
Werkzeug==3.1.6
33
requests==2.32.4
44
python-dotenv==0.19.0

0 commit comments

Comments
 (0)