diff --git a/requirements.txt b/requirements.txt index 6fbea1f..9c78f5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pytz==2023.3; python_version >= "3.8" six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" sqlalchemy==2.0.12; python_version >= "3.7" -starlette==0.26.1; python_version >= "3.7" +starlette==0.36.1; python_version >= "3.7" typing-extensions==4.5.0; python_version < "3.10" and python_version >= "3.7" uvicorn==0.21.1; python_version >= "3.7" watchdog==2.3.1; python_version >= "3.6"