Compare commits

..

4 Commits
1.0.2 ... main

3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
} }
], ],
"requirements": [ "requirements": [
"flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.2.4" "flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.3.0"
], ],
"version": "1.0.2" "version": "1.0.4"
} }

View File

@ -1,2 +1,2 @@
homeassistant==2023.1.7 homeassistant==2023.1.7
flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py flickerstrip-py @ git+https://git.fifitido.net/lib/flickerstrip-py@0.3.0

View File

@ -53,7 +53,7 @@ forced_separate = tests
combine_as_imports = true combine_as_imports = true
[mypy] [mypy]
python_version = 3.7 python_version = 3.11.4
ignore_errors = true ignore_errors = true
follow_imports = silent follow_imports = silent
ignore_missing_imports = true ignore_missing_imports = true