Skip to content

Commit

Permalink
Merge pull request #181 from hf-kklein/patch-5
Browse files Browse the repository at this point in the history
Bump and set min version of holidays to 0.59 to include 2025-05-08 ("Tag der Befreiung")
  • Loading branch information
mj0nez authored Oct 28, 2024
2 parents 833c38b + 1d2cf43 commit 3ccb287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"holidays>=0.16;python_version>='3.8'",
"holidays>=0.59;python_version>='3.9'",
"pytz>=2022.7.1",
"python-dateutil",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile pyproject.toml
#
holidays==0.59 ; python_version >= "3.8"
holidays==0.59 ; python_version >= "3.9"
# via bdew_datetimes (pyproject.toml)
python-dateutil==2.9.0.post0
# via
Expand Down

0 comments on commit 3ccb287

Please sign in to comment.