Skip to content

Commit

Permalink
chore: Bump holidays to 0.28 (#24647)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored Jul 12, 2023
1 parent 6b7b3ab commit 767afef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ colorama==0.4.6
# via
# apache-superset
# flask-appbuilder
convertdate==2.4.0
# via holidays
cron-descriptor==1.2.24
# via apache-superset
croniter==1.0.15
Expand Down Expand Up @@ -126,9 +124,7 @@ gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
# via apache-superset
hijri-converter==2.2.4
# via holidays
holidays==0.23
holidays==0.28
# via apache-superset
humanize==3.11.0
# via apache-superset
Expand All @@ -154,8 +150,6 @@ jsonschema==4.17.3
# via flask-appbuilder
kombu==5.2.4
# via celery
korean-lunar-calendar==0.2.1
# via holidays
limits==3.4.0
# via flask-limiter
mako==1.2.4
Expand Down Expand Up @@ -223,8 +217,6 @@ pyjwt==2.4.0
# apache-superset
# flask-appbuilder
# flask-jwt-extended
pymeeus==0.5.11
# via convertdate
pynacl==1.5.0
# via paramiko
pyparsing==3.0.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_git_sha() -> str:
"geopy",
"gunicorn>=20.1.0; sys_platform != 'win32'",
"hashids>=1.3.1, <2",
"holidays>=0.23, <0.24",
"holidays>=0.28, <1.0",
"humanize",
"importlib_metadata",
"isodate",
Expand Down

0 comments on commit 767afef

Please sign in to comment.