Skip to content

Commit 56e8785

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
1 parent 4e0e1ec commit 56e8785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ connexion[uvicorn,flask,swagger-ui]==3.0.5
33
tinydb==4.8.0
44

55
# Misc utils
6-
setuptools==69.2.0
6+
setuptools==70.0.0
77
event-channel==0.4.3
88

99
# IO extensions

0 commit comments

Comments
 (0)