From 09cf9cd3b170b9800cfed4d0f957965b723237c6 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Thu, 5 Jul 2018 09:14:08 -0400
Subject: [PATCH] Update pytest from 3.6.2 to 3.6.3

---
 {{cookiecutter.app_name}}/requirements/dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt
index 36045ed8..3f51635c 100644
--- a/{{cookiecutter.app_name}}/requirements/dev.txt
+++ b/{{cookiecutter.app_name}}/requirements/dev.txt
@@ -2,7 +2,7 @@
 -r prod.txt
 
 # Testing
-pytest==3.6.2
+pytest==3.6.3
 WebTest==2.0.30
 factory-boy==2.11.1
 
-- 
GitLab