From 50a89dd2c8069e2571256dd54b7e6309f6545f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:15:06 +0000 Subject: [PATCH] Bump django from 5.2.12 to 6.0.5 in /requirements Bumps [django](https://github.com/django/django) from 5.2.12 to 6.0.5. - [Commits](https://github.com/django/django/compare/5.2.12...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.in b/requirements/common.in index ddf6a0e1223..b033a839351 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -1,7 +1,7 @@ # Packages that are shared between deployment and dev environments. gunicorn==25.0.3 whitenoise[brotli]==6.11.0 # Used by Whitenoise to provide Brotli-compressed versions of static files. -Django==5.2.12 +Django==6.0.5 celery==5.6.2 # celery needed for data ingestion simplejson==3.20.2 # import simplejson newrelic==11.2.0