From 4e31f22f65f94069b2ad7785730c775de5e62a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:36:07 +0000 Subject: [PATCH] Bump django from 2.2.7 to 2.2.28 in /jochre_search_django Bumps [django](https://github.com/django/django) from 2.2.7 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.7...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jochre_search_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jochre_search_django/requirements.txt b/jochre_search_django/requirements.txt index 11907d30..00f949f4 100644 --- a/jochre_search_django/requirements.txt +++ b/jochre_search_django/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.7 +Django==2.2.28 requests==2.20.0 django-allauth==0.37.1 gunicorn==19.9.0