From 86a1584c1cfe62dfd7a966fc61a22934b6a6b42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:39:10 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.6 to 2.9.8 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.8. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.8) --- updated-dependencies: - dependency-name: psycopg2 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 3abc645..a734146 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ djangorestframework-simplejwt==5.2.2 drf-spectacular==0.26.4 inflection==0.5.1 jsonschema==4.18.4 -psycopg2==2.9.6 +psycopg2==2.9.8 PyJWT==2.8.0 pymemcache==4.0.0 pyrsistent==0.19.3