Skip to content

Commit 427550a

Browse files
chore(deps-dev): bump the patch group with 6 updates
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10.1` | `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.2` | `1.0.3` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `2.0.1` | `2.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.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 `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.2 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.2...1.0.3) Updates `mkdocstrings-python` from 2.0.1 to 2.0.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.1...2.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: mkdocstrings-python dependency-version: 2.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 cbbd792 commit 427550a

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
@@ -70,28 +70,28 @@ dev-flake8 = [
7070
dev-formatting = ["black == 26.1.0", "isort == 7.0.0"]
7171
dev-mkdocs = [
7272
"black == 26.1.0",
73-
"Markdown==3.10.1",
73+
"Markdown==3.10.2",
7474
"mike == 2.1.3",
7575
"mkdocs-gen-files == 0.6.0",
7676
"mkdocs-literate-nav == 0.6.2",
7777
"mkdocs-macros-plugin == 1.5.0",
78-
"mkdocs-material == 9.7.1",
79-
"mkdocstrings[python] == 1.0.2",
80-
"mkdocstrings-python == 2.0.1",
78+
"mkdocs-material == 9.7.3",
79+
"mkdocstrings[python] == 1.0.3",
80+
"mkdocstrings-python == 2.0.3",
8181
"frequenz-repo-config[lib] == 0.14.0",
8282
]
8383
dev-mypy = [
8484
"mypy == 1.19.1",
8585
"grpc-stubs == 1.53.0.6",
8686
"pandas-stubs == 2.3.3.260113",
87-
"types-Markdown == 3.10.0.20251106",
87+
"types-Markdown == 3.10.2.20260211",
8888
"types-protobuf == 6.32.1.20260221",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
9292
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.14.0"]
9393
dev-pylint = [
94-
"pylint == 4.0.4",
94+
"pylint == 4.0.5",
9595
# For checking the noxfile, docs/ script, and tests
9696
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9797
]

0 commit comments

Comments
 (0)