Skip to content

Commit 55a251f

Browse files
authored
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-PYTHONDOTENV-16115271
1 parent b6e416e commit 55a251f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.2.5
22
Werkzeug==3.0.6
33
requests==2.32.4
4-
python-dotenv==0.19.0
4+
python-dotenv==1.2.2

0 commit comments

Comments
 (0)