Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
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-DNSPYTHON-6241713
  • Loading branch information
snyk-bot committed Feb 12, 2024
1 parent 9344c22 commit df82479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==1.14.4
chardet==4.0.0
click==7.1.2
cryptography==37.0.4
dnspython==1.16.0
dnspython==2.6.0rc1
dwollav2==2.2.0
email-validator==1.1.2
eventlet==0.30.2
Expand Down

0 comments on commit df82479

Please sign in to comment.