1 Commits

Author SHA1 Message Date
renovate[bot]
1b0de1a817 Update dependency paho-mqtt to v2 2024-04-29 22:55:44 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13-alpine
FROM python:3.11-alpine
COPY requirements.txt /app/
COPY aaisp2mqtt.py /app/

View File

@@ -1,3 +1,3 @@
paho-mqtt==1.6.1
paho-mqtt==2.1.0
humanfriendly==10.0
requests==2.28.2