Skip to content

Commit

Permalink
Bump Météo-France to 1.1.0 (home-assistant#80255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored Oct 13, 2022
1 parent 757df21 commit 3379e14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/meteo_france/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "M\u00e9t\u00e9o-France",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/meteo_france",
"requirements": ["meteofrance-api==1.0.2"],
"requirements": ["meteofrance-api==1.1.0"],
"codeowners": ["@hacf-fr", "@oncleben31", "@Quentame"],
"iot_class": "cloud_polling",
"loggers": ["meteofrance_api"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ messagebird==1.2.0
meteoalertapi==0.3.0

# homeassistant.components.meteo_france
meteofrance-api==1.0.2
meteofrance-api==1.1.0

# homeassistant.components.mfi
mficlient==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ meater-python==0.0.8
melnor-bluetooth==0.0.20

# homeassistant.components.meteo_france
meteofrance-api==1.0.2
meteofrance-api==1.1.0

# homeassistant.components.mfi
mficlient==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion script/pip_check
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PIP_CACHE=$1

# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=4
DEPENDENCY_CONFLICTS=3

PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
Expand Down

0 comments on commit 3379e14

Please sign in to comment.