Skip to content

Commit c683785

Browse files
chore: bump pypdf from 6.7.5 to 6.9.1 (#132)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aliaksei Labanau <aliaksei_labanau@epam.com>
1 parent 9985ace commit c683785

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.ort.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ resolutions:
9494
- message: ".*PyPI::pyinstrument:4\\.6\\.1.*"
9595
reason: "CANT_FIX_EXCEPTION"
9696
comment: "BSD 3-Clause New or Revised License: https://github.com/joerick/pyinstrument/blob/v4.6.1/LICENSE"
97-
- message: ".*PyPI::pypdf:6\\.7\\.5.*"
97+
- message: ".*PyPI::pypdf:6\\.9\\.1.*"
9898
reason: "CANT_FIX_EXCEPTION"
99-
comment: "BSD 3-Clause License: https://github.com/py-pdf/pypdf/blob/6.7.5/LICENSE"
99+
comment: "BSD 3-Clause License: https://github.com/py-pdf/pypdf/blob/6.9.1/LICENSE"
100100
- message: ".*PyPI::pypdfium2:5\\.5\\.0.*"
101101
reason: "CANT_FIX_EXCEPTION"
102102
comment: "(Apache-2.0 OR BSD-3-Clause) AND LicenseRef-PdfiumThirdParty: https://github.com/pypdfium2-team/pypdfium2/tree/5.5.0/LICENSES"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ langchain = "^0.3.21"
2323
langchain-community = "^0.3.29"
2424
langchain-openai = "^0.3.11"
2525
aidial-sdk = {extras = ["telemetry"], version = "^0.21.0"}
26-
pypdf = "^6.6.0"
26+
pypdf = "^6.9.1"
2727
rank-bm25 = "0.2.2"
2828
sentence-transformers = {version = "3.3.1", extras = ["openvino"]}
2929
tiktoken = "^0.7.0"

0 commit comments

Comments
 (0)