Skip to content

Commit

Permalink
fix: requirements-dev.txt to reduce vulnerabilities (#140)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
uc-snyk and snyk-bot committed May 27, 2024
1 parent 634bd24 commit e7a2928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.6
# via pip-tools
coverage[toml]==7.2.7
# via pytest-cov
idna==3.4
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit e7a2928

Please sign in to comment.