Skip to content

Commit

Permalink
Constrain pycountry to >=23.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Mar 31, 2024
1 parent 26aa0e6 commit a022531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues",
"requirements": ["pycountry>=23.0.0", "xmltodict>=0.13.0", "charset_normalizer>=3.2.0"],
"requirements": ["pycountry>=23.12.11", "xmltodict>=0.13.0", "charset_normalizer>=3.2.0"],
"version": "0.39.0"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ isort==5.12.0
black==23.1.0
xmltodict>=0.13.0
charset_normalizer>=3.2.0
pycountry>=23.0.0
pycountry>=23.12.11
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pytest-homeassistant-custom-component==0.13.103
# From our manifest.json for our custom component
xmltodict>=0.13.0
charset_normalizer>=3.2.0
pycountry>=23.0.0
pycountry>=23.12.11

0 comments on commit a022531

Please sign in to comment.