From 89226892d66c24be0af48bcf04de72f2c30d75f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:10:10 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.6 to 2.9.9 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- base-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-requirements.txt b/base-requirements.txt index a86bf74ae..c37afb408 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -9,7 +9,7 @@ docutils==0.12 Markdown==3.3.4 cmarkgfm==0.6.0 Pillow==9.4.0 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.9 python3-openid==3.2.0 python-decouple==3.4 # lxml used by BeautifulSoup.