From aa42449a74c591f39491e30c42aaee1d93950dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:07:42 +0000 Subject: [PATCH 1/3] Bump mkdocs-include-markdown-plugin from 6.2.2 to 7.0.0 Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 6.2.2 to 7.0.0. - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.2.2...v7.0.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44999120..1c5b3bfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mkdocs==1.6.1 mkdocs-bibtex==2.16.2 -mkdocs-include-markdown-plugin==6.2.2 +mkdocs-include-markdown-plugin==7.0.0 mkdocs-table-reader-plugin==3.1.0 mkdocs-material==9.5.42 mkdocs-material-extensions==1.3.1 From 6f05c1af619a7f933c73da995541fdbbf3c7a85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:07:47 +0000 Subject: [PATCH 2/3] Bump networkx from 3.4.1 to 3.4.2 Bumps [networkx](https://github.com/networkx/networkx) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.4.1...networkx-3.4.2) --- updated-dependencies: - dependency-name: networkx 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 44999120..6b2069c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ thefuzz==0.22.1 pandas==2.2.3 scikit-learn==1.5.2 jsonschema==4.23.0 -networkx==3.4.1 +networkx==3.4.2 From 24f7f7bb8ed121c578235b54cdd195fe1f8b57ee Mon Sep 17 00:00:00 2001 From: Vijay Sarvepalli Date: Wed, 30 Oct 2024 16:08:19 -0400 Subject: [PATCH 3/3] Move to 2020-12 support issue #640 --- data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json b/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json index 1611f91f..48c9e562 100644 --- a/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json +++ b/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://certcc.github.io/SSVC/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json", "definitions": { "id": {