From 5c2b39608b19d8ac11ee544e2ec1973023045923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:26:45 +0000 Subject: [PATCH] Update holidays requirement from >=0.45 to >=0.95 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.95) --- updated-dependencies: - dependency-name: holidays dependency-version: '0.95' 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 25483a9..0b927ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ mediapipe pyshorteners fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability -holidays>=0.45 # not directly required, pinned by Snyk to avoid a vulnerability +holidays>=0.95 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability nltk>=3.8.2 # not directly required, pinned by Snyk to avoid a vulnerability protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability