From 302fa23669bf4f79c4e3b11271463709ec863250 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Thu, 21 Nov 2024 21:40:22 -0800 Subject: [PATCH] fix python dependencies --- apps/api/requirements-dev.txt | 14 +++++++------- apps/api/requirements.txt | 15 ++++++--------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/apps/api/requirements-dev.txt b/apps/api/requirements-dev.txt index 939520ed..e9769257 100644 --- a/apps/api/requirements-dev.txt +++ b/apps/api/requirements-dev.txt @@ -1,10 +1,10 @@ -black==23.11.0 -flake8==6.1.0 -mypy==1.7.1 -pytest==7.4.3 -pytest-asyncio==0.23.2 -pytest-cov==4.1.0 +black==24.10.0 +flake8==7.1.0 +mypy==1.13.0 +pytest==8.3.3 +pytest-asyncio==0.24.0 +pytest-cov==6.0.0 types-python-jose==3.3.4.8 -uvicorn[standard]==0.23.2 +uvicorn[standard]==0.32.0 diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index b6734458..a7c40939 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -1,13 +1,10 @@ -fastapi==0.104.1 -httpx==0.25.2 -python-multipart==0.0.5 +fastapi==0.115.5 +httpx==0.27.2 +python-multipart==0.0.12 python3-saml==1.16.0 python-jose[cryptography]==3.3.0 -motor==3.3.2 -pydantic[email]==2.5.2 +motor==3.6.0 +pydantic[email]==2.9.2 aiosendgrid==0.1.0 sendgrid==6.11.0 -aiogoogle==5.6.0 - -# To avoid breaking xmlsec for python3-saml -lxml<5.0.0 +aiogoogle==5.13.2