From 0b6e6e5d6dfd1d507ca7dc79992d88247a7591d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 07:53:38 +0000 Subject: [PATCH] Bump django from 4.0.3 to 5.0.2 Bumps [django](https://github.com/django/django) from 4.0.3 to 5.0.2. - [Commits](https://github.com/django/django/compare/4.0.3...5.0.2) --- 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..e7ac4293 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.2 gunicorn==20.1.0 psycopg2-binary==2.9.3 sqlparse==0.4.2