From 798c0d65971bca7d56b6b66fe8ba23d8b6c0a545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:23:46 +0000 Subject: [PATCH] Bump django from 5.2.8 to 5.2.9 Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.8...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 6 +++--- requirements.prod.in | 2 +- requirements.prod.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 1f92c217..1c60bbf8 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -452,9 +452,9 @@ distlib==0.4.0 \ --hash=sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16 \ --hash=sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d # via virtualenv -django==5.2.8 \ - --hash=sha256:23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f \ - --hash=sha256:37e687f7bd73ddf043e2b6b97cfe02fcbb11f2dbb3adccc6a2b18c6daa054d7f +django==5.2.9 \ + --hash=sha256:16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495 \ + --hash=sha256:3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a # via # -c requirements.prod.txt # django-debug-toolbar diff --git a/requirements.prod.in b/requirements.prod.in index 4ca7d3ae..2576a156 100644 --- a/requirements.prod.in +++ b/requirements.prod.in @@ -8,7 +8,7 @@ beautifulsoup4 crispy-bootstrap4 dj-database-url # Pin to 5.2.x until 6.0 is released and we are happy with 6.0 compatibility -django~=5.2.0 +django~=5.2.9 djangorestframework django-anymail[mailgun] django-crispy-forms diff --git a/requirements.prod.txt b/requirements.prod.txt index 04d59ca8..34408471 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -250,9 +250,9 @@ dj-database-url==3.0.1 \ --hash=sha256:43950018e1eeea486bf11136384aec0fe55b29fe6fd8a44553231b85661d9383 \ --hash=sha256:8994961efb888fc6bf8c41550870c91f6f7691ca751888ebaa71442b7f84eff8 # via -r requirements.prod.in -django==5.2.8 \ - --hash=sha256:23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f \ - --hash=sha256:37e687f7bd73ddf043e2b6b97cfe02fcbb11f2dbb3adccc6a2b18c6daa054d7f +django==5.2.9 \ + --hash=sha256:16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495 \ + --hash=sha256:3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a # via # -r requirements.prod.in # crispy-bootstrap4