From e1b27bcb0504301974d52a46eea3b2a6d3183ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 09:35:32 +0000 Subject: [PATCH] Bump django from 5.1.8 to 5.2.2 Bumps [django](https://github.com/django/django) from 5.1.8 to 5.2.2. - [Commits](https://github.com/django/django/compare/5.1.8...5.2.2) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c691a9..b213bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ "demoji==1.1.0", - "Django==5.1.8", + "Django==5.2.2", "django-allauth[socialaccount]==65.9.0", "django-bootstrap5==25.1", "django-cleanup==9.0.0",