Skip to content

Commit a20d58b

Browse files
Bump the dependencies group with 2 updates (#1247)
* 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](rnorth/mkdocs-codeinclude-plugin@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](squidfunk/mkdocs-material@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] <support@github.com> * Raise docs Python runtime to 3.11 for mkdocs-codeinclude-plugin 0.3.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Greco <cristianrgreco@gmail.com>
1 parent 2135dd3 commit a20d58b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then access the docs at [http://localhost:8000](http://localhost:8000).
3131

3232
#### Using Python
3333

34-
* Ensure that you have Python 3.8.0 or higher.
34+
* Ensure that you have Python 3.11.0 or higher.
3535
* Set up a virtualenv and run `pip install -r requirements.txt` in the `testcontainers-node` root directory.
3636
* Once Python dependencies have been installed, run `mkdocs serve` to start a local auto-updating MkDocs server.
3737

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mkdocs==1.6.1
2-
mkdocs-codeinclude-plugin==0.2.1
2+
mkdocs-codeinclude-plugin==0.3.1
33
mkdocs-markdownextradata-plugin==0.2.6
4-
mkdocs-material==9.7.1
4+
mkdocs-material==9.7.2

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8
1+
3.11

0 commit comments

Comments
 (0)