From c073d116a03b96364542e2bd5a0fcb517629c3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:16:26 +0000 Subject: [PATCH] Bump django from 4.0.3 to 5.0.6 Bumps [django](https://github.com/django/django) from 4.0.3 to 5.0.6. - [Commits](https://github.com/django/django/compare/4.0.3...5.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30804168..a8e81a2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.5.0 backports.zoneinfo==0.2.1 dj-database-url==0.5.0 -Django==4.0.3 +Django==5.0.6 gunicorn==20.1.0 psycopg2-binary==2.9.3 sqlparse==0.4.2