From 043badf072a6f7452350f877022c19a038ef807a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 04:32:14 +0300 Subject: [PATCH] Update humanize requirement from ~=4.4 to ~=4.9 (#95) Updates the requirements on [humanize](https://github.com/python-humanize/humanize) to permit the latest version. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.4.0...4.9.0) --- updated-dependencies: - dependency-name: humanize dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 7c1793b..fe004cf 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,4 +6,4 @@ coveralls~=3.3.1 rope~=1.7.0 Sphinx~=7.2.6 hfilesize~=0.1.0 -humanize~=4.4 +humanize~=4.9