From f33734529adf379f7509baa7cb5c8477cfba8cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:13:29 +0000 Subject: [PATCH] build(deps): bump django from 5.2.4 to 5.2.8 in /surface Bumps [django](https://github.com/django/django) from 5.2.4 to 5.2.8. - [Commits](https://github.com/django/django/compare/5.2.4...5.2.8) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- surface/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surface/requirements.txt b/surface/requirements.txt index 674b2094..7364e20f 100644 --- a/surface/requirements.txt +++ b/surface/requirements.txt @@ -1,5 +1,5 @@ # Core Libraries -Django==5.2.4 +Django==5.2.8 django-admin-rangefilter==0.11.0 django-object-actions==3.0.2 djangorestframework==3.16.0