Compare commits

...

2 commits

Author SHA1 Message Date
1a62285e3b Update dependency pypdf to v6
Some checks failed
PR-Build / PR Build (push) Failing after 6s
2025-10-18 07:00:45 +00:00
7b283dae36 .forgejo/workflows/pr.yaml aktualisiert
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 1s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 1s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 39s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 12s
2025-10-18 08:53:06 +02:00
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@ name: PR-Build
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
- '!main' # excludes main

View file

@ -1,6 +1,6 @@
flask==3.1.2
gunicorn==23.0.0
pypdf==5.8.0
pypdf==6.1.1
# For testing
pytest==8.3.2