chore: update dependencies and bump version to 1.0.5

This commit is contained in:
2025-09-04 00:37:14 +02:00
parent cdaf3d9500
commit cadc34f797
3 changed files with 30 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Use Python 3.11 slim image as base
FROM python:3.11-slim
# Use Python 3.13 slim image as base
FROM python:3.13-slim
# Set working directory
WORKDIR /app