Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-06-04 18:00:36 +02:00
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22
RUN apk add curl python3 exiftool
RUN adduser -D kakigoori

View File

@@ -24,7 +24,7 @@ dependencies = [
"requests==2.32.3",
"s3transfer==0.13.0",
"six==1.16.0",
"sqlparse==0.5.1",
"sqlparse==0.5.3",
"tzdata>=2025.2",
"urllib3==2.2.2",
]

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}