From ebc378f77f27bcb568a1fcc7a85cced8110e745c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:56:21 +0000 Subject: [PATCH] Update holidays requirement from >=0.45 to >=0.102 Updates the requirements on [holidays](https://github.com/vacanza/holidays) to permit the latest version. - [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.45...v0.102) --- updated-dependencies: - dependency-name: holidays dependency-version: '0.101' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e872a13..18d147c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ googlesearch-python>=1.2.3 # === Security pinning (Snyk) === fonttools>=4.43.0 -holidays>=0.45 +holidays>=0.102 zipp>=3.19.1 nltk>=3.8.2 protobuf>=4.25.8