Skip to content

Commit

Permalink
chore(deps): unpin holidays dependency version (#21091)
Browse files Browse the repository at this point in the history
The blocking issue has been fixed upstream

Co-authored-by: Erik Cederstrand <erik@adamatics.com>
  • Loading branch information
ecederstrand and Erik Cederstrand committed Aug 15, 2022
1 parent 394d62e commit d817a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ colorama==0.4.4
# via
# apache-superset
# flask-appbuilder
convertdate==2.3.2
convertdate==2.4.0
# via holidays
cron-descriptor==1.2.24
# via apache-superset
Expand Down Expand Up @@ -128,7 +128,7 @@ gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
# via apache-superset
holidays==0.10.3
holidays==0.14.2
# via apache-superset
humanize==3.11.0
# via apache-superset
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_git_sha() -> str:
"graphlib-backport",
"gunicorn>=20.1.0",
"hashids>=1.3.1, <2",
"holidays==0.10.3", # PINNED! https://github.com/dr-prodigy/python-holidays/issues/406
"holidays==0.14.2",
"humanize",
"isodate",
"markdown>=3.0",
Expand Down

0 comments on commit d817a1d

Please sign in to comment.