summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-25 09:36:09 +0000
committerGitHub <noreply@github.com>2019-11-25 09:36:09 +0000
commitf392e8308604e5f8c088b51ef2edb6192219491d (patch)
tree9a7dd855cb78bad1c841f1f6f3dbf038b006436f
parent210f0089317e3d4fddd787fc2b11dc3c0db56a47 (diff)
Bump jsonschema from 3.1.1 to 3.2.0 in /api
Bumps [jsonschema](https://github.com/Julian/jsonschema) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v3.1.1...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--api/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/setup.py b/api/setup.py
index d2d1b7fe..185631cc 100644
--- a/api/setup.py
+++ b/api/setup.py
@@ -34,5 +34,5 @@ setup(
"flask-accept==0.0.6",
],
setup_requires=["pytest-runner"],
- tests_require=["pytest==5.3.0", "pytest-cov==2.8.1", "jsonschema==3.1.1"],
+ tests_require=["pytest==5.3.0", "pytest-cov==2.8.1", "jsonschema==3.2.0"],
)