From 4dc1ba7735e7d90e00cc26c2530cc1494f4ee3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:00:25 +0000 Subject: [PATCH] Bump django from 4.0.3 to 5.0.1 Bumps [django](https://github.com/django/django) from 4.0.3 to 5.0.1. - [Commits](https://github.com/django/django/compare/4.0.3...5.0.1) --- 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..f4e144be 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.1 gunicorn==20.1.0 psycopg2-binary==2.9.3 sqlparse==0.4.2