From 7e5c063113e0ee695f9edaa5ec1c36d59abdaa99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:22:59 +0000 Subject: [PATCH] chore(deps): update holidays requirement from >=0.45 to >=0.104 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.104) --- updated-dependencies: - dependency-name: holidays dependency-version: '0.104' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f2ce25..6694cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "uvicorn>=0.52.3", # Snyk-pinned transitive security patches "fonttools>=4.63.0", - "holidays>=0.45", + "holidays>=0.104", "zipp>=4.1.0", "nltk>=3.10.3", "protobuf>=7.35.1", diff --git a/requirements.txt b/requirements.txt index 9026e70..8a5e634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ uvicorn>=0.52.3 # Snyk-pinned transitive security patches fonttools>=4.63.0 -holidays>=0.45 +holidays>=0.104 zipp>=4.1.0 nltk>=3.10.3 protobuf>=7.35.1