From e0301c7481790cbd70490b3bd0458e0d00cad095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:11:27 +0000 Subject: [PATCH] build(deps): Bump django from 5.1.2 to 5.1.3 Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.3. - [Commits](https://github.com/django/django/compare/5.1.2...5.1.3) --- 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 b9949e1..ae959c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ dj-database-url==2.3.0 dj-static==0.0.6 -Django==5.1.2 +Django==5.1.3 gunicorn==23.0.0 psycopg2==2.9.10 six==1.16.0