From 18e4d6cdf967d926e06e9c12a51ffe61fb62f654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:57:54 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.3 to 2.9.6 in /systemd Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.6. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- systemd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/requirements.txt b/systemd/requirements.txt index d5676e9..857cb66 100644 --- a/systemd/requirements.txt +++ b/systemd/requirements.txt @@ -1,4 +1,4 @@ Flask==2.1.2 -psycopg2-binary==2.9.3 +psycopg2-binary==2.9.6 redis==4.3.4 rq==1.10.1