From dcd9ed67e5519a5f9e90b8440c0f0d3adfa8db4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:56:47 +0000 Subject: [PATCH] build(deps): bump django from 3.0.5 to 3.1.12 in /lrdb_back Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lrdb_back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrdb_back/requirements.txt b/lrdb_back/requirements.txt index 05dd52ff..edf860cb 100644 --- a/lrdb_back/requirements.txt +++ b/lrdb_back/requirements.txt @@ -1,4 +1,4 @@ -django == 3.0.5 +django == 3.1.12 djangorestframework == 3.11.0 django-cors-headers == 3.3.0 drf-oidc-auth == 0.10.0 \ No newline at end of file