diff --git a/requirements.txt b/requirements.txt index 08759db..9e645ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ python-multipart==0.0.20 pyyaml==6.0.2 requests==2.26.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" rsa==4.9; python_version >= "3.5" and python_version < "4" -six==1.16.0; python_full_version >= "3.6.1" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0") +six==1.17.0; python_full_version >= "3.6.1" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0") sniffio==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.2" sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.0.0" starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"