From e4e2cfb9972e355324e52cb67809869e98883e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:11:24 +0000 Subject: [PATCH] Bump uwsgi from 2.0.17.1 to 2.0.22 Bumps [uwsgi](https://github.com/unbit/uwsgi-docs) from 2.0.17.1 to 2.0.22. - [Commits](https://github.com/unbit/uwsgi-docs/commits) --- updated-dependencies: - dependency-name: uwsgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc19e31..811f424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask -uWSGI==2.0.17.1 +uWSGI==2.0.22 celery kombu==4.6.4 redis