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-CRYPTOGRAPHY-6050294
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975
  • Loading branch information
snyk-bot committed Jan 27, 2024
1 parent d5f2617 commit 72079f8
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 @@ -10,7 +10,7 @@ PyJWT==1.7.1
gunicorn==19.9.0
base32-crockford==0.3.0
requests==2.22.0
cryptography==3.3.2
cryptography==42.0.0
sevenbridges-python==0.24.0
django-rq==2.3.2
rq==1.6.1
Expand Down

0 comments on commit 72079f8

Please sign in to comment.