From ec6d9ec7dedd632b44dcbc15928c09a5c713a3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:17:48 +0000 Subject: [PATCH] chore(deps): bump humanize from 4.10.0 to 4.11.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.10.0...4.11.0) --- updated-dependencies: - dependency-name: humanize 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 4233d90ec..570f1df2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ SQLAlchemy==2.0.35 python-telegram-bot==21.6 # can't be hard-pinned due to telegram-bot pinning httpx with ~ httpx>=0.24.1 -humanize==4.10.0 +humanize==4.11.0 cachetools==5.5.0 requests==2.32.3 urllib3==2.2.3