From 3c8effe8e382c6275fdeaccf875521374508c425 Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Mon, 27 May 2024 18:43:53 +0200 Subject: [PATCH] Bumped Garth for MFA changes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3b2db4..d0ee85b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "garminconnect" -version = "0.2.17" +version = "0.2.18" description = "Python 3 API wrapper for Garmin Connect" authors = [ {name = "Ron Klinkien", email = "ron@cyberjunky.nl"}, ] dependencies = [ - "garth>=0.4.45", + "garth>=0.4.46", "withings-sync>=4.2.4", ] readme = "README.md"