From d04d7dc8e913b748afbb350ebef6a8f0e83fd38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:54:29 +0000 Subject: [PATCH] Bump django from 4.1.3 to 4.1.6 in /django Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.1.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index baf41f6..7985856 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -1,4 +1,4 @@ -Django==4.1.3 +Django==4.1.6 gunicorn==20.1.0 python-decouple==3.6 dj-database-url==1.0.0