Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and svc-ast-gh-snyk1 committed May 4, 2024
1 parent 29b6f4b commit 02a3bbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
mock
pytest==5.4.3
six
requests>=2.24.0
requests>=2.31.0
unicodecsv>=0.14.1
simple-salesforce>=1.0.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
pyjwt>=2.4.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 02a3bbb

Please sign in to comment.