From 144bab4eac8273354109e96d538c2bf4a9109164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:45:38 +0000 Subject: [PATCH] Update psycopg2-binary requirement in /vwsfriend Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vwsfriend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vwsfriend/requirements.txt b/vwsfriend/requirements.txt index b957ecf8..306650f4 100644 --- a/vwsfriend/requirements.txt +++ b/vwsfriend/requirements.txt @@ -2,7 +2,7 @@ weconnect[Images]~=0.60.5 HAP-python[QRCode]~=4.9.1 pypng~=0.20220715.0 sqlalchemy~=2.0.34 -psycopg2-binary~=2.9.9 +psycopg2-binary~=2.9.10 requests~=2.32.3 Werkzeug~=3.0.4 Flask~=3.0.3