Skip to content

Commit 0a84e17

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-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 8332c87 commit 0a84e17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ twine>=1.13.0
44
black>=18.9b0
55
pytest>=4.3.0
66
pytest-cov>=2.6.1
7-
coveralls>=1.6.0
7+
coveralls>=1.6.0
8+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)