diff --git a/poetry.lock b/poetry.lock index 3ad4f2c..de74eea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "appnope" @@ -108,13 +108,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "borb" -version = "2.1.13" +version = "2.1.19" description = "borb is a library for reading, creating and manipulating PDF files in python." optional = true python-versions = ">=3.6" files = [ - {file = "borb-2.1.13-py3-none-any.whl", hash = "sha256:aec6edd2c8330501fe28f460e66af990171ad888dc142c63df68aed0a0ec75c1"}, - {file = "borb-2.1.13.tar.gz", hash = "sha256:c07e19077a89a0fb0213f6d93bd72c9b3e17b74d12d55077267bf8ff70bfe252"}, + {file = "borb-2.1.19-py3-none-any.whl", hash = "sha256:7c6df75b518bf985c012c0f33026687ef0c15883c9eb4a633a6fe6af0ef19a83"}, + {file = "borb-2.1.19.tar.gz", hash = "sha256:4ed2da489968f21dfe251ca20d127c95eb6bbacbf0ef4fea5deb28c90e84cc60"}, ] [package.dependencies] @@ -1695,4 +1695,4 @@ pdf = ["PyPDF2", "borb", "pdfminer", "requests"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "787d35cfff91c700eae52a5acc9fedc46a01ae223197425620e387d9a8775501" +content-hash = "73a2f8e6417ff409ebb8836c048d72895289aa84568d20fb3a8e10ce9f8e9003" diff --git a/pyproject.toml b/pyproject.toml index fcd8448..2df2cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ requests = "^2.28.1" # optional dependencies, which enhance a package, but are not required; and clusters of optional dependencies. -borb = { version = "^2.1.7", optional = true } +borb = { version = "^2.1.19", optional = true } PyPDF2 = { version = "^2.12.1", optional = true } pdfminer = { version = "^20191125", optional = true } types-requests = "^2.31.0.1"