Skip to content

Commit

Permalink
Bump python-gammu to 3.2.4 with Python 3.10 support (#74797)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAnnekov authored Jul 9, 2022
1 parent 16900dc commit 81cdbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sms/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "SMS notifications via GSM-modem",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sms",
"requirements": ["python-gammu==3.2.3"],
"requirements": ["python-gammu==3.2.4"],
"codeowners": ["@ocalvo"],
"iot_class": "local_polling",
"loggers": ["gammu"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ python-family-hub-local==0.0.2
python-forecastio==1.4.0

# homeassistant.components.sms
# python-gammu==3.2.3
# python-gammu==3.2.4

# homeassistant.components.gc100
python-gc100==1.0.3a0
Expand Down

0 comments on commit 81cdbf4

Please sign in to comment.