From d2c0ea0e062c6593722184c4190b58d68b1c8039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:38:09 +0000 Subject: [PATCH] :arrow_up: Bump holidays from 0.59 to 0.61 Bumps [holidays](https://github.com/vacanza/holidays) from 0.59 to 0.61. - [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.59...v0.61) --- updated-dependencies: - dependency-name: holidays dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc925eb7..62808499 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def run(self): "requests==2.32.3", "pytz==2024.2", "timezonefinder==6.5.4", - "holidays==0.59", + "holidays==0.61", "pyowm==3.3.0", # openweather "psycopg2==2.9.10", "SQLAlchemy==2.0.36",