Skip to content

Commit b5114cb

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pytest>=6.2.1
55
twine==3.3.0
66
pypandoc>=1.5
77
wheel>=0.31.0
8+
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)