From 05bab26535e9fc94c79666d2758cc6071c4c0420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:08:19 +0000 Subject: [PATCH] Update jsonschema requirement in /requirements/CI-tests-conda Updates the requirements on [jsonschema](https://github.com/Julian/jsonschema) to permit the latest version. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v0.1...v4.1.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/CI-tests-conda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/CI-tests-conda/requirements.txt b/requirements/CI-tests-conda/requirements.txt index c97ad5885..fbd420070 100644 --- a/requirements/CI-tests-conda/requirements.txt +++ b/requirements/CI-tests-conda/requirements.txt @@ -1,7 +1,7 @@ # https://github.com/tskit-dev/msprime/issues/1860 # Version < 4 is required by python_jsonschema_objects, # but demes will pull in the latest so we pin here. -jsonschema<4.0 +jsonschema<5.0 gsl tskit==0.3.7 stdpopsim==0.1.2