From 0847f9ce710f5ce609f1df1a95dfde9dc66975e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:16:30 +0200 Subject: [PATCH] Bump django from 5.1.1 to 5.1.2 (#256) Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.2. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... 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 5ef61d01..182d8d7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ dependencies = [ "dealer==2.1.0", "demoji==1.1.0", - "Django==5.1.1", + "Django==5.1.2", "django-allauth[socialaccount]==65.0.2", "django-bootstrap5==24.3", "django-cors-headers==4.4.0",