From a50aefda5cb0d591199998bba1a5c88def24ec64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:37:09 +0000 Subject: [PATCH] build(deps): bump django from 3.2.25 to 4.2.17 Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.17. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff73e7c1..aaac5fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = { text = "AGPL-3.0-only" } classifiers = ["Private :: Do Not Upload"] requires-python = ">=3.12,<3.13" dependencies = [ - "django==3.2.25", + "django==4.2.17", "pillow==10.3.0", "cssmin==0.2.0", "cssselect==1.2.0",