From 4d3f5d94b8b9cb7d17cf48bd85786167f8250b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Losada?= Date: Thu, 22 Mar 2018 14:53:14 +0000 Subject: [PATCH] Bump schematics and jsonschema versions --- CHANGES.rst | 7 +++++++ requirements/validation.txt | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 79643403..03c1523e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Release notes ============= +1.1.0 (TBD) +------------------ + +- Add Schematics 2.* support. Note that Schematics 2.0.0 introduced many + changes to its API and even some validation rules have a slightly different + behaviour in some cases. + 1.0.0 (2018-03-08) ------------------ diff --git a/requirements/validation.txt b/requirements/validation.txt index cd140d24..6231f788 100644 --- a/requirements/validation.txt +++ b/requirements/validation.txt @@ -1,4 +1,4 @@ -jsonschema==2.4.0 -schematics==1.0.4 +jsonschema==2.6.0 +schematics==2.0.1 python-slugify==1.0.2 strict-rfc3339==0.6