Merge branch 'main' into renovate/pypdf-6.x
All checks were successful
PR-Build / PR Build (push) Successful in 22s

This commit is contained in:
tidoni 2025-12-25 23:16:57 +01:00
commit f18eb6ebe6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.14.0-slim FROM python:3.14.2-slim
# set the working directory # set the working directory
WORKDIR /app WORKDIR /app

View file

@ -3,4 +3,4 @@ gunicorn==23.0.0
pypdf==6.5.0 pypdf==6.5.0
# For testing # For testing
pytest==8.4.2 pytest==9.0.2