Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

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-CERTIFI-5805047
  • Loading branch information
snyk-bot committed Jul 26, 2023
1 parent 595859a commit b487675
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
@@ -1,5 +1,5 @@
beautifulsoup4==4.7.1
certifi==2018.11.29
certifi==2023.7.22
chardet==3.0.4
Click==7.0
gTTS==2.0.3
Expand Down

0 comments on commit b487675

Please sign in to comment.