diff --git a/.ort.yml b/.ort.yml index 439ff92..ca144cf 100644 --- a/.ort.yml +++ b/.ort.yml @@ -73,9 +73,9 @@ resolutions: - message: ".*PyPI::pandas:2\\.2\\.2.*" reason: "CANT_FIX_EXCEPTION" comment: "BSD 3-Clause New or Revised License: https://github.com/pandas-dev/pandas/blob/main/LICENSE" - - message: ".*PyPI::pdfminer-six:20251107.*" + - message: ".*PyPI::pdfminer-six:20251230.*" reason: "CANT_FIX_EXCEPTION" - comment: "MIT License: https://github.com/pdfminer/pdfminer.six/blob/20251107/LICENSE" + comment: "MIT License: https://github.com/pdfminer/pdfminer.six/blob/20251230/LICENSE" - message: ".*PyPI::pyinstrument:4\\.6\\.1.*" reason: "CANT_FIX_EXCEPTION" comment: "BSD 3-Clause New or Revised License: https://github.com/joerick/pyinstrument/blob/v4.6.1/LICENSE" diff --git a/poetry.lock b/poetry.lock index 33892eb..cf4b8c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4121,14 +4121,14 @@ pillow = "*" [[package]] name = "pdfminer-six" -version = "20251107" +version = "20251230" description = "PDF parser and analyzer" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pdfminer_six-20251107-py3-none-any.whl", hash = "sha256:c09df33e4cbe6b26b2a79248a4ffcccafaa5c5d39c9fff0e6e81567f165b5401"}, - {file = "pdfminer_six-20251107.tar.gz", hash = "sha256:5fb0c553799c591777f22c0c72b77fc2522d7d10c70654e25f4c5f1fd996e008"}, + {file = "pdfminer_six-20251230-py3-none-any.whl", hash = "sha256:9ff2e3466a7dfc6de6fd779478850b6b7c2d9e9405aa2a5869376a822771f485"}, + {file = "pdfminer_six-20251230.tar.gz", hash = "sha256:e8f68a14c57e00c2d7276d26519ea64be1b48f91db1cdc776faa80528ca06c1e"}, ] [package.dependencies] @@ -4136,24 +4136,22 @@ charset-normalizer = ">=2.0.0" cryptography = ">=36.0.0" [package.extras] -dev = ["atheris ; python_version < \"3.12\"", "black", "mypy (==0.931)", "nox", "pytest"] -docs = ["sphinx", "sphinx-argparse"] image = ["Pillow"] [[package]] name = "pdfplumber" -version = "0.11.8" +version = "0.11.9" description = "Plumb a PDF for detailed information about each char, rectangle, and line." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "pdfplumber-0.11.8-py3-none-any.whl", hash = "sha256:7dda117b8ed21bca9c8e7d7808fee2439f93c8bd6ea45989bfb1aead6dc3cad3"}, - {file = "pdfplumber-0.11.8.tar.gz", hash = "sha256:db29b04bc8bb62f39dd444533bcf2e0ba33584bd24f5a54644f3ba30f4f22d31"}, + {file = "pdfplumber-0.11.9-py3-none-any.whl", hash = "sha256:33ec5580959ba524e9100138746e090879504c42955df1b8a997604dd326c443"}, + {file = "pdfplumber-0.11.9.tar.gz", hash = "sha256:481224b678b2bbdbf376e2c39bf914144eef7c3d301b4a28eebf0f7f6109d6dc"}, ] [package.dependencies] -"pdfminer.six" = "20251107" +"pdfminer.six" = "20251230" Pillow = ">=9.1" pypdfium2 = ">=4.18.0" @@ -7331,4 +7329,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.12" -content-hash = "4481e84d04b8a57ee8539d79c2cb9e3775dcf18cd834996425e201c8b3517765" +content-hash = "f2023a129088aaed81f39dbb562d50cd2d64e745e68f7e0d59b0f5a7ba6b3f69" diff --git a/pyproject.toml b/pyproject.toml index 542c99c..9d5b2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ virtualenv = "^20.29.3" langchain-huggingface = "^0.1.2" pydantic-settings = "^2.8.1" deepmerge = "^2.0" -pdfplumber = "^0.11.7" +pdfplumber = "^0.11.9" [[tool.poetry.source]]