From 24e94524dc2d0c6edc9083f6b9c01388e5bcc369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:34:47 +0000 Subject: [PATCH] Bump django from 4.2.17 to 4.2.18 in /requirements Bumps [django](https://github.com/django/django) from 4.2.17 to 4.2.18. - [Commits](https://github.com/django/django/compare/4.2.17...4.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index b09c410..e632b85 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,7 +3,7 @@ dj-database-url==2.2.0 # This is a Django app -Django==4.2.17 +Django==4.2.18 # A zero dependency WSGI server gunicorn==22.0.0