From aab449080f7d62b61e8bca59341a6dee4879de72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:53:49 +0100 Subject: [PATCH] Bump django from 5.1.2 to 5.1.5 (#3886) Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.2...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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05af81105..4c9290baf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = {file = "LICENSE.md"} requires-python = ">=3.13,<3.14" dependencies = [ - "Django==5.1.2", + "Django==5.1.5", "django-localflavor==4.0", "djangorestframework==3.15.2", "django-ical==1.9.2",