From 5b1c68ba52bb335e28acc44fd6a949749471e469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:24:07 +0000 Subject: [PATCH 1/2] Bump jsonschema from 4.19.1 to 4.19.2 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.1 to 4.19.2. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.19.1...v4.19.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba3e83410f2..dfa4ea0064a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ vine==5.0.0 tqdm==4.66.1 Deprecated==1.2.14 wrapt==1.15.0 -jsonschema==4.19.1 +jsonschema==4.19.2 zipstream-new==1.1.8 schema==0.7.5 rdflib==6.3.2 From 86828e2b43faa97dddf92ce67450244e753a7439 Mon Sep 17 00:00:00 2001 From: afabiani Date: Mon, 13 Nov 2023 09:42:06 +0100 Subject: [PATCH 2/2] - Align setup.cfg to requirements.txt --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 151e17e7890..253454653f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ install_requires = tqdm==4.66.1 Deprecated==1.2.14 wrapt==1.15.0 - jsonschema==4.19.1 + jsonschema==4.19.2 zipstream-new==1.1.8 schema==0.7.5 rdflib==6.3.2