Skip to content

Commit 782e35f

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-IDNA-6597975
1 parent 233835b commit 782e35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pytest-cov==2.12.1
88
pytest-flake8==1.0.7
99
pytest-random-order==1.0.4
1010
requests==2.25.1
11+
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)