From 86b1bfb5647e6640e72be898c5a452a8f170a238 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:34:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Python=20to=20v3.?= =?UTF-8?q?11.11-r0=20(#143)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- mqtt-io/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mqtt-io/Dockerfile b/mqtt-io/Dockerfile index 5deb6d3..ff85559 100755 --- a/mqtt-io/Dockerfile +++ b/mqtt-io/Dockerfile @@ -16,13 +16,13 @@ RUN \ git=2.43.5-r0 \ libffi-dev=3.4.4-r3 \ py3-wheel=0.42.0-r0 \ - python3-dev=3.11.10-r0 \ + python3-dev=3.11.11-r0 \ \ && apk add --no-cache \ py3-bcrypt=4.1.1-r0 \ py3-cryptography=41.0.7-r0 \ py3-pip=23.3.1-r0 \ - python3=3.11.10-r0 \ + python3=3.11.11-r0 \ \ && pip install --upgrade pip==23.0.1 \ && pip install -r /tmp/requirements.txt \