From 2d7119b3d91d157c108ebbcbe8225b074d18f358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 09:13:50 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.3 to 2.9.4 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5babe69..2d54a49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ Flask==2.0.2 Werkzeug==2.0.2 Flask_Migrate==3.1.0 gunicorn==20.1.0 -psycopg2-binary==2.9.3 +psycopg2-binary==2.9.4 pytest-cov==3.0.0