From f9000d9b904ea68c4ef4619acd437c95262f0080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:19:33 +0000 Subject: [PATCH] build(deps): bump holidays from 0.57 to 0.58 (#174) Bumps [holidays](https://github.com/vacanza/holidays) from 0.57 to 0.58. - [Release notes](https://github.com/vacanza/holidays/releases) - [Changelog](https://github.com/vacanza/holidays/blob/dev/CHANGES) - [Commits](https://github.com/vacanza/holidays/compare/v0.57...v0.58) --- updated-dependencies: - dependency-name: holidays dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c77de7..de4b427 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ # # pip-compile --extra=test_packaging pyproject.toml # -holidays==0.57 ; python_version >= "3.8" - # via bdew_datetimes (pyproject.toml) +holidays==0.58 + # via -r requirements.in python-dateutil==2.9.0.post0 # via - # bdew_datetimes (pyproject.toml) + # -r requirements.in # holidays pytz==2024.2 - # via bdew_datetimes (pyproject.toml) + # via -r requirements.in six==1.16.0 # via python-dateutil