From d17982abaf674d8e220c68b7f1f6d5c4f40d1e2c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Nov 2024 03:02:40 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Dockerfile | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 023c083..0620811 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - bundle base image + runtime -FROM python:3.12-alpine3.20 AS python-alpine +FROM python:3.13-alpine3.20 AS python-alpine ARG ALPINE="v3.20" # Install GCC (Alpine uses musl but we compile and link dependencies with GCC) diff --git a/requirements.txt b/requirements.txt index fe82427..cc9f21d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.35.17 +boto3==1.35.60 apprise==1.9.0 -humanize==4.10.0 +humanize==4.11.0 awslambdaric==2.2.1