From f924b5544171b567fbf63e541a2cb6eaaa1e58dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:39:31 +0000 Subject: [PATCH] Bump django from 5.0.2 to 5.0.4 Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.4. - [Commits](https://github.com/django/django/compare/5.0.2...5.0.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5fb0b82..1aa19a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dj-database-url==2.1.0 -Django==5.0.2 +Django==5.0.4 gunicorn==21.2.0 psycopg==3.1.18 python-dotenv==1.0.1