diff --git a/requirements.txt b/requirements.txt index 36764fa..a94d9b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or rsa==4.7.2; python_version >= "3.5" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6") sentry-sdk==1.5.1 six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" and platform_python_implementation != "PyPy" or python_full_version >= "3.6.0" and python_version >= "3.6" and platform_python_implementation != "PyPy" -sqlparse==0.4.2; python_version >= "3.6" +sqlparse==0.4.4; python_version >= "3.6" uritemplate==4.1.1; python_version >= "3.6" urllib3==1.26.7; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4") whitenoise==5.3.0; python_version >= "3.5" and python_version < "4"