Creaty-Co / creaty-api

2 stars 0 forks source link

⬆️ Bump django-money from 3.4.1 to 3.5.2 #607

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps django-money from 3.4.1 to 3.5.2.

Release notes

Sourced from django-money's releases.

Release 3.5.2

Full Changelog: https://django-money.readthedocs.io/en/latest/changes.html

Release 3.5.1

Full Changelog: https://django-money.readthedocs.io/en/latest/changes.html

Release 3.5

Full Changelog: https://django-money.readthedocs.io/en/latest/changes.html

Changelog

Sourced from django-money's changelog.

3.5.2_ - 2024-05-07

Fixed

  • django-rest-framework: Fix regression from 3.5 :github-issue:762 (:github-user:dariusmazeika)

3.5.1_ - 2024-05-05

Fixed

  • django-rest-framework: Fix regression from 3.5 :github-issue:757 (:github-user:phillipuniverse)
  • Add base parameter to openexchangerates.org backend :github-issue:751 (:github-user:foarsitter)

3.5_ - 2024-05-04

.. important::

If you generated MoneyField migrations in the previous series 3.4.x, you may have to manually edit subsequent migrations. Please share your successful approaches in :github-issue:731.

Fixed

  • Revert 3.4 patch, meaning that auto-generated CurrencyField is once again part of migrations :github-issue:731 (:github-user:benjaoming)
  • django-rest-framework: MinMoneyValidator and MaxMoneyValidator fixed, may require default_currency defined :github-issue:722 (:github-user:hosamhamdy258 :github-user:errietta :github-user:benjaoming)

Added

  • Django 5.0 support :github-issue:753 (:github-user:benjaoming)

Removed

  • Official support for Django 2.2, 3.2, 4.0, 4.1 :github-issue:753 (:github-user:benjaoming)
Commits
  • 2e82d69 Merge pull request #764 from benjaoming/bump3.5.2
  • 8a5b3cc Bump to 3.5.2
  • bab3672 Fix ModelSerializer 'source' bug (#762)
  • 408ab21 Rename CELERYBEAT_SCHEDULE to CELERY_BEAT_SCHEDULE
  • 22b0bd1 Map settings.BASE_CURRENCY to the base parameter for the openexchangerates.or...
  • c974971 Bump to 3.5.1 (#759)
  • c2c0b59 Allow MoneyField to be used without a model serializer (#758)
  • 7a52366 Update broken python spec (float 3.10=3.1) (#756)
  • 4f6c5a4 Bump to 3.5 (#754)
  • c528c24 fixing issue with django rest framework when using MinMoneyValidator/MaxMoney...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.98%. Comparing base (8425c80) to head (37a8c72).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #607 +/- ## ======================================= Coverage 82.98% 82.98% ======================================= Files 271 271 Lines 4695 4695 ======================================= Hits 3896 3896 Misses 799 799 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.