From a4259455364bd64757e5b1f24f0f2833a2b8372f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:55:40 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.9 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_production.txt b/requirements_production.txt index 52cc99e..e8b1102 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -1,6 +1,6 @@ Flask==3.0.3 gunicorn==23.0.0 -psycopg2==2.9.9 +psycopg2==2.9.10 requests==2.32.3 # authlib