From bd49af3f35876c5259bea7b9755be99a125f633f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 09:03:01 +0000 Subject: [PATCH] Update psycopg requirement from >=3.3.4 to >=3.3.5 in /fetcher Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.4...3.3.5) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fetcher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetcher/requirements.txt b/fetcher/requirements.txt index 2abba42..3a34058 100644 --- a/fetcher/requirements.txt +++ b/fetcher/requirements.txt @@ -1,3 +1,3 @@ garminconnect>=0.3.11 -psycopg[binary]>=3.3.4 +psycopg[binary]>=3.3.5 python-dotenv>=1.2.3