From 86bd4a42af8e58bd10b5b01c8fff008443612f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:50:33 +0000 Subject: [PATCH] Bump django from 3.1.7 to 3.1.14 in /requirements Bumps [django](https://github.com/django/django) from 3.1.7 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.7...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-common.txt b/requirements/requirements-common.txt index 1677ca40f..c3679df56 100644 --- a/requirements/requirements-common.txt +++ b/requirements/requirements-common.txt @@ -1,6 +1,6 @@ -r requirements-codeserver.txt invoke==0.21.0 -django==3.1.7 +django==3.1.14 django-taggit==1.2.0 pytz==2019.3 requests-oauthlib>=0.6.1