From 7f22a37de9d3676ee550156c8ceaa36794c829db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 18:41:26 +0000 Subject: [PATCH] build(deps): bump humanize from 4.7.0 to 4.8.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.7.0...4.8.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 d57d633..7f83a64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -humanize==4.7.0 +humanize==4.8.0 loguru==0.7.0 requests==2.31.0 rich==13.4.2