From bdc7a0c04e3036f37b9b4d0fd8cefc6eb204c5f2 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 19 May 2026 14:42:41 +0100 Subject: [PATCH 1/7] chore: add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..28cb43e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Source - https://stackoverflow.com/a/78380165 +# Posted by Stefan, modified by community. See post 'Timeline' for change history +# Retrieved 2026-04-14, License - CC BY-SA 4.0 + +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" From 2492d3bcc967acf9172384bbc7f852cf010e2022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:33:17 +0000 Subject: [PATCH 2/7] Bump actions/configure-pages from 3 to 6 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c5696f5..8fe8213 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -58,7 +58,7 @@ jobs: make html - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v3 From 3bf25b1534f9de5350c687539402b7ba978839db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:33:21 +0000 Subject: [PATCH 3/7] Bump actions/upload-pages-artifact from 3 to 5 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c5696f5..acb91ba 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -61,7 +61,7 @@ jobs: uses: actions/configure-pages@v3 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: # Upload just docs path: 'docs/sphinx/build/html' From 9ac10af8fd3a6ec47d01bf1040138eb7ea6a3073 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Tue, 19 May 2026 15:54:31 +0100 Subject: [PATCH 4/7] Update contribs --- docs/sphinx/source/api/Contributors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index c2d3f40..58f73b1 100644 --- a/docs/sphinx/source/api/Contributors.md +++ b/docs/sphinx/source/api/Contributors.md @@ -3,7 +3,7 @@ # Modelspec contributors This page list names and Github profiles of contributors to Modelspec, listed in no particular order. -This page is generated periodically, most recently on 2026-04-29. +This page is generated periodically, most recently on 2026-05-19. - Padraig Gleeson ([@pgleeson](https://github.com/pgleeson)) - Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin)) @@ -11,5 +11,6 @@ This page is generated periodically, most recently on 2026-04-29. - Peace Ododo ([@Onoyiza](https://github.com/Onoyiza)) - Parikshit Singh Rathore ([@parikshit14](https://github.com/parikshit14)) - Ankur Sinha ([@sanjayankur31](https://github.com/sanjayankur31)) +- dependabot[bot] ([@dependabot[bot]](https://github.com/apps/dependabot)) - kmantel ([@kmantel](https://github.com/kmantel)) - Robert Vickerstaff ([@robertvi](https://github.com/robertvi)) From a4ce6c746f09762abbaa432e33ecbfe146131ceb Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Tue, 19 May 2026 15:57:26 +0100 Subject: [PATCH 5/7] Update docs page to 2026 --- docs/sphinx/source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index de138fc..81eed4a 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -4,6 +4,8 @@ # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +import modelspec + # -- Path setup -------------------------------------------------------------- import sys @@ -18,9 +20,9 @@ # -- Project information ----------------------------------------------------- project = "Modelspec" -copyright = "2023, ModECI Project" +copyright = "2026, ModECI Project" author = "ModECI Project" -release = "0.3.1" +release = modelspec.__version__ # -- General configuration --------------------------------------------------- From f016146986b28b54e2955cf6e2791f256f333ee4 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 20 May 2026 16:35:46 +0100 Subject: [PATCH 6/7] To v0.3.10 --- src/modelspec/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modelspec/__init__.py b/src/modelspec/__init__.py index 63880e4..16d4816 100644 --- a/src/modelspec/__init__.py +++ b/src/modelspec/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.9" +__version__ = "0.3.10" from .base_types import Base, define, has, field, fields, optional, instance_of, in_ From 3be30e1f31e6edcf25640e5c263ed39e5b284bf7 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 10 Jun 2026 14:49:43 +0100 Subject: [PATCH 7/7] Regenerated contribs --- docs/sphinx/source/api/Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index 58f73b1..a23950b 100644 --- a/docs/sphinx/source/api/Contributors.md +++ b/docs/sphinx/source/api/Contributors.md @@ -3,7 +3,7 @@ # Modelspec contributors This page list names and Github profiles of contributors to Modelspec, listed in no particular order. -This page is generated periodically, most recently on 2026-05-19. +This page is generated periodically, most recently on 2026-06-10. - Padraig Gleeson ([@pgleeson](https://github.com/pgleeson)) - Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))