From 1545c49ae06321e7338a7c531399405cf2dd84ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:21:30 +0000 Subject: [PATCH] Bump uwsgi in /Stable-Diffusion-UI-Agones/new-approach/pyapp Bumps [uwsgi](https://github.com/unbit/uwsgi-docs) from 2.0.21 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] --- Stable-Diffusion-UI-Agones/new-approach/pyapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stable-Diffusion-UI-Agones/new-approach/pyapp/requirements.txt b/Stable-Diffusion-UI-Agones/new-approach/pyapp/requirements.txt index 4fb240d..72e2479 100644 --- a/Stable-Diffusion-UI-Agones/new-approach/pyapp/requirements.txt +++ b/Stable-Diffusion-UI-Agones/new-approach/pyapp/requirements.txt @@ -5,6 +5,6 @@ # pip-compile --generate-hashes # falcon==3.1.1 -uwsgi==2.0.21 +uwsgi==2.0.22 requests==2.31.0 gunicorn==20.1.0