From b154e1aafa1897233c5f59caf3bc0513c3d00b97 Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:53:05 +0200 Subject: [PATCH] [Fixes #10198] uwsgi library update (#10199) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca2c49116d7..3a7536587b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -141,7 +141,7 @@ django-ipware<4.1 pycountry # production -uWSGI==2.0.20 +uWSGI==2.0.21 gunicorn==20.1.0 ipython==8.5.0 docker==6.0.0 diff --git a/setup.cfg b/setup.cfg index 81245f86a30..3c3c8157d2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -166,7 +166,7 @@ install_requires = pycountry # production - uWSGI==2.0.20 + uWSGI==2.0.21 gunicorn==20.1.0 ipython==8.5.0 docker==6.0.0