From beb33f67b4f0c3918be57e276139431826765295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:48:10 +0000 Subject: [PATCH 1/2] chore(deps): bump pypdf from 3.15.4 to 3.16.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.15.4 to 3.16.2. - [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.16.2) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor ... 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 263e4893..4a6e7ca9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1055,13 +1055,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pypdf" -version = "3.15.4" +version = "3.16.2" 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.16.2-py3-none-any.whl", hash = "sha256:d132953be1e2af7b115fbfd445459fdfc601a845ca12379160e1b6afaa1fef2c"}, + {file = "pypdf-3.16.2.tar.gz", hash = "sha256:6e000281fd0f4cd32e6f1e75b05af0b6c0fbbd9777fa9a8e9d86e34cda65419d"}, ] [package.extras] @@ -1485,4 +1485,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "65c6c8236515e5f90bc45b70e8935ffd54e283ea844a3468f62b01657a9a9e67" +content-hash = "21ce73529eb24d33dfa5adf3473f0552b1bf2a7d34169636bf896f6ea39b3dcd" diff --git a/pyproject.toml b/pyproject.toml index 1862cec8..aec39fb3 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.16.2" pdf2image = "^1.16.3" requests = "^2.28.2" pytz = "^2023.3" From 1ae63944e8881fe8513df3fb44cec3714c0eea99 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:48:30 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump pypdf from 3.15.4 to 3.16.2 --- .changeset/verbal-ivory-wallaby.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/verbal-ivory-wallaby.md diff --git a/.changeset/verbal-ivory-wallaby.md b/.changeset/verbal-ivory-wallaby.md new file mode 100644 index 00000000..5378582c --- /dev/null +++ b/.changeset/verbal-ivory-wallaby.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump pypdf from 3.15.4 to 3.16.2