Skip to content

Commit b775b3d

Browse files
authored
fix: update pdfplumber to 0.11.9 and pdfminer.six to 20251230 (#95)
1 parent 119767b commit b775b3d

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.ort.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ resolutions:
7373
- message: ".*PyPI::pandas:2\\.2\\.2.*"
7474
reason: "CANT_FIX_EXCEPTION"
7575
comment: "BSD 3-Clause New or Revised License: https://github.com/pandas-dev/pandas/blob/main/LICENSE"
76-
- message: ".*PyPI::pdfminer-six:20251107.*"
76+
- message: ".*PyPI::pdfminer-six:20251230.*"
7777
reason: "CANT_FIX_EXCEPTION"
78-
comment: "MIT License: https://github.com/pdfminer/pdfminer.six/blob/20251107/LICENSE"
78+
comment: "MIT License: https://github.com/pdfminer/pdfminer.six/blob/20251230/LICENSE"
7979
- message: ".*PyPI::pyinstrument:4\\.6\\.1.*"
8080
reason: "CANT_FIX_EXCEPTION"
8181
comment: "BSD 3-Clause New or Revised License: https://github.com/joerick/pyinstrument/blob/v4.6.1/LICENSE"

poetry.lock

Lines changed: 9 additions & 11 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
@@ -49,7 +49,7 @@ virtualenv = "^20.29.3"
4949
langchain-huggingface = "^0.1.2"
5050
pydantic-settings = "^2.8.1"
5151
deepmerge = "^2.0"
52-
pdfplumber = "^0.11.7"
52+
pdfplumber = "^0.11.9"
5353

5454

5555
[[tool.poetry.source]]

0 commit comments

Comments
 (0)