Skip to content

Commit 2ff0b2a

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-6928867
1 parent 233835b commit 2ff0b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pytest==6.2.4
77
pytest-cov==2.12.1
88
pytest-flake8==1.0.7
99
pytest-random-order==1.0.4
10-
requests==2.25.1
10+
requests==2.32.0

0 commit comments

Comments
 (0)