From 5548254c4854be530cc68411fd9bf33c6bba8814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:56:22 +1100 Subject: [PATCH] Bump django-money from 3.2.0 to 3.4.1 in /src/backend (#6942) * Bump django-money from 3.2.0 to 3.4.1 in /src/backend Bumps [django-money](https://github.com/django-money/django-money) from 3.2.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](https://github.com/django-money/django-money/compare/3.2...3.4.1) --- updated-dependencies: - dependency-name: django-money dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * merge fix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair --- src/backend/requirements.in | 2 +- src/backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/requirements.in b/src/backend/requirements.in index dc8da35a59..71de7fb8c9 100644 --- a/src/backend/requirements.in +++ b/src/backend/requirements.in @@ -18,7 +18,7 @@ django-maintenance-mode # Shut down application while reloading django-markdownify # Markdown rendering django-mptt # Modified Preorder Tree Traversal django-markdownify # Markdown rendering -django-money>=3.0.0,<3.3.0 # Django app for currency management # FIXED 2023-10-31 3.3.0 breaks due to https://github.com/django-money/django-money/issues/731 +django-money>=3.0.0,<3.5.0 # Django app for currency management # FIXED 2023-10-31 3.3.0 breaks due to https://github.com/django-money/django-money/issues/731 django-mptt # Modified Preorder Tree Traversal django-redis>=5.0.0 # Redis integration django-q2 # Background task scheduling diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 5d8c3102dd..5df9da48f7 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -96,7 +96,7 @@ django-js-asset==2.2.0 # via django-mptt django-maintenance-mode==0.21.1 django-markdownify==0.9.3 -django-money==3.2.0 +django-money==3.4.1 django-mptt==0.16.0 django-otp==1.3.0 # via django-allauth-2fa