From 9cc0cc2d5edcb85f56878b8d992f9c0699bf060b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:16:41 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.6 to 2.9.7 in /api Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 22e50348..ad4bb239 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -53,7 +53,7 @@ markupsafe==2.1.3 # werkzeug networkx==3.1 # via -r requirements-minimal.txt -psycopg2-binary==2.9.6 +psycopg2-binary==2.9.7 # via -r requirements-minimal.txt pydantic==2.1.1 # via -r requirements-minimal.txt