From 6e0da1aa3a2dd38d12003d845ad3022d4c8361e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:22:50 +0000 Subject: [PATCH] chore(deps): bump humanize from 4.12.3 to 4.13.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.12.3 to 4.13.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.12.3...4.13.0) --- updated-dependencies: - dependency-name: humanize dependency-version: 4.13.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 39bd5ded3..df8c92323 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ SQLAlchemy==2.0.43 python-telegram-bot==22.3 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 -humanize==4.12.3 +humanize==4.13.0 cachetools==6.1.0 requests==2.32.5 urllib3==2.5.0