From 5523e9947d82ac1479029468808e5745c84332b6 Mon Sep 17 00:00:00 2001 From: Justin Lindh Date: Thu, 12 Oct 2023 01:42:40 -0700 Subject: [PATCH] Bump Python-MyQ to v3.1.13 (#101852) --- homeassistant/components/myq/manifest.json | 2 +- pyproject.toml | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/myq/manifest.json b/homeassistant/components/myq/manifest.json index 5efcb8e1bb0..e924d06955b 100644 --- a/homeassistant/components/myq/manifest.json +++ b/homeassistant/components/myq/manifest.json @@ -14,5 +14,5 @@ }, "iot_class": "cloud_polling", "loggers": ["pkce", "pymyq"], - "requirements": ["python-myq==3.1.11"] + "requirements": ["python-myq==3.1.13"] } diff --git a/pyproject.toml b/pyproject.toml index 46865110200..508b2c06b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -528,7 +528,7 @@ filterwarnings = [ "ignore:datetime.*utcfromtimestamp\\(\\) is deprecated:DeprecationWarning:proto.datetime_helpers", # https://github.com/MatsNl/pyatag/issues/11 - v0.3.7.1 "ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pyatag.gateway", - # https://github.com/Python-MyQ/Python-MyQ - v3.1.11 + # https://github.com/Python-MyQ/Python-MyQ - v3.1.13 "ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pymyq.(api|account)", # Wrong stacklevel # https://bugs.launchpad.net/beautifulsoup/+bug/2034451 diff --git a/requirements_all.txt b/requirements_all.txt index f90c1655c55..e5f479d9860 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2152,7 +2152,7 @@ python-miio==0.5.12 python-mpd2==3.0.5 # homeassistant.components.myq -python-myq==3.1.11 +python-myq==3.1.13 # homeassistant.components.mystrom python-mystrom==2.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index bc85da22b06..102a72f7612 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1602,7 +1602,7 @@ python-matter-server==3.7.0 python-miio==0.5.12 # homeassistant.components.myq -python-myq==3.1.11 +python-myq==3.1.13 # homeassistant.components.mystrom python-mystrom==2.2.0