Skip to content
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

Update/dependencies #346

Merged
merged 4 commits into from
Jun 2, 2024
Merged

Update/dependencies #346

merged 4 commits into from
Jun 2, 2024

Conversation

EricTRL
Copy link
Contributor

@EricTRL EricTRL commented Jun 1, 2024

To upgrade in production, run pip install --upgrade -r requirements.txt
To upgrade in development, run pip install --upgrade -r requirements/dev.txt

To upgrade in production, run `pip install --upgrade -r requirements.txt`
To upgrade in development, run `pip install --upgrade -r requirements/dev.txt`
Removed monkey-patch for RECURRENCE-ID in the ical feed. The new library version supports this out of the box.

Fixed an issue where Django's model.DecimalField was passed an int instead of a Decimal object, resulting in various warnings printed across the logs.
Ndoll1
Ndoll1 previously approved these changes Jun 1, 2024
Upgrade to v4 and use an upload token instead.

Closes #316
Copy link

codecov bot commented Jun 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.20%. Comparing base (97b0aa9) to head (32e8639).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #346      +/-   ##
==========================================
+ Coverage   96.03%   97.20%   +1.16%     
==========================================
  Files         163      234      +71     
  Lines        7650    14319    +6669     
  Branches     1247      902     -345     
==========================================
+ Hits         7347    13919    +6572     
- Misses        196      260      +64     
- Partials      107      140      +33     
Flag Coverage Δ
unittests 97.20% <100.00%> (+1.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EricTRL EricTRL merged commit 919ec23 into master Jun 2, 2024
6 checks passed
@EricTRL EricTRL deleted the update/dependencies branch June 2, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants