From 5c129807d32afc58695dbf2f92fa2c65066a284e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:37:48 +0000 Subject: [PATCH] chore(deps): bump django from 6.0.3 to 6.0.4 in /eproba 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 ... 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