From 7adc161d84c9f2d9e5df527e83f570add6d60066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 00:48:03 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.8 to 2.9.9 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.8 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.8...2.9.9) --- 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 181c6f9..a9e0a26 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.8 +psycopg2-binary==2.9.9 # via -r requirements.in pyjwt==2.7.0 # via djangorestframework-simplejwt