From 90136227284021170eedc0953d0cebe3a6a3c7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:29:42 +0000 Subject: [PATCH] Bump django from 4.2.21 to 4.2.22 in /requirements Bumps [django](https://github.com/django/django) from 4.2.21 to 4.2.22. - [Commits](https://github.com/django/django/compare/4.2.21...4.2.22) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 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 3db5de6..f69ab1d 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.21 +Django==4.2.22 # A zero dependency WSGI server gunicorn==23.0.0