From d5dddd5f73c361583c3d13f773188cfe23929007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:37:29 +0000 Subject: [PATCH 1/5] Bump colorlog from 6.8.0 to 6.8.2 Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 6.8.0 to 6.8.2. - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](https://github.com/borntyping/python-colorlog/compare/v6.8.0...v6.8.2) --- updated-dependencies: - dependency-name: colorlog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6684dc6..9cf661f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -colorlog==6.8.0 +colorlog==6.8.2 homeassistant==2024.1.0 pip>=21.0,<23.4 ruff==0.1.13 \ No newline at end of file From 27551067baf080c642e79c6495ae3d50d8e90f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:50:05 +0000 Subject: [PATCH 2/5] Update pip requirement from <23.4,>=21.0 to >=21.0,<24.1 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.0...24.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6684dc6..59c7fd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorlog==6.8.0 homeassistant==2024.1.0 -pip>=21.0,<23.4 +pip>=21.0,<24.1 ruff==0.1.13 \ No newline at end of file From 9b8f536601ee8c326818488ebce008e384f9a0da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:19:34 +0000 Subject: [PATCH 3/5] Bump pre-commit from 3.6.0 to 3.7.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index ba2ac15..9f7c1ed 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,3 +1,3 @@ -r requirements.txt -pre-commit==3.6.0 +pre-commit==3.7.0 vulture==2.10 \ No newline at end of file From 38fd1fb63147e10c82643c571dc8b8fc3c1bdf02 Mon Sep 17 00:00:00 2001 From: dylan madisetti Date: Sun, 31 Mar 2024 13:05:56 -0400 Subject: [PATCH 4/5] Bump connect version --- custom_components/garmin_connect/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/garmin_connect/manifest.json b/custom_components/garmin_connect/manifest.json index 7733882..ff83975 100644 --- a/custom_components/garmin_connect/manifest.json +++ b/custom_components/garmin_connect/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/cyberjunky/home-assistant-garmin_connect", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/cyberjunky/home-assistant-garmin_connect/issues", - "requirements": ["garminconnect==0.2.12", "tzlocal"], + "requirements": ["garminconnect>=0.2.15", "tzlocal"], "version": "0.2.19" } From e99ec5c770a8d86273dd0a3db14cf52a8ed4c700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:21:08 +0000 Subject: [PATCH 5/5] Bump ruff from 0.1.13 to 0.3.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.3.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.13...v0.3.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6684dc6..3273217 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorlog==6.8.0 homeassistant==2024.1.0 pip>=21.0,<23.4 -ruff==0.1.13 \ No newline at end of file +ruff==0.3.5 \ No newline at end of file