From bd199bf0da1c50540a969cff2784e59381742645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:12:33 +0000 Subject: [PATCH] build(deps): bump holidays from 0.96 to 0.98 Bumps [holidays](https://github.com/vacanza/holidays) from 0.96 to 0.98. - [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.96...v0.98) --- updated-dependencies: - dependency-name: holidays dependency-version: '0.98' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4d6aade..ba99d21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -132,14 +132,14 @@ files = [ [[package]] name = "holidays" -version = "0.96" +version = "0.98" description = "Open World Holidays Framework" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "holidays-0.96-py3-none-any.whl", hash = "sha256:9d4f06603090304584f685b2f3d9f4289eb5c52b83fca472f922cb83cc3fb93f"}, - {file = "holidays-0.96.tar.gz", hash = "sha256:9d4d15bc28fa690969b82f07a1d6571aa14d4073cc98802510c08dfe3b1f2d25"}, + {file = "holidays-0.98-py3-none-any.whl", hash = "sha256:65c9ba3402f1d10cc715af0510cdc847e60d8854df640515d546748ca4a24e60"}, + {file = "holidays-0.98.tar.gz", hash = "sha256:09b078a4695d53a35ea01517b331942f3232b3b7e3877f74f6d5227adbedc76e"}, ] [package.dependencies] @@ -218,4 +218,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "ba47b962b5363fff7c001c8c9385611466c7a7ad626196d58cd8b5d01898864a" +content-hash = "c33df2ee38d8b255866335452f0042a347e3275c1ef836f84adf75101e93a93a" diff --git a/pyproject.toml b/pyproject.toml index 84cbba3..23c4171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -holidays = ">=0.58,<0.97" +holidays = ">=0.58,<0.99" num2words = "0.5.14" coverage = "^7.2.7"