Skip to content

Commit

Permalink
fix: requirements/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-REQUESTS-6928867
  • Loading branch information
snyk-bot committed May 21, 2024
1 parent 92b2340 commit 3c36c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# pip install pipreqs && pipreqs .
discord.py==1.7.3
requests==2.27.1
requests==2.32.0
schedule==1.1.0
python-ibc>=0.2.0
discord_webhook

0 comments on commit 3c36c09

Please sign in to comment.