From aa00f5a6130cd858e09e109a207e82e944c68276 Mon Sep 17 00:00:00 2001 From: David Caro Date: Wed, 1 Nov 2017 08:38:29 +0100 Subject: [PATCH] setup: bump to schemas 53 Sem-Ver: breaking change Signed-off-by: David Caro --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f966b8ca..91339646 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ install_requires = [ 'autosemver~=0.2', - 'inspire-schemas~=51.0', - 'inspire-dojson~=51.0', + 'inspire-schemas~=53.0', + 'inspire-dojson~=53.0', 'Scrapy>=1.1.0', 'scrapy-crawl-once~=0.1,>=0.1.1', # TODO: unpin once they support wheel building again