Skip to content

Commit 3e48fab

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
1 parent e3a5095 commit 3e48fab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
hammock==0.2.4
22
pytest==8.2.1
33
pytest-asyncio==0.23.7
4-
python-dotenv==1.0.1
4+
python-dotenv==1.0.1
5+
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)