Skip to content

Commit 5cd133f

Browse files
Build(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` | | [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` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.151.4` | `6.151.9` | 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 `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) Updates `hypothesis` from 6.151.4 to 6.151.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.4...hypothesis-python-6.151.9) --- 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 - dependency-name: hypothesis dependency-version: 6.151.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa07675 commit 5cd133f

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
@@ -47,34 +47,34 @@ dev-flake8 = [
4747
]
4848
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
4949
dev-mkdocs = [
50-
"Markdown == 3.10.1",
50+
"Markdown == 3.10.2",
5151
"black == 25.9.0",
5252
"mike == 2.1.3",
5353
"mkdocs-gen-files == 0.5.0",
5454
"mkdocs-literate-nav == 0.6.2",
5555
"mkdocs-macros-plugin == 1.5.0",
56-
"mkdocs-material == 9.7.1",
57-
"mkdocstrings[python] == 1.0.2",
56+
"mkdocs-material == 9.7.3",
57+
"mkdocstrings[python] == 1.0.3",
5858
"mkdocstrings-python == 1.18.2",
5959
"frequenz-repo-config[lib] == 0.14.0",
6060
]
6161
dev-mypy = [
6262
"mypy == 1.19.1",
63-
"types-Markdown == 3.10.0.20251106",
63+
"types-Markdown == 3.10.2.20260211",
6464
"types-protobuf == 6.32.1.20251105",
6565
# For checking the noxfile, docs/ script, and tests
6666
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
6767
]
6868
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.14.0"]
6969
dev-pylint = [
70-
"pylint == 4.0.4",
70+
"pylint == 4.0.5",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
7474
dev-pytest = [
7575
"pytest == 8.4.2",
7676
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
77-
"hypothesis == 6.151.4",
77+
"hypothesis == 6.151.9",
7878
"pytest-mock == 3.15.1",
7979
"pytest-asyncio == 1.3.0",
8080
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)