From 0e6e7dc7d2cebafca19969f727fcbed4c613599a Mon Sep 17 00:00:00 2001 From: Pasha Radchenko Date: Sat, 15 Apr 2023 10:55:38 +0300 Subject: [PATCH] Fix container image build with uWSGI issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6ef718..b0a1984 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ SQLAlchemy==2.0.9 toml==0.10.2 typing_extensions==4.5.0 urllib3==1.26.15 -uWSGI==2.0.20 +uWSGI==2.0.21 Werkzeug==2.2.3 wrapt==1.12.1 WTForms==2.3.3