Skip to content

Commit

Permalink
Bump python-sagemcom-api to 1.4.1 (#168)
Browse files Browse the repository at this point in the history
* Bump sagemcom-api to 1.4.1

* Update pre-commit
  • Loading branch information
iMicknl authored Nov 3, 2024
1 parent be215f2 commit 49550c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/imicknl/ha-sagemcom-fast/issues",
"requirements": [
"sagemcom_api==1.3.2"
"sagemcom_api==1.4.1"
],
"ssdp": [
{
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sagemcom_api==1.3.2
sagemcom_api==1.4.1

0 comments on commit 49550c6

Please sign in to comment.