Skip to content

Commit 3ccb287

Browse files
authored
Merge pull request #181 from hf-kklein/patch-5
Bump and set min version of holidays to 0.59 to include 2025-05-08 ("Tag der Befreiung")
2 parents 833c38b + 1d2cf43 commit 3ccb287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ classifiers = [
5050
"Programming Language :: Python :: 3.13",
5151
]
5252
dependencies = [
53-
"holidays>=0.16;python_version>='3.8'",
53+
"holidays>=0.59;python_version>='3.9'",
5454
"pytz>=2022.7.1",
5555
"python-dateutil",
5656
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile pyproject.toml
66
#
7-
holidays==0.59 ; python_version >= "3.8"
7+
holidays==0.59 ; python_version >= "3.9"
88
# via bdew_datetimes (pyproject.toml)
99
python-dateutil==2.9.0.post0
1010
# via

0 commit comments

Comments
 (0)