From 264c712a7137193ae0ea715e335fd25fd12d1475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:30:04 +0000 Subject: [PATCH] chore(deps): bump holidays from 0.89 to 0.90 Bumps [holidays](https://github.com/vacanza/holidays) from 0.89 to 0.90. - [Release notes](https://github.com/vacanza/holidays/releases) - [Changelog](https://github.com/vacanza/holidays/blob/dev/CHANGES.md) - [Commits](https://github.com/vacanza/holidays/compare/v0.89...v0.90) --- updated-dependencies: - dependency-name: holidays dependency-version: '0.90' 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 844e0d16..c0be9a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "humanize==4.15.0", "pywin32==311", "pyyaml==6.0.3", - "holidays==0.89", + "holidays==0.90", "watchdog==6.0.0", "pycaw==20251023", "pillow==12.1.0",