Skip to content

Commit

Permalink
Merge pull request #50 from mj0nez/dependabot/pip/holidays-0.28
Browse files Browse the repository at this point in the history
Bump holidays from 0.27.1 to 0.28
  • Loading branch information
mj0nez authored Jul 5, 2023
2 parents 03afda2 + 50d2b12 commit 7c1f987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"holidays>=0.16",
"holidays>=0.16,<0.28;python_version<'3.8'",
"holidays>=0.16;python_version>='3.8'",
"pytz>=2022.7.1",
"python-dateutil",
]
Expand Down
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
# pip-compile '.\requirements.in'
#
holidays==0.27.1
# via -r requirements.in
holidays<0.28 ; python_version < "3.8"
holidays>=0.28 ; python_version >= "3.8"
# via -r .\requirements.in
python-dateutil==2.8.2
# via
# -r requirements.in
# -r .\requirements.in
# holidays
pytz==2023.3
# via -r requirements.in
# via -r .\requirements.in
six==1.16.0
# via python-dateutil

0 comments on commit 7c1f987

Please sign in to comment.