From dd3b29ce2d17966818f8f89ab6f0d2df79f46f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 00:49:35 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.7 to 2.9.8 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.8. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...2.9.8) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fc4724a..181c6f9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ markdown==3.4.4 # via -r requirements.in packaging==23.1 # via gunicorn -psycopg2-binary==2.9.7 +psycopg2-binary==2.9.8 # via -r requirements.in pyjwt==2.7.0 # via djangorestframework-simplejwt