From 6ac35f53b783010ef2cd003b7d7d2b383e11096f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Dec 2025 10:26:29 +0100 Subject: [PATCH] Update dependency pypdf to v6.3.0 (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pypdf](https://github.com/py-pdf/pypdf) ([changelog](https://pypdf.readthedocs.io/en/latest/meta/CHANGELOG.html)) | minor | `==6.1.3` -> `==6.3.0` | > :exclamation: **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tidoni-sky.ddnss.de/tidoni/pdf-web-toolkit/pulls/10 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc5944c..a97f384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.2 gunicorn==23.0.0 -pypdf==6.1.3 +pypdf==6.3.0 # For testing pytest==8.4.2