From baf967a610292d5c651eaf1b8e20ee33cbfc32af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:38:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/p?= =?UTF-8?q?y3-cryptography=20to=20v41=20(#80)?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt-io/Dockerfile b/mqtt-io/Dockerfile index 385f431..0372b5b 100755 --- a/mqtt-io/Dockerfile +++ b/mqtt-io/Dockerfile @@ -19,7 +19,7 @@ RUN \ \ && apk add --no-cache \ py3-bcrypt=4.0.1-r2 \ - py3-cryptography=40.0.2-r1 \ + py3-cryptography=41.0.3-r0 \ py3-pip=23.1.2-r0 \ python3=3.11.4-r0 \ \