diff --git a/requirements.txt b/requirements.txt index 2f819092..b44043d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ alembic==1.13.1 psycopg2-binary==2.9.11 passlib[bcrypt]==1.7.4 bcrypt==3.2.2 -PyJWT==2.8.0 +PyJWT==2.11.0 requests==2.32.4 urllib3>=1.25.4,<1.27 # Compatible with botocore for Python 3.9 charset-normalizer>=3.4.0,<4 @@ -40,3 +40,4 @@ httpx>=0.25.2,<1.0.0 Pillow==11.1.0 reportlab==4.2.5 resend>=2.0.0 +idna>=3.15 # not directly required, pinned by Snyk to avoid a vulnerability