From c94d290e6259bad799e57f0294411a98c743f0fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Oct 2025 17:53:49 +0200 Subject: [PATCH] Update dependency pypdf to v6.1.2 (#7) 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)) | patch | `==6.1.1` -> `==6.1.2` | > :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/7 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 74a5ba2..5c5b590 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.2 gunicorn==23.0.0 -pypdf==6.1.1 +pypdf==6.1.2 # For testing pytest==8.4.2