From 7e01042d36806c6ea02a791553a23e90a2aff7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:43:18 +0000 Subject: [PATCH] chore(deps): bump django from 6.0.3 to 6.0.4 Bumps [django](https://github.com/django/django) from 6.0.3 to 6.0.4. - [Commits](https://github.com/django/django/compare/6.0.3...6.0.4) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eproba/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eproba/requirements.txt b/eproba/requirements.txt index ab329c6..217832a 100644 --- a/eproba/requirements.txt +++ b/eproba/requirements.txt @@ -1,4 +1,4 @@ -django==6.0.3 +django==6.0.4 django-crispy-forms==2.6 crispy-bulma==0.12.0 djangorestframework==3.17.1