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" diff --git a/template-explore-binary-classification/requirements.txt b/template-explore-binary-classification/requirements.txt index db4c4c2..5bf4f46 100644 --- a/template-explore-binary-classification/requirements.txt +++ b/template-explore-binary-classification/requirements.txt @@ -2,4 +2,6 @@ h2o_wave==0.20.0 toml==0.10.2 loguru==0.6.0 pandas==1.4.0 -matplotlib==3.5.1 \ No newline at end of file +matplotlib==3.5.1 +starlette==0.37.1 +typing-extensions==3.10.0