Skip to content

Commit e7a2928

Browse files
uc-snyksnyk-bot
andauthored
fix: requirements-dev.txt to reduce vulnerabilities (#140)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 Co-authored-by: snyk-bot <[email protected]>
1 parent 634bd24 commit e7a2928

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
@@ -14,7 +14,7 @@ click==8.1.6
1414
# via pip-tools
1515
coverage[toml]==7.2.7
1616
# via pytest-cov
17-
idna==3.4
17+
idna==3.7
1818
# via requests
1919
iniconfig==2.0.0
2020
# via pytest

0 commit comments

Comments
 (0)