From f7807ac1d6635666f428f892a60c18e62f72cc32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:05:57 +0000 Subject: [PATCH] chore(deps): update dependency psycopg2-binary to v2.9.5 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6f95163f..a9991b7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = # Extra packages for local development [options.extras_require] production = - psycopg2-binary==2.9.3 + psycopg2-binary==2.9.5 django-webserver[pyuwsgi]==1.2.0 dev =