From 4f0dd5ae28fa9f12a9705f86131ab8196a135b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:40:01 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.12.2 to 6.13.3 in /writing/skills/boring Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.12.2 to 6.13.3. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.12.2...6.13.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- writing/skills/boring/pyproject.toml | 2 +- writing/skills/boring/uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/writing/skills/boring/pyproject.toml b/writing/skills/boring/pyproject.toml index 6e08ea0..9c8387d 100644 --- a/writing/skills/boring/pyproject.toml +++ b/writing/skills/boring/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "textstat>=0.7", "proselint>=0.14", "python-docx>=1.0", - "pypdf>=6.10.2", + "pypdf>=6.13.3", # spaCy model — pinned to a version compatible with spacy >=3.8,<4. # Bundled as a direct URL so `uv sync` installs and preserves it. "en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl", diff --git a/writing/skills/boring/uv.lock b/writing/skills/boring/uv.lock index 45c9d7d..625f9af 100644 --- a/writing/skills/boring/uv.lock +++ b/writing/skills/boring/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11" [[package]] @@ -89,7 +89,7 @@ dependencies = [ requires-dist = [ { name = "en-core-web-sm", url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }, { name = "proselint", specifier = ">=0.14" }, - { name = "pypdf", specifier = ">=6.10.2" }, + { name = "pypdf", specifier = ">=6.13.3" }, { name = "python-docx", specifier = ">=1.0" }, { name = "spacy", specifier = ">=3.8,<4" }, { name = "textstat", specifier = ">=0.7" }, @@ -985,11 +985,11 @@ wheels = [ [[package]] name = "pypdf" -version = "6.12.2" +version = "6.13.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0a/6d/20879428577c1e57ecd41b69dc86beabf43db9287ad2e702207f8b48c751/pypdf-6.12.2.tar.gz", hash = "sha256:111669eb6680c04495ae0c113a1476e3bf93a95761d23c7406b591c80a6490b1", size = 6468184, upload-time = "2026-05-26T13:31:26.911Z" } +sdist = { url = "https://files.pythonhosted.org/packages/17/18/9947cc201af9ccf76720fd3347bf4f70eb882ce3fcf4cb05f7443e4cf871/pypdf-6.13.3.tar.gz", hash = "sha256:f3cb822769725f1bac658c406cfc9460399043f3750c2d3e4650e0a85eacabd7", size = 6484063, upload-time = "2026-06-17T15:22:00.898Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/44/fee070a16639d9869bb6a7e0f3a1b3946da1d66f32b9260b4d19cb90d7b2/pypdf-6.12.2-py3-none-any.whl", hash = "sha256:67b2699357a1f3f4c945940ea80826349ee507c9e2577724a14b4941982c104d", size = 343865, upload-time = "2026-05-26T13:31:25.068Z" }, + { url = "https://files.pythonhosted.org/packages/94/56/2967e621598987905fb8cdfadd8f8de6b5c68c9351f0523c4df8409f28f1/pypdf-6.13.3-py3-none-any.whl", hash = "sha256:c6e3f86afb625791510b02ad5480e94b63970bb957df75d44657c282ecc52224", size = 347288, upload-time = "2026-06-17T15:21:59.512Z" }, ] [[package]]