From 17d1d6aabcb144f6c89c4efd36de430c59802ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:42:39 +0000 Subject: [PATCH] chore(deps): bump django-money from 3.4.1 to 3.5.2 in /backend Bumps [django-money](https://github.com/django-money/django-money) from 3.4.1 to 3.5.2. - [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.4.1...3.5.2) --- updated-dependencies: - dependency-name: django-money dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 10 +++++----- backend/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 509577d3c..94d7eaf0e 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -507,13 +507,13 @@ tornado = ">=6.3.3,<7.0.0" [[package]] name = "django-money" -version = "3.4.1" +version = "3.5.2" description = "Adds support for using money and currency fields in django models and forms. Uses py-moneyed as the money implementation." optional = false python-versions = ">=3.7" files = [ - {file = "django-money-3.4.1.tar.gz", hash = "sha256:aef49da4ae3ff27791d03204062f4a294bdb5dd8554dcd398866c46c54461486"}, - {file = "django_money-3.4.1-py3-none-any.whl", hash = "sha256:0c15c957c4c1571c7492675608c2ce54d1d446bce9957d042669acca14b732c9"}, + {file = "django_money-3.5.2-py3-none-any.whl", hash = "sha256:ef51437178e0e15fb1072776556614828ce6239a49ca5b3c3b9bf1370e46d03d"}, + {file = "django_money-3.5.2.tar.gz", hash = "sha256:161f79dc523b1f57c21b5f46b345f5e5f5b9c5bb40965fd3f6cfe3e41d7dce35"}, ] [package.dependencies] @@ -523,7 +523,7 @@ setuptools = "*" [package.extras] exchange = ["certifi"] -test = ["django-stubs", "mixer", "mypy", "pytest (>=3.1.0,<7.0)", "pytest-cov", "pytest-django", "pytest-pythonpath"] +test = ["django-stubs", "mixer", "mypy", "pytest (>=8.2,<8.3)", "pytest-cov", "pytest-django"] [[package]] name = "django-multiselectfield" @@ -1987,4 +1987,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aea51de2bf2220300eb5876ce4a9feb8994b3429666a464b21b624596b7c1909" +content-hash = "732e549ffc441959ce0f1f957a8c148a3cab45567c5b9d267f83cb9f8c3ed1c1" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 86fda11c8..9ce67ee2f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -39,7 +39,7 @@ pyexcel-ods3 = "^0.6.1" pyexcel-xlsx = "^0.6.0" pyexcel-ezodf = "^0.3.4" django-environ = "^0.11.2" -django-money = "^3.4.0" +django-money = "^3.5.2" python-redmine = "^2.5.0" sentry-sdk = "^1.45.0" whitenoise = "^6.6.0"