Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytile to 2023.12.0 #114370

Merged
merged 1 commit into from Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/tile/manifest.json
Expand Up @@ -7,5 +7,5 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pytile"],
"requirements": ["pytile==2023.04.0"]
"requirements": ["pytile==2023.12.0"]
}
2 changes: 0 additions & 2 deletions pyproject.toml
Expand Up @@ -504,8 +504,6 @@ filterwarnings = [
# https://github.com/eclipse/paho.mqtt.python/issues/653 - >=2.0.0
# https://github.com/eclipse/paho.mqtt.python/pull/665
"ignore:ssl.PROTOCOL_TLS is deprecated:DeprecationWarning:paho.mqtt.client",
# https://github.com/bachya/pytile/pull/280 - >=2023.10.0
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pytile.tile",
# https://github.com/rytilahti/python-miio/pull/1809 - >=0.6.0.dev0
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:miio.protocol",
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:miio.miioprotocol",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -2311,7 +2311,7 @@ python-vlc==3.0.18122
pythonegardia==1.0.52

# homeassistant.components.tile
pytile==2023.04.0
pytile==2023.12.0

# homeassistant.components.tomorrowio
pytomorrowio==0.3.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1781,7 +1781,7 @@ python-technove==1.2.2
python-telegram-bot[socks]==21.0.1

# homeassistant.components.tile
pytile==2023.04.0
pytile==2023.12.0

# homeassistant.components.tomorrowio
pytomorrowio==0.3.6
Expand Down