chore: Bump holidays to 0.28#24647
Conversation
| "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.
Typically the upper bound should be exclusive of the next major version (assuming it follows semver notation).
There was a problem hiding this comment.
@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.
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
holidaysto v0.28.Set holidays package upper bound to '<1.0'
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION