-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Bump holidays to 0.28 #24647
chore: Bump holidays to 0.28 #24647
Conversation
setup.py
Outdated
@@ -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, <0.29", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically the upper bound should be exclusive of the next major version (assuming it follows semver notation).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arkid15r Do you have the major version of holidays
? If no, we can remove the upper bound or use <1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe relaxing the upper bound a bit would be the best case scenario here. I'll update the PR to use holidays>=0.28, <1.0
@john-bodley thank you for the suggestion.
Codecov Report
@@ Coverage Diff @@
## master #24647 +/- ##
==========================================
+ Coverage 58.33% 67.19% +8.85%
==========================================
Files 1907 1908 +1
Lines 74153 74210 +57
Branches 8182 8186 +4
==========================================
+ Hits 43255 49863 +6608
+ Misses 28775 22226 -6549
+ Partials 2123 2121 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 340 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @rusackas @john-bodley! Merge it? |
(cherry picked from commit 767afef)
SUMMARY
Upgrade
holidays
to v0.28.Set holidays package upper bound to '<1.0'
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION