From e0a71372471d5f5c146d45aa753db2a020c573f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:47:19 +0000 Subject: [PATCH] chore(deps): bump humanize from 4.15.0 to 4.16.0 Bumps [humanize](https://github.com/python-humanize/humanize) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](https://github.com/python-humanize/humanize/compare/4.15.0...4.16.0) --- updated-dependencies: - dependency-name: humanize dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c7e1c1c..c14efa3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">= 3.14" dependencies = [ "pyqt6==6.10.2", "pydantic==2.13.4", - "humanize==4.15.0", + "humanize==4.16.0", "pywin32==312", "pyyaml==6.0.3", "holidays==0.99",