Skip to content

Commit 42f0dfd

Browse files
Build(deps-dev): Bump the patch group across 1 directory with 5 updates
Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.1` | `9.7.3` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `1.0.1` | `1.0.3` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `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 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.0...3.10.2) Updates `mkdocs-material` from 9.7.1 to 9.7.3 - [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.3) Updates `mkdocstrings[python]` from 1.0.1 to 1.0.3 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.1...1.0.3) Updates `types-markdown` from 3.10.0.20251106 to 3.10.2.20260211 - [Commits](https://github.com/typeshed-internal/stub_uploader/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: mkdocs-material dependency-version: 9.7.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 1.0.3 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 5f698f7 commit 42f0dfd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,21 @@ dev-flake8 = [
5656
]
5757
dev-formatting = ["black == 25.11.0", "isort == 7.0.0"]
5858
dev-mkdocs = [
59-
"Markdown == 3.10",
59+
"Markdown == 3.10.2",
6060
"black == 25.11.0",
6161
"mike == 2.1.3",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.2",
6464
"mkdocs-macros-plugin == 1.5.0",
65-
"mkdocs-material == 9.7.1",
66-
"mkdocstrings[python] == 1.0.1",
65+
"mkdocs-material == 9.7.3",
66+
"mkdocstrings[python] == 1.0.3",
6767
"mkdocstrings-python == 1.19.0",
6868
"frequenz-repo-config[lib] == 0.13.7",
6969
]
7070
dev-mypy = [
7171
"mypy == 1.19.1",
7272
"types-networkx>=3.6.1.20251220",
73-
"types-Markdown == 3.10.0.20251106",
73+
"types-Markdown == 3.10.2.20260211",
7474
# For checking the noxfile, docs/ script, and tests
7575
"frequenz-gridpool[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]
@@ -85,7 +85,7 @@ dev-pylint = [
8585
]
8686
dev-pytest = [
8787
"pytest == 9.0.2",
88-
"pylint == 4.0.4", # We need this to check for the examples
88+
"pylint == 4.0.5", # We need this to check for the examples
8989
"frequenz-repo-config[extra-lint-examples] == 0.13.7",
9090
"pytest-mock == 3.15.1",
9191
"pytest-asyncio == 1.3.0",

0 commit comments

Comments
 (0)