From 35150e3bd3c2baa84663f18942faf5846cc919aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 09:56:52 +1000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates (#9536) * Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the /src/backend directory: [pdfminer-six](https://github.com/pdfminer/pdfminer.six) and [django-money](https://github.com/django-money/django-money). Updates `pdfminer-six` from 20250327 to 20250416 - [Release notes](https://github.com/pdfminer/pdfminer.six/releases) - [Changelog](https://github.com/pdfminer/pdfminer.six/blob/master/CHANGELOG.md) - [Commits](https://github.com/pdfminer/pdfminer.six/commits) Updates `django-money` from 3.5.3 to 3.5.4 - [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.5.3...3.5.4) --- updated-dependencies: - dependency-name: pdfminer-six dependency-version: '20250416' dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: django-money dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] * fix req --------- 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-dev.txt | 6 +++--- src/backend/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/backend/requirements-dev.txt b/src/backend/requirements-dev.txt index 1f2f20e9bd..9dd781a983 100644 --- a/src/backend/requirements-dev.txt +++ b/src/backend/requirements-dev.txt @@ -337,9 +337,9 @@ packaging==24.2 \ # via # -c src/backend/requirements.txt # build -pdfminer-six==20250327 \ - --hash=sha256:57f6c34c2702df04cfa3191622a3db0a922ced686d35283232b00094f8914aa1 \ - --hash=sha256:5af494c85b1ecb7c28df5e3a26bb5234a8226a307503d9a09f4958bc154b16a9 +pdfminer-six==20250416 \ + --hash=sha256:30956a85f9d0add806a4e460ed0d67c2b6a48b53323c7ac87de23174596d3acd \ + --hash=sha256:dd2a9ad7bc7dd6b62d009aaa9c101ac9d069a47937724569c375a6a9078da303 # via -r src/backend/requirements-dev.in pip==25.0.1 \ --hash=sha256:88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea \ diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 4e90a4ca09..176d6b4d14 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -468,9 +468,9 @@ django-markdownify==0.9.5 \ --hash=sha256:2c4ae44e386c209453caf5e9ea1b74f64535985d338ad2d5ad5e7089cc94be86 \ --hash=sha256:34c34eba4a797282a5c5bd97b13cec84d6a4c0673ad47ce1c1d000d74dd8d4ab # via -r src/backend/requirements.in -django-money==3.5.3 \ - --hash=sha256:3020c0f6b77eb4c30bdd711c7c660af67ed4b7a4750fdbdf5894788848dc6fc6 \ - --hash=sha256:cb8ef1adea8c682b792cc565ace45ace9525de26e3b116290951cd78c7393eab +django-money==3.5.4 \ + --hash=sha256:25933ed6177f8dc981114db813c7c5d36c7c89bc4017f2b1b2bb0209b5f68876 \ + --hash=sha256:628b3afb6671edc2cbd26743d858c31d3b99a735357f7acb6a399ab3ab008d2b # via -r src/backend/requirements.in django-mptt==0.17.0 \ --hash=sha256:e2dca00536450b91bdc80d8fc1454993b84307728394ae42c72947fc09574d3d \