From 3271e5cd4354ff5056d706d9508ff9469a6bf962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:02:42 +0000 Subject: [PATCH] chore(deps): bump humanize from 4.13.0 to 4.14.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.13.0...4.14.0) --- updated-dependencies: - dependency-name: humanize dependency-version: 4.14.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 62270f147..0c320acc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ SQLAlchemy==2.0.44 python-telegram-bot==22.5 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 -humanize==4.13.0 +humanize==4.14.0 cachetools==6.2.1 requests==2.32.5 urllib3==2.5.0