diff --git a/src/App/pyproject.toml b/src/App/pyproject.toml index fbf6c7ac9..749721f5c 100644 --- a/src/App/pyproject.toml +++ b/src/App/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "uvicorn[standard]>=0.38.0", "jinja2", "azure-identity", - "python-dotenv==1.2.2", - "python-multipart==0.0.30", + "python-dotenv==1.2.3", + "python-multipart==0.0.32", "urllib3==2.7.0", ]