From f89c3903915dcb78bc24a5d5bf512b0e22033221 Mon Sep 17 00:00:00 2001 From: rrr-marble Date: Wed, 20 Dec 2023 12:44:45 +0000 Subject: [PATCH] msc: update backend deps --- backend/src/requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/backend/src/requirements.txt b/backend/src/requirements.txt index 5a56e05..7eaa1d1 100644 --- a/backend/src/requirements.txt +++ b/backend/src/requirements.txt @@ -1,17 +1,18 @@ alembic==1.8.0 -anyio==3.5.0 +anyio==3.7.1 et-xmlfile==1.1.0 -fastapi==0.74.1 +fastapi==0.105.0 greenlet==1.1.2 idna==3.3 openpyxl==3.0.9 passlib[bcrypt]==1.7.4 psycopg2==2.9.3 -pydantic==1.9.0 +pydantic==2.5.2 python-jose[cryptography]==3.3.0 python-multipart==0.0.5 six==1.16.0 sniffio==1.2.0 SQLAlchemy==1.4.31 -starlette==0.17.1 -typing_extensions==4.1.1 +starlette==0.27.0 +typing_extensions==4.8.0 +