From cbfce7cf3fc3712787decebc11d2b7b30ea0c721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 18:26:25 +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 62c298bf..25084346 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 = "a02786ee6902e030c80123438935084bc1f0f862cd1722d6198fed57624ff413" +content-hash = "a41b7bb8f0b8df4747961adca769ef4110479a81b9a6d2676e5c6908dd96380b" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e475550c..fc313e98 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"