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 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"