From d8b2322c3b87a51b9785e51ad155c434a557f7c2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 6 Jun 2020 00:01:27 +0000
Subject: [PATCH] Bump django from 2.2.10 to 2.2.13

Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.10...2.2.13)

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements_dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements_dev.txt b/requirements_dev.txt
index 38acad6..ddd5d34 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -4,7 +4,7 @@ pytest-flake8
 pytest-cov==2.5.1
 falcon==2.0.0
 flask
-django==2.2.10; python_version>="3.0"
+django==2.2.13; python_version>="3.0"
 requests==2.22.0
 responses==0.10.12
 webob