From 394b682d493b32da92747905f8e7da2cc6dd28fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:47:17 +0000 Subject: [PATCH] build(deps): bump django from 5.2.4 to 5.2.7 in /surface Bumps [django](https://github.com/django/django) from 5.2.4 to 5.2.7. - [Commits](https://github.com/django/django/compare/5.2.4...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 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..42946ec2 100644 --- a/surface/requirements.txt +++ b/surface/requirements.txt @@ -1,5 +1,5 @@ # Core Libraries -Django==5.2.4 +Django==5.2.7 django-admin-rangefilter==0.11.0 django-object-actions==3.0.2 djangorestframework==3.16.0