From 9469b5d55b17a4da29037596e5cf081b6a2f7cb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:23:39 +0200 Subject: [PATCH] [Fixes #10198] uwsgi library update (#10199) (#10200) Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3ec6ba36afd..59f878145a7 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 1137be8dc5a..b19dd13a6c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -167,7 +167,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