diff --git a/requirements.txt b/requirements.txt index b9f3f918ed..0d8c04ab83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ fastapi[standard]==0.122.0 firebase-admin==7.1.0 # Firebase is used for push notification google-api-python-client==2.187.0 google-auth-oauthlib==1.2.1 -helloasso-python==1.0.5 +helloasso-python==1.0.8 httpx==0.28.1 icalendar==5.0.13 jellyfish==1.2.1 # String Matching @@ -26,11 +26,11 @@ pydantic-settings==2.3.4 pydantic==2.12.5 pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.26.7 # PDF processing, imported as `fitz` -python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters +python-multipart==0.0.32 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 sqlalchemy-utils == 0.41.2 -SQLAlchemy[asyncio]==2.0.44 # [asyncio] allows greenlet to be installed on Apple M1 devices. +SQLAlchemy[asyncio]==2.0.52 # [asyncio] allows greenlet to be installed on Apple M1 devices. unidecode==1.3.8 uvicorn[standard]==0.30.6 weasyprint==65.1 # HTML to PDF converter -xlsxwriter==3.2.0 \ No newline at end of file +xlsxwriter==3.2.9 \ No newline at end of file