From dddada09c76c9a8c8cfc5b720a26cbc6c1f93d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:15:33 +0000 Subject: [PATCH] Update humanize requirement from <4.8,>=0.5.1 to >=0.5.1,<4.9 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/0.5.1...4.8.0) --- updated-dependencies: - dependency-name: humanize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ea209a..7a08e08 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'Click>=6.7,<8.2', 'PyYAML>=5.1,<6.1', 'panoptes-client>=1.6,<2.0', - 'humanize>=0.5.1,<4.8', + 'humanize>=0.5.1,<4.9', 'pathvalidate>=0.29.0,<2.6', ], entry_points='''