diff --git a/poetry.lock b/poetry.lock index 3ad4f2c..818a406 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.7.1 and should not be changed by hand. [[package]] name = "appnope" @@ -1607,28 +1607,17 @@ test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] [[package]] name = "types-requests" -version = "2.31.0.1" +version = "2.31.0.20240106" description = "Typing stubs for requests" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-requests-2.31.0.1.tar.gz", hash = "sha256:3de667cffa123ce698591de0ad7db034a5317457a596eb0b4944e5a9d9e8d1ac"}, - {file = "types_requests-2.31.0.1-py3-none-any.whl", hash = "sha256:afb06ef8f25ba83d59a1d424bd7a5a939082f94b94e90ab5e6116bd2559deaa3"}, + {file = "types-requests-2.31.0.20240106.tar.gz", hash = "sha256:0e1c731c17f33618ec58e022b614a1a2ecc25f7dc86800b36ef341380402c612"}, + {file = "types_requests-2.31.0.20240106-py3-none-any.whl", hash = "sha256:da997b3b6a72cc08d09f4dba9802fdbabc89104b35fe24ee588e674037689354"}, ] [package.dependencies] -types-urllib3 = "*" - -[[package]] -name = "types-urllib3" -version = "1.26.25.13" -description = "Typing stubs for urllib3" -optional = false -python-versions = "*" -files = [ - {file = "types-urllib3-1.26.25.13.tar.gz", hash = "sha256:3300538c9dc11dad32eae4827ac313f5d986b8b21494801f1bf97a1ac6c03ae5"}, - {file = "types_urllib3-1.26.25.13-py3-none-any.whl", hash = "sha256:5dbd1d2bef14efee43f5318b5d36d805a489f6600252bb53626d4bfafd95e27c"}, -] +urllib3 = ">=2" [[package]] name = "typing-extensions" @@ -1695,4 +1684,4 @@ pdf = ["PyPDF2", "borb", "pdfminer", "requests"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "787d35cfff91c700eae52a5acc9fedc46a01ae223197425620e387d9a8775501" +content-hash = "91b23b4f32544cbf9b789f9da29ab87655b6855b94091262fbf45c4086513b81" diff --git a/pyproject.toml b/pyproject.toml index fcd8448..0f4b797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ requests = "^2.28.1" borb = { version = "^2.1.7", optional = true } PyPDF2 = { version = "^2.12.1", optional = true } pdfminer = { version = "^20191125", optional = true } -types-requests = "^2.31.0.1" +types-requests = "^2.31.0.20240106" [tool.poetry.extras]