From 8d7505f2648c66ad9aa038105081b8d9e1e4833a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 17:24:41 +0300 Subject: [PATCH] Bump psycopg2-binary from 2.7.4 to 2.8.5 in /cvat/requirements (#1732) Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.7.4 to 2.8.5. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) 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 340e26be..fed7e926 100644 --- a/cvat/requirements/production.txt +++ b/cvat/requirements/production.txt @@ -1,3 +1,3 @@ -r base.txt -psycopg2-binary==2.7.4 +psycopg2-binary==2.8.5 mod-wsgi==4.6.2 \ No newline at end of file