Skip to content

Commit

Permalink
Bump pyflic to 2.0.4 (home-assistant#123895)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Aug 14, 2024
1 parent 3b1b600 commit b698dd8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/flic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/flic",
"iot_class": "local_push",
"loggers": ["pyflic"],
"requirements": ["pyflic==2.0.3"]
"requirements": ["pyflic==2.0.4"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ pyfido==2.1.2
pyfireservicerota==0.0.43

# homeassistant.components.flic
pyflic==2.0.3
pyflic==2.0.4

# homeassistant.components.futurenow
pyfnip==0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ pyfido==2.1.2
pyfireservicerota==0.0.43

# homeassistant.components.flic
pyflic==2.0.3
pyflic==2.0.4

# homeassistant.components.forked_daapd
pyforked-daapd==0.1.14
Expand Down
1 change: 0 additions & 1 deletion script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"aiocache": AwesomeVersion(
"0.12.2"
), # https://github.com/aio-libs/aiocache/blob/master/LICENSE all rights reserved?
"pyflic": AwesomeVersion("2.0.3"), # No OSI approved license CC0-1.0 Universal)
}


Expand Down

0 comments on commit b698dd8

Please sign in to comment.