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-CERTIFI-5805047
  • Loading branch information
snyk-bot committed Jul 26, 2023
1 parent 9218cfc commit 5bd29d7
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 @@ -14,7 +14,7 @@ billiard==4.1.0
# via celery
celery==5.3.1
# via -r requirements.in
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand Down

0 comments on commit 5bd29d7

Please sign in to comment.