From ce3f60fab879a3ebc7e8df3436efc2e8fe8d0308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:23:04 +0000 Subject: [PATCH 1/2] chore(deps): bump pypdf from 3.15.4 to 3.15.5 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.15.4 to 3.15.5. - [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/3.15.4...3.15.5) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f5d51759..e79d242b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1045,13 +1045,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pypdf" -version = "3.15.4" +version = "3.15.5" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" optional = false python-versions = ">=3.6" files = [ - {file = "pypdf-3.15.4-py3-none-any.whl", hash = "sha256:791f0a52ddf390709f1f1b0c05c4d8cde13829b4f7cb91b4003b9bdd352bc944"}, - {file = "pypdf-3.15.4.tar.gz", hash = "sha256:a2780ed01dc4da23ac1542209f58fd3d951d8dd37c3c0309d123cd2f2679fb03"}, + {file = "pypdf-3.15.5-py3-none-any.whl", hash = "sha256:8e003c4ee4875450612c2571ba9a5cc12d63a46b226a484314b21b7f013d2717"}, + {file = "pypdf-3.15.5.tar.gz", hash = "sha256:81cf6e8a206450726555023a36c13fb40f680c047b8fcc0bcbfd4d1908c33d31"}, ] [package.extras] @@ -1475,4 +1475,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c9d739f430c2a57f894d1df3998d008016a1cdbef64bff35c79f9beeec33381b" +content-hash = "be7e47cdadef250c53c2ed204ead2dc52858bbed1f51fa0ef2cdb0195942ee7b" diff --git a/pyproject.toml b/pyproject.toml index 90aefd0b..14afb368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "botcpdf"}] python = "^3.10" jinja2 = "^3.1.2" weasyprint = "^58.1" -pypdf = "^3.15.4" +pypdf = "^3.15.5" pdf2image = "^1.16.3" requests = "^2.28.2" pytz = "^2023.3" From d4965767a82e9284f19275963fd28758d9e853da Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:23:30 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump pypdf from 3.15.4 to 3.15.5 --- .changeset/plastic-violet-catshark.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/plastic-violet-catshark.md diff --git a/.changeset/plastic-violet-catshark.md b/.changeset/plastic-violet-catshark.md new file mode 100644 index 00000000..00994942 --- /dev/null +++ b/.changeset/plastic-violet-catshark.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump pypdf from 3.15.4 to 3.15.5