From d283e14dd7608f1f92a43456c21214887f97b53f Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 24 Apr 2024 15:15:48 +0100 Subject: [PATCH] Bump PMS5003 to v1.0.1. Includes better support for Pi devices, defaults to Pi-compatible pins and includes support for custom GPIO pins. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25179f4..7c565bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "gpiod >= 2.1.3", "gpiodevice >= 0.0.3", "pimoroni-bme280 >= 1.0.0", - "pms5003 >= 1.0.0", + "pms5003 >= 1.0.1", "ltr559 >= 1.0.0", "st7735 >= 1.0.0", "ads1015 >= 1.0.0",