From c9be06769e1265d6c9a2b565b6b3106a118e9ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:57:50 +0000 Subject: [PATCH] Bump mod-wsgi from 4.7.1 to 4.9.3 Bumps [mod-wsgi](https://github.com/GrahamDumpleton/mod_wsgi) from 4.7.1 to 4.9.3. - [Release notes](https://github.com/GrahamDumpleton/mod_wsgi/releases) - [Changelog](https://github.com/GrahamDumpleton/mod_wsgi/blob/develop/docs/release-notes.rst) - [Commits](https://github.com/GrahamDumpleton/mod_wsgi/compare/4.7.1...4.9.3) --- updated-dependencies: - dependency-name: mod-wsgi 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 44126d8..8212e36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Django==3.0.8 django-ckeditor==5.9.0 hurry.filesize==0.9 requests==2.24.0 -mod-wsgi==4.7.1 +mod-wsgi==4.9.3 waitress==1.4.4 # By installing the above, the following is automatically installed.