From 92dc1753742a0322425222b195cc3add7130e744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:02:32 +0100 Subject: [PATCH] Bump humanize from 4.9 to 4.10.0 (#1058) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ce00b6c..1df1567e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "cookiecutter==2.6", "copier==9.3.1", "httpx==0.27", - "humanize==4.9", + "humanize==4.10", "pydantic==2.8.2", "pyyaml==6.0.1", "questionary==2.0.1",