From 58e031fb2e05ed9f1ca109a00fd8a745625d0266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:11:44 +0000 Subject: [PATCH] Bump humanize from 4.4.0 to 4.15.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.4.0 to 4.15.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.4.0...4.15.0) --- updated-dependencies: - dependency-name: humanize dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b70fd5..a6c5c95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,7 +80,7 @@ itsdangerous==2.2.0 cssmin==0.2.0 jsmin==3.0.1 hashids==1.3.1 -humanize==4.4.0 +humanize==4.15.0 # Testing pytest==8.2.0