Skip to content

Commit 902b237

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-9964606
1 parent 1e5b36e commit 902b237

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
@@ -1,5 +1,5 @@
11
python-dotenv~=1.0.0
2-
setuptools==75.6.0
2+
setuptools==78.1.1
33
requests~=2.32.3
44
pylint
55
bson>=0.5.9

0 commit comments

Comments
 (0)