From aefd8ae7410f04e0f8c3249148a442196d1b75d2 Mon Sep 17 00:00:00 2001
From: Laurence de Bruxelles
 <laurence.debruxelles@digital.cabinet-office.gov.uk>
Date: Mon, 17 Jun 2019 17:16:38 +0100
Subject: [PATCH] Remove test requirements from PyUp

---
 .pyup.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pyup.yml b/.pyup.yml
index b5eb918c..6da35f6a 100644
--- a/.pyup.yml
+++ b/.pyup.yml
@@ -1,6 +1,6 @@
 # PyUp config
 # https://pyup.io/docs/bot/config/
- # Check dependencies in _only_ requirements-app and requirements-dev, and open PRs with PyUp prefix.
+# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
 
 search: False
 schedule: "every week on sunday"
@@ -12,7 +12,7 @@ requirements:
       pin: True
 
   - requirements-dev.txt:
-      update: all
+      update: False
       pin: True
 
   - requirements.txt: