From 605825f805d4e97f9c3a018e48b4f3a593ea25de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:46:45 +0000 Subject: [PATCH 1/2] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [mkdocs-codeinclude-plugin](https://github.com/rnorth/mkdocs-codeinclude-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-codeinclude-plugin` from 0.2.1 to 0.3.1 - [Release notes](https://github.com/rnorth/mkdocs-codeinclude-plugin/releases) - [Commits](https://github.com/rnorth/mkdocs-codeinclude-plugin/compare/0.2.1...0.3.1) Updates `mkdocs-material` from 9.7.1 to 9.7.2 - [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.1...9.7.2) --- updated-dependencies: - dependency-name: mkdocs-codeinclude-plugin dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-material dependency-version: 9.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fb88c28f2..7b19ced93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 -mkdocs-codeinclude-plugin==0.2.1 +mkdocs-codeinclude-plugin==0.3.1 mkdocs-markdownextradata-plugin==0.2.6 -mkdocs-material==9.7.1 \ No newline at end of file +mkdocs-material==9.7.2 \ No newline at end of file From 47ebe0d097deac10987b4d74b042e506e382540c Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Mon, 23 Feb 2026 09:21:07 +0000 Subject: [PATCH 2/2] Raise docs Python runtime to 3.11 for mkdocs-codeinclude-plugin 0.3.1 --- CONTRIBUTING.md | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6eae096e1..ed6d3d7af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ Then access the docs at [http://localhost:8000](http://localhost:8000). #### Using Python -* Ensure that you have Python 3.8.0 or higher. +* Ensure that you have Python 3.11.0 or higher. * Set up a virtualenv and run `pip install -r requirements.txt` in the `testcontainers-node` root directory. * Once Python dependencies have been installed, run `mkdocs serve` to start a local auto-updating MkDocs server. diff --git a/runtime.txt b/runtime.txt index cc1923a40..2c0733315 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -3.8 +3.11