From d91b4a64324bc54d126e312a878410450e6e6c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:11:32 +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 b6b6342..5da3c99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ Jinja2>=2.10.1 MarkupSafe==0.23 pyparsing==2.2.0 six==1.11.0 -uWSGI==2.0.17.1 +uWSGI==2.0.22 Werkzeug>=0.15.3