From 4186a7dd313508e003af5a4ee66868ce6509e056 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:29:43 +0300 Subject: [PATCH] Bump mod-wsgi from 4.6.2 to 4.7.1 in /cvat/requirements (#1746) Bumps [mod-wsgi](https://github.com/GrahamDumpleton/mod_wsgi) from 4.6.2 to 4.7.1. - [Release notes](https://github.com/GrahamDumpleton/mod_wsgi/releases) - [Commits](https://github.com/GrahamDumpleton/mod_wsgi/compare/4.6.2...4.7.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- cvat/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/requirements/production.txt b/cvat/requirements/production.txt index fed7e926..36e64e29 100644 --- a/cvat/requirements/production.txt +++ b/cvat/requirements/production.txt @@ -1,3 +1,3 @@ -r base.txt psycopg2-binary==2.8.5 -mod-wsgi==4.6.2 \ No newline at end of file +mod-wsgi==4.7.1 \ No newline at end of file