From 000bbcebd2d3b71c9bfb709e8c4d68b4a34391ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:09:53 +0000 Subject: [PATCH] Bump the all-pip-packages group across 1 directory with 5 updates Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. Updates `mkdocs-material` to 9.7.1 - [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.7.0...9.7.1) Updates `numpy` from 2.3.5 to 2.4.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.3.5...v2.4.1) Updates `pandas` from 2.3.3 to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0) Updates `pymdown-extensions` from 10.18 to 10.20 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.18...10.20) Updates `jsonschema` from 4.25.1 to 4.26.0 - [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.25.1...v4.26.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:production dependency-group: all-pip-packages - dependency-name: numpy dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-pip-packages - dependency-name: pymdown-extensions dependency-version: '10.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index d4bc9d21..07021060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,11 +3,11 @@ mkdocs==1.6.1 mkdocs-awesome-pages-plugin==2.10.1 mkdocs-git-revision-date-localized-plugin==1.5.0 mkdocs-glightbox==0.5.2 -mkdocs-material~=9.7.0 +mkdocs-material~=9.7.1 mkdocs-material-extensions==1.3.1 -numpy==2.3.5 -pandas==2.3.3 -pymdown-extensions==10.18 +numpy==2.4.1 +pandas==3.0.0 +pymdown-extensions==10.20 PyYAML==6.0.3 -jsonschema==4.25.1 +jsonschema==4.26.0 mike>=2.0.0