diff --git a/poetry.lock b/poetry.lock index 298f295..96931cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5566,14 +5566,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pypdf" -version = "6.14.2" +version = "6.16.1" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pypdf-6.14.2-py3-none-any.whl", hash = "sha256:3f07891af76dc002657e04993ab9b4de81de29f9013b9761d0b7968bff12e946"}, - {file = "pypdf-6.14.2.tar.gz", hash = "sha256:7873f502fe4385e79539b21d872392dc0c4e3714327c15881cbc7fbfd1f95b25"}, + {file = "pypdf-6.16.1-py3-none-any.whl", hash = "sha256:63fec31c4092ae50b6729beedcb469055b60d20c834bde1c402df241f371f644"}, + {file = "pypdf-6.16.1.tar.gz", hash = "sha256:c4d1b43ddae921387321cf63936cd16a7743b91d2da92f165c149a195c972ba9"}, ] [package.extras] @@ -5582,8 +5582,9 @@ cryptodome = ["PyCryptodome"] dev = ["flit", "pip-tools", "pre-commit", "pytest-cov", "pytest-socket", "pytest-timeout", "pytest-xdist", "wheel"] docs = ["myst_parser", "sphinx", "sphinx_rtd_theme"] fonts = ["fonttools"] -full = ["Pillow (>=8.0.0)", "cryptography (>3.0)", "fonttools"] +full = ["Pillow (>=8.0.0)", "arabic-reshaper", "cryptography (>3.0)", "fonttools", "python-bidi"] image = ["Pillow (>=8.0.0)"] +rtl-text = ["arabic-reshaper", "python-bidi"] [[package]] name = "pypdfium2"