From 378ba2252554745b0b64dce1b131b5cc4a975358 Mon Sep 17 00:00:00 2001 From: VijithaEkanayake Date: Wed, 14 Feb 2024 17:59:59 +0530 Subject: [PATCH] chore: update starlette to 0.37.1 Fixes: https://github.com/h2oai/wave-apps/issues/125 --- guess-the-number/requirements.txt | 4 ++-- sales-forecasting/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guess-the-number/requirements.txt b/guess-the-number/requirements.txt index 8381187..8681440 100644 --- a/guess-the-number/requirements.txt +++ b/guess-the-number/requirements.txt @@ -7,6 +7,6 @@ httpx==0.16.1 idna==2.10 rfc3986==1.4.0 sniffio==1.2.0 -starlette==0.13.8 -typing-extensions==3.7.4.3 +starlette==0.37.1 +typing-extensions==3.10.0 uvicorn==0.12.2 diff --git a/sales-forecasting/requirements.txt b/sales-forecasting/requirements.txt index 54230e0..72c5a60 100644 --- a/sales-forecasting/requirements.txt +++ b/sales-forecasting/requirements.txt @@ -16,7 +16,7 @@ rfc3986==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" s3transfer==0.3.3 six==1.15.0; python_full_version >= "3.6.1" sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.1" -starlette==0.13.8; python_version >= "3.6" and python_full_version >= "3.6.1" -typing-extensions==3.7.4.3; python_version < "3.8" and python_full_version >= "3.6.1" +starlette==0.37.1 +typing-extensions==3.10.0 urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" and python_version != "3.4" or python_full_version >= "3.5.0" and python_version < "4" and python_version != "3.4" uvicorn==0.12.2; python_full_version >= "3.6.1"