Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

chore(deps): bump django-money from 3.1.0 to 3.4.1 #1013

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps django-money from 3.1.0 to 3.4.1.

Release notes

Sourced from django-money's releases.

Release 3.4.1

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

Release 3.4

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

Release 3.3

Fixed

  • Fix detection of necessary migrations. Note that this means that previously undetected migrations will be detected as of this version #725 (vanschelven)

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

Release 3.2

Changed

  • Explicitly define id in djmoney.contrib.exchange.Rate model - This ensures that the database table will use AutoField even if DEFAULT_AUTO_FIELD is set to BigAutoField in the Django project's settings. #716

Fixed

  • Downgrade asgiref to 3.6 to work with pypy3
Changelog

Sourced from django-money's changelog.

3.4.1_ - 2023-11-30

Fixed

  • The default setting for CURRENCY_CHOICES excluded the currency choice defined by DEFAULT_CURRENCY. :github-issue:739 (:github-user:Naggafin)

3.4_ - 2023-10-17

.. note::

If you are using Django REST Framework or any other mechanism that relies on a custom serializer, please note that you now manually have to register the serializer. See :ref:this code snippet <index:Note on serialization>.

Changed

  • Don't register Django Money serializers by default, instead the user should actively register a serializer in the settings.py :github-issue:636 (:github-user:emorozov)

3.3_ - 2023-09-10

Fixed

  • Fix detection of necessary migrations. Note that this means that previously undetected migrations will be detected as of this version :github-issue:725 (:github-user:vanschelven)

3.2_ - 2023-07-03

Changed

  • Explicitly define id in djmoney.contrib.exchange.Rate model - This ensures that the database table will use AutoField even if DEFAULT_AUTO_FIELD is set to BigAutoField in the Django project's settings #716

Fixed

  • Downgrade asgiref to 3.6 to work with pypy3

3.1_ - 2023-04-20

Added

  • Python 3.11 support :github-issue:700 (:github-user:sdarmofal)
  • Django 4.2 support :github-issue:700 (:github-user:sdarmofal)
  • Pyright support for .pyi files :github-issue:686 (:github-user:karolyi)
  • Support for Coalesce :github-issue:678 (:github-user:stianjensen)

... (truncated)

Commits

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 <dependency name> 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)

@dependabot dependabot bot requested a review from a team as a code owner April 12, 2024 13:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 12, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-money-3.4.1 branch 3 times, most recently from 7c1c7ad to 9cd3108 Compare April 12, 2024 13:57
@dependabot dependabot bot force-pushed the dependabot/pip/django-money-3.4.1 branch 17 times, most recently from 323dfa9 to d40b85c Compare April 15, 2024 09:24
Bumps [django-money](https://github.com/django-money/django-money) from 3.1.0 to 3.4.1.
- [Release notes](https://github.com/django-money/django-money/releases)
- [Changelog](https://github.com/django-money/django-money/blob/main/docs/changes.rst)
- [Commits](django-money/django-money@3.1...3.4.1)

---
updated-dependencies:
- dependency-name: django-money
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-money-3.4.1 branch from d40b85c to 8b7ea65 Compare April 15, 2024 09:32
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Looks like django-money is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-money-3.4.1 branch April 15, 2024 14:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant