Skip to content

Commit

Permalink
chore: bump python 'holidays' lib from 0.25 to 0.49
Browse files Browse the repository at this point in the history
I simply removed the upper bound for the holidays lib and ran
`pip-compile-multi -P holidays`. Note that `pip-compile-multi`
isn't as' deterministic as we'd like for it to be, but things should be
fine as "# vias" are just informational here.
  • Loading branch information
mistercrunch committed Sep 19, 2024
1 parent a90aa05 commit 236a217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies = [
"geopy",
"gunicorn>=22.0.0; sys_platform != 'win32'",
"hashids>=1.3.1, <2",
# known issue with holidays 0.26.0 and above related to prophet lib #25017
"holidays>=0.25, <0.26",
"humanize",
"importlib_metadata",
Expand Down
12 changes: 3 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cron-descriptor==1.4.3
# via apache-superset
croniter==2.0.5
# via apache-superset
cryptography==42.0.8
cryptography==42.0.7
# via
# apache-superset
# paramiko
Expand All @@ -93,7 +93,7 @@ dnspython==2.6.1
# via email-validator
email-validator==2.1.1
# via flask-appbuilder
exceptiongroup==1.2.2
exceptiongroup==1.2.1
# via cattrs
flask==2.3.3
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ gunicorn==22.0.0
# via apache-superset
hashids==1.3.1
# via apache-superset
holidays==0.25
holidays==0.49
# via apache-superset
humanize==4.9.0
# via apache-superset
Expand All @@ -175,14 +175,10 @@ jinja2==3.1.4
# via
# flask
# flask-babel
jsonpath-ng==1.6.1
# via apache-superset
jsonschema==4.17.3
# via flask-appbuilder
kombu==5.3.7
# via celery
korean-lunar-calendar==0.3.1
# via holidays
limits==3.12.0
# via flask-limiter
llvmlite==0.42.0
Expand Down Expand Up @@ -253,8 +249,6 @@ pgsanity==0.2.9
# via apache-superset
platformdirs==3.8.1
# via requests-cache
ply==3.11
# via jsonpath-ng
polyline==2.0.2
# via apache-superset
prison==0.2.1
Expand Down

0 comments on commit 236a217

Please sign in to comment.