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-7886970
  • Loading branch information
snyk-bot authored and andchiind committed Sep 5, 2024
1 parent 87ec4f6 commit c8a5dac
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 @@ -43,7 +43,7 @@ click==8.1.7
# via
# isar (pyproject.toml)
# uvicorn
cryptography==43.0.0
cryptography==43.0.1
# via
# azure-identity
# azure-storage-blob
Expand Down

0 comments on commit c8a5dac

Please sign in to comment.