From c1749df186a78ab94ec26e4eab1d733029214172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:15:50 +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 f468a2c2..049e81ff 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 = "60112e5d692d84ff7119441422ec49fc056bf6a577ae20797fce420712fa2656" +content-hash = "61bcc98b5eb15dd61bc9c3b79142107f8b0887ac73290ed9aa0c98feb61f2de6" diff --git a/pyproject.toml b/pyproject.toml index 08dddc9c..21c41ddd 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"