From 3b4e68281755ff24fc70ab7bec5004e8d7ab99c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:50:24 +0000 Subject: [PATCH] fix(deps): update dependency humanize to v4.8.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c64b26be9a12..b3f92a7972eb 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] @@ -2721,4 +2721,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "bfe276ac3dbea034614bb7d2600b76c9f5e2b1d0d510792a69388b9f2f729368" +content-hash = "78e872534317b38e07989c597429eec545294c3d88a9d1a2b9753c91baf07eff" diff --git a/pyproject.toml b/pyproject.toml index e88a9cafbeeb..dd0ed7f9c90c 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"