diff --git a/challenges/challenge-1-web-api/python-fastapi/requirements.txt b/challenges/challenge-1-web-api/python-fastapi/requirements.txt index be38d03..103b6df 100644 --- a/challenges/challenge-1-web-api/python-fastapi/requirements.txt +++ b/challenges/challenge-1-web-api/python-fastapi/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.104.1 uvicorn==0.24.0 pydantic==2.5.0 -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.31 pytest==9.0.3