Upgrade pwmled to 1.6.10 (#67034)

This commit is contained in:
Marc Mueller 2022-02-22 14:45:05 +01:00 committed by GitHub
parent b6d8a82e7d
commit 995f4fbfda
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.9"],
"requirements": ["pwmled==1.6.10"],
"codeowners": ["@soldag"],
"iot_class": "local_push",
"loggers": ["adafruit_blinka", "adafruit_circuitpython_pca9685", "pwmled"]

View File

@ -1317,7 +1317,7 @@ pushover_complete==1.1.1
pvo==0.2.2
# homeassistant.components.rpi_gpio_pwm
pwmled==1.6.9
pwmled==1.6.10
# 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=9
DEPENDENCY_CONFLICTS=8
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)