Upgrade pwmled to 1.6.9 (#65465)

This commit is contained in:
Marc Mueller 2022-02-03 12:16:53 +01:00 committed by GitHub
parent 9fde84ab41
commit cd67ddbe26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "rpi_gpio_pwm",
"name": "pigpio Daemon PWM LED",
"documentation": "https://www.home-assistant.io/integrations/rpi_gpio_pwm",
"requirements": ["pwmled==1.6.7"],
"requirements": ["pwmled==1.6.9"],
"codeowners": ["@soldag"],
"iot_class": "local_push",
"loggers": ["adafruit_blinka", "adafruit_circuitpython_pca9685", "pwmled"]

View File

@ -1313,7 +1313,7 @@ pushover_complete==1.1.1
pvo==0.2.0
# homeassistant.components.rpi_gpio_pwm
pwmled==1.6.7
pwmled==1.6.9
# homeassistant.components.canary
py-canary==0.5.1

View File

@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=13
DEPENDENCY_CONFLICTS=12
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)