Skip to content
Snippets Groups Projects

Bump jsonschema to version 3.0.1

Merged André Anjos requested to merge beat-core-issue-80 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package:
package:
name: beat-devel
name: beat-devel
version: 2019.04.30
version: 2019.05.07
build:
build:
# the build number must be zero all the time.
# the build number must be zero all the time.
@@ -20,7 +20,7 @@ requirements:
@@ -20,7 +20,7 @@ requirements:
- flask 1.0.2
- flask 1.0.2
- flask-cors 3.0.7
- flask-cors 3.0.7
- flask-restful 0.3.6
- flask-restful 0.3.6
- jsonschema 2.6.0
- jsonschema 3.0.1
- nodejs 8.9.3
- nodejs 8.9.3
- oset 0.1.3
- oset 0.1.3
- python-graphviz 0.8.4
- python-graphviz 0.8.4
Loading