From aabebc2cc305e533b1f6f8430cc3ff4929871c0b Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Mon, 6 May 2024 12:44:38 -0400 Subject: [PATCH 01/21] Trigger linkchecker.yml and python-app.yml on changes to requirements.txt (#116) * Update python-app.yml * Update linkchecker.yml --- .github/workflows/linkchecker.yml | 1 + .github/workflows/python-app.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index 166d0d0..8e6182a 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -4,6 +4,7 @@ on: paths: - '**/*.md' - .github/workflows/linkchecker.yml + - requirements.txt workflow_dispatch: jobs: diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8cabc99..4d70090 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -7,6 +7,7 @@ on: push: branches: [ "main" ] paths: + - requirements.txt - vultron/** - test/** - pyproject.toml From af185aef3e01e027e7b5cd2ff46356ad3affd150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:00:02 -0400 Subject: [PATCH 02/21] Bump the mkdocs group with 3 updates (#114) Bumps the mkdocs group with 3 updates: [mkdocs](https://github.com/mkdocs/mkdocs), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocs` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.3...1.6.0) Updates `mkdocs-material` from 9.5.18 to 9.5.20 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.18...9.5.20) Updates `mkdocstrings` from 0.24.3 to 0.25.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.24.3...0.25.0) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocs - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Allen D. Householder --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a38edee..02dc531 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ dataclasses-json==0.6.4 markdown-exec==1.8.1 -mkdocs==1.5.3 +mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.5 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.18 +mkdocs-material==9.5.20 mkdocs-print-site-plugin==2.4.0 mkdocstrings-python==1.10.0 -mkdocstrings==0.24.3 +mkdocstrings==0.25.0 networkx==3.3 owlready2==0.46 pandas==2.2.2 From f5cbb42df5216bac41dbe9fe33d94f41a6fc31b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:06:49 -0400 Subject: [PATCH 03/21] Bump dataclasses-json from 0.6.4 to 0.6.5 (#115) Bumps [dataclasses-json](https://github.com/lidatong/dataclasses-json) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/lidatong/dataclasses-json/releases) - [Commits](https://github.com/lidatong/dataclasses-json/compare/v0.6.4...v0.6.5) --- updated-dependencies: - dependency-name: dataclasses-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Allen D. Householder --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02dc531..276c423 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dataclasses-json==0.6.4 +dataclasses-json==0.6.5 markdown-exec==1.8.1 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 From 5bdd268fabde6322cfda065feb1e7272aa43085d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:55:54 -0400 Subject: [PATCH 04/21] Bump the mkdocs group with 3 updates (#117) Bumps the mkdocs group with 3 updates: [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocs-include-markdown-plugin` from 6.0.5 to 6.0.6 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.5...v6.0.6) Updates `mkdocs-material` from 9.5.20 to 9.5.21 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.20...9.5.21) Updates `mkdocstrings` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.25.0...0.25.1) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 276c423..a3f373f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,12 +3,12 @@ markdown-exec==1.8.1 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.15.0 -mkdocs-include-markdown-plugin==6.0.5 +mkdocs-include-markdown-plugin==6.0.6 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.20 +mkdocs-material==9.5.21 mkdocs-print-site-plugin==2.4.0 mkdocstrings-python==1.10.0 -mkdocstrings==0.25.0 +mkdocstrings==0.25.1 networkx==3.3 owlready2==0.46 pandas==2.2.2 From fc2f95c05600f0525ec8bffb604a584ac5cfa7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 15:18:01 -0400 Subject: [PATCH 05/21] Bump dataclasses-json from 0.6.5 to 0.6.6 (#119) Bumps [dataclasses-json](https://github.com/lidatong/dataclasses-json) from 0.6.5 to 0.6.6. - [Release notes](https://github.com/lidatong/dataclasses-json/releases) - [Commits](https://github.com/lidatong/dataclasses-json/compare/v0.6.5...v0.6.6) --- updated-dependencies: - dependency-name: dataclasses-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3f373f..405b4c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dataclasses-json==0.6.5 +dataclasses-json==0.6.6 markdown-exec==1.8.1 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 From fea71410cffe01953513a4e0d5c75d3a99fcfaa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 15:18:32 -0400 Subject: [PATCH 06/21] Bump the mkdocs group with 2 updates (#118) Bumps the mkdocs group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocs-print-site-plugin](https://github.com/timvink/mkdocs-print-site-plugin). Updates `mkdocs-material` from 9.5.21 to 9.5.22 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.21...9.5.22) Updates `mkdocs-print-site-plugin` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/timvink/mkdocs-print-site-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-print-site-plugin/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocs-print-site-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 405b4c5..5b05cf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.6 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.21 -mkdocs-print-site-plugin==2.4.0 +mkdocs-material==9.5.22 +mkdocs-print-site-plugin==2.4.1 mkdocstrings-python==1.10.0 mkdocstrings==0.25.1 networkx==3.3 From 564c5808a865eb040a4d638584a6eddca4cbf7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:00:08 -0400 Subject: [PATCH 07/21] --- (#121) updated-dependencies: - dependency-name: markdown-exec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b05cf1..1d1351b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dataclasses-json==0.6.6 -markdown-exec==1.8.1 +markdown-exec==1.8.2 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.15.0 From 60127aa55ccb0a2ebc72fb9652b4e8e54c0f7197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:00:58 -0400 Subject: [PATCH 08/21] --- (#120) updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1d1351b..7848fb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.6 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.22 +mkdocs-material==9.5.24 mkdocs-print-site-plugin==2.4.1 -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.2 mkdocstrings==0.25.1 networkx==3.3 owlready2==0.46 From bda967aed65a6d00af9ec6e6538481bff3ba693e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:19:39 -0400 Subject: [PATCH 09/21] Bump markdown-exec from 1.8.2 to 1.8.3 (#123) Bumps [markdown-exec](https://github.com/pawamoy/markdown-exec) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](https://github.com/pawamoy/markdown-exec/compare/1.8.2...1.8.3) --- updated-dependencies: - dependency-name: markdown-exec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7848fb7..e65ef2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dataclasses-json==0.6.6 -markdown-exec==1.8.2 +markdown-exec==1.8.3 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.15.0 From c84464f8c5f83417b99b4f63795c674e2239f6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:19:50 -0400 Subject: [PATCH 10/21] Bump scipy from 1.13.0 to 1.13.1 (#124) Bumps [scipy](https://github.com/scipy/scipy) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e65ef2b..e8bf4ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ networkx==3.3 owlready2==0.46 pandas==2.2.2 rdflib==7.0.0 -scipy==1.13.0 +scipy==1.13.1 From 2c62f61b60d2be9d11d8fc174736aaee4f26b69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:20:02 -0400 Subject: [PATCH 11/21] Bump the mkdocs group with 2 updates (#122) Bumps the mkdocs group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings-python](https://github.com/mkdocstrings/python). Updates `mkdocs-material` from 9.5.24 to 9.5.25 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.24...9.5.25) Updates `mkdocstrings-python` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.10.2...1.10.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e8bf4ea..f70adc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.6 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.24 +mkdocs-material==9.5.25 mkdocs-print-site-plugin==2.4.1 -mkdocstrings-python==1.10.2 +mkdocstrings-python==1.10.3 mkdocstrings==0.25.1 networkx==3.3 owlready2==0.46 From 78979d90250edc9a9e8c321a5b2e96260f200b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:33:35 -0400 Subject: [PATCH 12/21] Bump the mkdocs group with 3 updates (#125) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f70adc7..4f691cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ dataclasses-json==0.6.6 markdown-exec==1.8.3 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 -mkdocs-bibtex==2.15.0 -mkdocs-include-markdown-plugin==6.0.6 +mkdocs-bibtex==2.16.0 +mkdocs-include-markdown-plugin==6.1.1 mkdocs-material-extensions==1.3.1 mkdocs-material==9.5.25 -mkdocs-print-site-plugin==2.4.1 +mkdocs-print-site-plugin==2.5.0 mkdocstrings-python==1.10.3 mkdocstrings==0.25.1 networkx==3.3 From 7e4f62c2271c32b12507a77cff3a731eaca906f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:46:37 -0400 Subject: [PATCH 13/21] Bump dataclasses-json from 0.6.6 to 0.6.7 (#127) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f691cd..fe3854f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dataclasses-json==0.6.6 +dataclasses-json==0.6.7 markdown-exec==1.8.3 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 From e80365170f923ab02074b7788c5c86248cde50c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:46:47 -0400 Subject: [PATCH 14/21] Bump the mkdocs group with 2 updates (#126) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fe3854f..e4daf65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ markdown-exec==1.8.3 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.16.0 -mkdocs-include-markdown-plugin==6.1.1 +mkdocs-include-markdown-plugin==6.2.0 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.25 +mkdocs-material==9.5.26 mkdocs-print-site-plugin==2.5.0 mkdocstrings-python==1.10.3 mkdocstrings==0.25.1 From 95ee5fffa8c63bc9a6770865eb096066bfb546f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:27:51 -0400 Subject: [PATCH 15/21] Bump markdown-exec from 1.8.3 to 1.9.1 (#129) Bumps [markdown-exec](https://github.com/pawamoy/markdown-exec) from 1.8.3 to 1.9.1. - [Release notes](https://github.com/pawamoy/markdown-exec/releases) - [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md) - [Commits](https://github.com/pawamoy/markdown-exec/compare/1.8.3...1.9.1) --- updated-dependencies: - dependency-name: markdown-exec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4daf65..567d71f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dataclasses-json==0.6.7 -markdown-exec==1.8.3 +markdown-exec==1.9.1 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.16.0 From 72a13bdbfa53456eb22069efe8d0ff2ff1b05b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:28:12 -0400 Subject: [PATCH 16/21] Bump mkdocs-material from 9.5.26 to 9.5.27 in the mkdocs group (#128) Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.5.26 to 9.5.27 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.26...9.5.27) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 567d71f..cf23170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.16.0 mkdocs-include-markdown-plugin==6.2.0 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.26 +mkdocs-material==9.5.27 mkdocs-print-site-plugin==2.5.0 mkdocstrings-python==1.10.3 mkdocstrings==0.25.1 From e9d984865a64cb2236c47ef656f0e4b74f675c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:24:55 -0400 Subject: [PATCH 17/21] Bump markdown-exec from 1.9.1 to 1.9.3 (#131) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf23170..2beb1d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dataclasses-json==0.6.7 -markdown-exec==1.9.1 +markdown-exec==1.9.3 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.16.0 From d50d84dc46d2b397c9473e93c220df0541f79ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:25:08 -0400 Subject: [PATCH 18/21] Bump the mkdocs group with 2 updates (#130) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2beb1d3..0fda89f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,11 +3,11 @@ markdown-exec==1.9.3 mkdocs==1.6.0 mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.16.0 -mkdocs-include-markdown-plugin==6.2.0 +mkdocs-include-markdown-plugin==6.2.1 mkdocs-material-extensions==1.3.1 mkdocs-material==9.5.27 mkdocs-print-site-plugin==2.5.0 -mkdocstrings-python==1.10.3 +mkdocstrings-python==1.10.5 mkdocstrings==0.25.1 networkx==3.3 owlready2==0.46 From 12981238262d80c8857f1861dfacd578377b6f68 Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Tue, 9 Jul 2024 16:11:04 -0400 Subject: [PATCH 19/21] Update mkdocs.yml (#134) Remove polyfill.io See https://censys.com/july-2-polyfill-io-supply-chain-attack-digging-into-the-web-of-compromised-domains/ --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a596767..3fdce0a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -322,7 +322,6 @@ extra: extra_javascript: # to render math - javascripts/mathjax.js - - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js # to sort tables - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js From 4be4616bb30418aaa1b6b134346fcdafe9a1ab8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:11:27 -0400 Subject: [PATCH 20/21] Bump scipy from 1.13.1 to 1.14.0 (#133) Bumps [scipy](https://github.com/scipy/scipy) from 1.13.1 to 1.14.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fda89f..4a9bfb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ networkx==3.3 owlready2==0.46 pandas==2.2.2 rdflib==7.0.0 -scipy==1.13.1 +scipy==1.14.0 From 04ecbb984ba0a2912ee047a88d3c0f37f18dc81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:11:38 -0400 Subject: [PATCH 21/21] Bump mkdocs-material from 9.5.27 to 9.5.28 in the mkdocs group (#132) Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.5.27 to 9.5.28 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.27...9.5.28) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a9bfb4..53825a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mkdocs-autorefs==1.0.1 mkdocs-bibtex==2.16.0 mkdocs-include-markdown-plugin==6.2.1 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.27 +mkdocs-material==9.5.28 mkdocs-print-site-plugin==2.5.0 mkdocstrings-python==1.10.5 mkdocstrings==0.25.1