Skip to content

Commit 7bde747

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096
1 parent 4aa3b96 commit 7bde747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
anyio>=4.9.0
22
cachetools>=6.0.0
33
contextvars>=2.4.0
4-
cryptography==45.0.5
4+
cryptography==46.0.5
55
fastapi[standard]>=0.115.12
66
PyJWT>=2.10.1
77
starlette >= 0.46.0

0 commit comments

Comments
 (0)