From 9f398337c61e243c15b4511d9458250666c1ed9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:02:23 +0000 Subject: [PATCH] Chore(deps): Bump django from 5.1.4 to 5.1.5 (#8738) Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.4...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 0c97e21e5..0e2486b03 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" dateparser = "~=1.2" # WARNING: django does not use semver. # Only patch versions are guaranteed to not introduce breaking changes. -django = "~=5.1.4" +django = "~=5.1.5" django-allauth = {extras = ["mfa", "socialaccount"], version = "*"} django-auditlog = "*" django-celery-results = "*" diff --git a/Pipfile.lock b/Pipfile.lock index b12acfb9d..1e1ec9823 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0abce8638a5123784b6d4281bf15874ccc77df4f66bf4eb7d6d0e854d2778788" + "sha256": "3806c1dbfde8e9383e748c106c217170d6dcdbb8b95d573030b2294dab32d462" }, "pipfile-spec": 6, "requires": {}, @@ -500,12 +500,12 @@ }, "django": { "hashes": [ - "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0", - "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a" + "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3", + "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==5.1.4" + "version": "==5.1.5" }, "django-allauth": { "extras": [