From d93bcb8e1ea86154f34bcad999b4579a47c10fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:02:09 +0000 Subject: [PATCH] Update humanize requirement from <4.8,>=0.5.1 to >=0.5.1,<4.16 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.15.0) --- updated-dependencies: - dependency-name: humanize dependency-version: 4.15.0 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 1353273..e1dc43d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'Click>=6.7,<8.2', 'PyYAML>=5.1,<6.1', 'panoptes-client>=1.7,<2.0', - 'humanize>=0.5.1,<4.8', + 'humanize>=0.5.1,<4.16', 'pathvalidate>=0.29.0,<2.6', ], entry_points='''