From 23a1b7a1df71252d13093ad907204a133ef165b5 Mon Sep 17 00:00:00 2001 From: Jezza34000 <57314417+Jezza34000@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:45:36 +0100 Subject: [PATCH] :arrow_up: bump pypetkitapi to 1.7.10, bump integration to 1.3.8 --- custom_components/petkit/manifest.json | 4 ++-- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/petkit/manifest.json b/custom_components/petkit/manifest.json index e611b73..5913159 100644 --- a/custom_components/petkit/manifest.json +++ b/custom_components/petkit/manifest.json @@ -7,6 +7,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Jezza34000/homeassistant_petkit/issues", "loggers": ["petkit"], - "requirements": ["pypetkitapi==1.7.9", "aiofiles==24.1.0"], - "version": "1.3.7" + "requirements": ["pypetkitapi==1.7.10", "aiofiles==24.1.0"], + "version": "1.3.8" } diff --git a/pyproject.toml b/pyproject.toml index 6ea31fc..4709c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -247,7 +247,7 @@ max-complexity = 25 property-decorators = ["propcache.cached_property"] [tool.bumpver] -current_version = "1.1.2" +current_version = "1.3.8" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/requirements.txt b/requirements.txt index bd7182a..1a3fdd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ aiofiles==24.1.0 -pypetkitapi==1.7.9 +pypetkitapi==1.7.10