From 7c1c7ad819ac3891cb7a93cd689af2b37559062b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:52:21 +0000 Subject: [PATCH] chore(deps): bump django-money from 3.1.0 to 3.4.1 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](https://github.com/django-money/django-money/compare/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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0952583a..658c335d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -507,23 +507,23 @@ pycharm = ["pydevd-pycharm (>=213.5605.23,<213.5606.0)"] [[package]] name = "django-money" -version = "3.1.0" +version = "3.4.1" 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.1.0.tar.gz", hash = "sha256:06a9257fa784576f5a0885e9b179065e3d4da4797876fa0a4f310de06b6dc65b"}, - {file = "django_money-3.1.0-py3-none-any.whl", hash = "sha256:e2d3cd025704dc00fcdf05733273299db5f8a6519335ad79a82c9d4269da6789"}, + {file = "django-money-3.4.1.tar.gz", hash = "sha256:aef49da4ae3ff27791d03204062f4a294bdb5dd8554dcd398866c46c54461486"}, + {file = "django_money-3.4.1-py3-none-any.whl", hash = "sha256:0c15c957c4c1571c7492675608c2ce54d1d446bce9957d042669acca14b732c9"}, ] [package.dependencies] Django = ">=2.2" -py-moneyed = ">=2.0,<3.0" +py-moneyed = ">=2.0,<3.1" setuptools = "*" [package.extras] exchange = ["certifi"] -test = ["django-stubs", "mixer", "mypy", "pytest (>=3.1.0)", "pytest-cov", "pytest-django", "pytest-pythonpath"] +test = ["django-stubs", "mixer", "mypy", "pytest (>=3.1.0,<7.0)", "pytest-cov", "pytest-django", "pytest-pythonpath"] [[package]] name = "django-multiselectfield" @@ -1979,4 +1979,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "570845f052de8c4941391bd4471dd9f0f36a9a42acefaf6a7a6f260b527f422d" +content-hash = "352635d4b5dfead3de57e4a1fa516af9c31f0b8ab1cc52d8e09785e0862ce408" diff --git a/pyproject.toml b/pyproject.toml index b4abaff1..a8368112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pyexcel-ods3 = "^0.6.1" pyexcel-xlsx = "^0.6.0" pyexcel-ezodf = "^0.3.4" django-environ = "^0.10.0" -django-money = "^3.1.0" +django-money = "^3.4.1" python-redmine = "^2.4.0" sentry-sdk = "^1.26.0" whitenoise = "^6.5.0"