From 56bd878715808e02a8b772b5209a1e5d3502ae4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:02:59 -0400 Subject: [PATCH 1/4] Bump actions/configure-pages from 4 to 5 (#548) Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_site.yml b/.github/workflows/deploy_site.yml index 2c135e98..7e69470d 100644 --- a/.github/workflows/deploy_site.yml +++ b/.github/workflows/deploy_site.yml @@ -45,7 +45,7 @@ jobs: python -m pip install -r requirements.txt - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Build Site run: | From a342cb636891dfb4aacbb2513f43611778d76b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:03:25 -0400 Subject: [PATCH 2/4] Bump the mkdocs group with 2 updates (#547) Bumps the mkdocs group with 2 updates: [mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-bibtex` from 2.14.4 to 2.14.5 - [Release notes](https://github.com/shyamd/mkdocs-bibtex/releases) - [Commits](https://github.com/shyamd/mkdocs-bibtex/compare/v2.14.4...v2.14.5) Updates `mkdocs-material` from 9.5.15 to 9.5.16 - [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.15...9.5.16) --- updated-dependencies: - dependency-name: mkdocs-bibtex 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 ... 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 83963045..a1e6e486 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ mkdocs==1.5.3 -mkdocs-bibtex==2.14.4 +mkdocs-bibtex==2.14.5 mkdocs-include-markdown-plugin==6.0.5 mkdocs-table-reader-plugin==2.1.0 -mkdocs-material==9.5.15 +mkdocs-material==9.5.16 mkdocs-material-extensions==1.3.1 mkdocstrings==0.24.1 mkdocstrings-python==1.9.0 From 139482248204abccc1c7b36f67043be0a5653b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:23:49 -0400 Subject: [PATCH 3/4] Bump the mkdocs group with 4 updates (#551) Bumps the mkdocs group with 4 updates: [mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mkdocstrings-python](https://github.com/mkdocstrings/python). Updates `mkdocs-bibtex` from 2.14.5 to 2.15.0 - [Release notes](https://github.com/shyamd/mkdocs-bibtex/releases) - [Commits](https://github.com/shyamd/mkdocs-bibtex/compare/v2.14.5...v2.15.0) Updates `mkdocs-material` from 9.5.16 to 9.5.17 - [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.16...9.5.17) Updates `mkdocstrings` from 0.24.1 to 0.24.3 - [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.1...0.24.3) Updates `mkdocstrings-python` from 1.9.0 to 1.9.2 - [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.9.0...1.9.2) --- updated-dependencies: - dependency-name: mkdocs-bibtex 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-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1e6e486..6495b03c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ mkdocs==1.5.3 -mkdocs-bibtex==2.14.5 +mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.5 mkdocs-table-reader-plugin==2.1.0 -mkdocs-material==9.5.16 +mkdocs-material==9.5.17 mkdocs-material-extensions==1.3.1 -mkdocstrings==0.24.1 -mkdocstrings-python==1.9.0 +mkdocstrings==0.24.3 +mkdocstrings-python==1.9.2 mkdocs-print-site-plugin==2.3.6 dataclasses-json==0.6.4 thefuzz==0.22.1 From e5aacbafc1b744acacefb0ce0f7347cdcf202794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:24:11 -0400 Subject: [PATCH 4/4] Bump networkx from 3.2.1 to 3.3 (#552) Bumps [networkx](https://github.com/networkx/networkx) from 3.2.1 to 3.3. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.2.1...networkx-3.3) --- updated-dependencies: - dependency-name: networkx 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 6495b03c..9697f1db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ thefuzz==0.22.1 pandas==2.2.1 scikit-learn==1.4.1.post1 jsonschema==4.21.1 -networkx==3.2.1 +networkx==3.3