diff --git a/requirements.txt b/requirements.txt index 2b740e8..2dcab06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,5 +45,5 @@ toml==0.10.2; python_version >= "3.7" and python_full_version >= "3.7.0" tortoise-orm==0.17.6; python_version >= "3.7" and python_version < "4.0" typing-extensions==3.7.4.3; python_version >= "3.7" and python_version < "4.0" urllib3==1.26.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" -werkzeug==1.0.1; python_full_version >= "3.7.0" and python_version >= "3.7" +werkzeug==2.2.3; python_full_version >= "3.7.0" and python_version >= "3.7" wsproto==1.0.0; python_version >= "3.7" and python_full_version >= "3.7.0"