From 1e0b315841abd734b59f3127bd8f974c845663d1 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:16:32 +0000 Subject: [PATCH] chore(deps): update dependency gunicorn to v20 --- rootfs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/requirements.txt b/rootfs/requirements.txt index 00537ef12..b7818d2a4 100644 --- a/rootfs/requirements.txt +++ b/rootfs/requirements.txt @@ -6,7 +6,7 @@ django-cors-middleware==1.3.1 django-guardian==1.4.9 djangorestframework==3.6.4 docker-py==1.10.6 -gunicorn==19.7.1 +gunicorn==20.0.1 idna==2.6 jmespath==0.9.3 jsonfield==2.0.2