Compare commits

...

3 commits

Author SHA1 Message Date
f18eb6ebe6 Merge branch 'main' into renovate/pypdf-6.x
All checks were successful
PR-Build / PR Build (push) Successful in 22s
2025-12-25 23:16:57 +01:00
a6580c8e60 Update python Docker tag to v3.14.2 (#11)
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 0s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 0s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 1s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 12s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| python | final | patch | `3.14.0-slim` → `3.14.2-slim` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjQyLjY2LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: tidoni <niklasmu@protonmail.ch>
Reviewed-on: #11
Co-authored-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
Co-committed-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
2025-12-25 23:16:40 +01:00
9c468ad6dd Update dependency pytest to v9 (#9)
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 0s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 0s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 3s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 0s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [pytest](https://github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | major | `==8.4.2` → `==9.0.2` |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjQyLjY2LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #9
Co-authored-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
Co-committed-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
2025-12-25 23:15:09 +01:00
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