From e59f2bc25dc4dd4e82687b93db1c396c8134e36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 21:56:36 +0000 Subject: [PATCH] Bump django from 2.0 to 2.0.12 in /server Bumps [django](https://github.com/django/django) from 2.0 to 2.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0...2.0.12) Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index acecb10..79329b5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -django==2.0 +django==2.0.12 pysmb==1.1.27 twilio==6.24.1 mysqlclient==1.3.14