Skip to content

Commit

Permalink
bump versions to reduce vulnerabilities (#18)
Browse files Browse the repository at this point in the history
* bump versions to reduce vulnerabilities

* fix deprecation warnings by pinning starlette and fastapi
  • Loading branch information
steinsiv authored May 3, 2024
1 parent f67f3c1 commit fca9798
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions ex-10/got-episodes-api-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
fastapi
fastapi==0.110.3
starlette==0.37.2
cryptography==42.0.4
idna==3.7
uvicorn[standard]
pydantic
requests
authlib
pydantic-settings
pytest
httpx
httpx
7 changes: 5 additions & 2 deletions ex-11/got-episodes-api-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
fastapi
fastapi==0.110.3
starlette==0.37.2
cryptography==42.0.4
idna==3.7
uvicorn[standard]
pydantic
requests
authlib
pydantic-settings
pytest
httpx
httpx

0 comments on commit fca9798

Please sign in to comment.