diff --git a/poetry.lock b/poetry.lock index 78ccf970ce4da..3b67a6b3f49f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1041,13 +1041,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "humanize" -version = "4.7.0" +version = "4.8.0" description = "Python humanize utilities" optional = false python-versions = ">=3.8" files = [ - {file = "humanize-4.7.0-py3-none-any.whl", hash = "sha256:df7c429c2d27372b249d3f26eb53b07b166b661326e0325793e0a988082e3889"}, - {file = "humanize-4.7.0.tar.gz", hash = "sha256:7ca0e43e870981fa684acb5b062deb307218193bca1a01f2b2676479df849b3a"}, + {file = "humanize-4.8.0-py3-none-any.whl", hash = "sha256:8bc9e2bb9315e61ec06bf690151ae35aeb65651ab091266941edf97c90836404"}, + {file = "humanize-4.8.0.tar.gz", hash = "sha256:9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8"}, ] [package.extras] @@ -2716,4 +2716,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "013456d599069b3faef411a034102ba161dc10d0aee4dfcfb17196cf1ab948a3" +content-hash = "8dac19720dea7190c05050ae6e56cf67fb02ef8f903bdd0a4ab30905691c6dc7" diff --git a/pyproject.toml b/pyproject.toml index a7c59069e6dad..ceea8bae36cb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["zeshuaro "] python = ">=3.11,<3.12" Babel = "2.12.1" google-cloud-datastore = "2.17.0" -humanize = "4.7.0" +humanize = "4.8.0" img2pdf = "0.4.4" ocrmypdf = "14.4.0" pdf2image = "==1.16.3"