Skip to content

Commit 27e6d42

Browse files
Build(deps-dev): Bump the patch group across 1 directory with 6 updates
Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10.1` | `3.10.2` | | [mike](https://github.com/jimporter/mike) | `2.1.3` | `2.1.4` | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.2` | `0.6.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.1` | `9.7.6` | | [types-markdown](https://github.com/python/typeshed) | `3.10.0.20251106` | `3.10.2.20260211` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.5` | Updates `markdown` from 3.10.1 to 3.10.2 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.10.1...3.10.2) Updates `mike` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.3...v2.1.4) Updates `mkdocs-literate-nav` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](oprypin/mkdocs-literate-nav@v0.6.2...v0.6.3) Updates `mkdocs-material` from 9.7.1 to 9.7.6 - [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.6) Updates `types-markdown` from 3.10.0.20251106 to 3.10.2.20260211 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mike dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-literate-nav dependency-version: 0.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: types-markdown dependency-version: 3.10.2.20260211 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 102e2cb commit 27e6d42

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,26 +71,26 @@ dev-flake8 = [
7171
dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
7272
dev-mkdocs = [
7373
"black == 25.9.0",
74-
"Markdown==3.10.1",
75-
"mike == 2.1.3",
74+
"Markdown==3.10.2",
75+
"mike == 2.1.4",
7676
"mkdocs-gen-files == 0.5.0",
77-
"mkdocs-literate-nav == 0.6.2",
77+
"mkdocs-literate-nav == 0.6.3",
7878
"mkdocs-macros-plugin == 1.5.0",
79-
"mkdocs-material == 9.7.1",
79+
"mkdocs-material == 9.7.6",
8080
"mkdocstrings[python] == 0.30.1",
8181
"mkdocstrings-python == 1.18.2",
8282
"frequenz-repo-config[api] == 0.14.0",
8383
]
8484
dev-mypy = [
8585
"mypy == 1.19.1",
8686
"grpc-stubs == 1.53.0.6",
87-
"types-Markdown == 3.10.0.20251106",
87+
"types-Markdown == 3.10.2.20260211",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
9191
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[api] == 0.14.0"]
9292
dev-pylint = [
93-
"pylint == 4.0.4",
93+
"pylint == 4.0.5",
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]

0 commit comments

Comments
 (0)