Skip to content

Commit

Permalink
fix: ex-11/got-episodes-api-python/requirements.txt to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities (#28)

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ANYIO-7361842
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-7886970
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
steinsiv and snyk-bot authored Sep 5, 2024
1 parent 8e5da9a commit 1a38d60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ex-11/got-episodes-api-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi==0.112.2
starlette==0.38.4
anyio==4.4.0
cryptography==43.0.0
cryptography==43.0.1
certifi==2024.7.4
idna==3.8
uvicorn[standard]
Expand All @@ -11,4 +11,5 @@ authlib==1.3.2
pydantic-settings
pytest
httpx
urllib3==2.2.2
urllib3==2.2.2
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 1a38d60

Please sign in to comment.