Skip to content

Commit ed226ed

Browse files
Bump the minor group across 1 directory with 6 updates
Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10.2` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.4.1` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.23` | `9.7.3` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.1` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.9.0.20250906` | `3.10.2.20260211` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.143.0` | `6.151.9` | Updates `markdown` from 3.9 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.9.0...3.10.2) Updates `mkdocs-macros-plugin` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.4.1...v1.5.0) Updates `mkdocs-material` from 9.6.23 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.6.23...9.7.3) Updates `mypy` from 1.18.2 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.1) Updates `types-markdown` from 3.9.0.20250906 to 3.10.2.20260211 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `hypothesis` from 6.143.0 to 6.151.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.143.0...hypothesis-python-6.151.9) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-material dependency-version: 9.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.10.2.20260211 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.151.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6077d28 commit ed226ed

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
@@ -45,7 +45,7 @@ dev-flake8 = [
4545
]
4646
dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
4747
dev-mkdocs = [
48-
"Markdown == 3.9",
48+
"Markdown == 3.10.2",
4949
"black == 25.9.0",
5050
"frequenz-repo-config[lib] == 0.14.0",
5151
"markdown-callouts == 0.4.0",
@@ -54,8 +54,8 @@ dev-mkdocs = [
5454
"mkdocs-gen-files == 0.6.1",
5555
"mkdocs-include-markdown-plugin == 7.2.2",
5656
"mkdocs-literate-nav == 0.6.3",
57-
"mkdocs-macros-plugin == 1.4.1",
58-
"mkdocs-material == 9.6.23",
57+
"mkdocs-macros-plugin == 1.5.0",
58+
"mkdocs-material == 9.7.6",
5959
"mkdocstrings[python] == 0.30.1",
6060
"mkdocstrings-python == 1.18.2",
6161
"pymdownx-superfence-filter-lines == 0.1.0",
@@ -64,8 +64,8 @@ dev-mkdocs = [
6464
dev-mypy = [
6565
# For checking the noxfile, docs/ script, and tests
6666
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
67-
"mypy == 1.18.2",
68-
"types-Markdown == 3.9.0.20250906",
67+
"mypy == 1.20.0",
68+
"types-Markdown == 3.10.2.20260211",
6969
]
7070
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.14.0"]
7171
dev-pylint = [
@@ -76,7 +76,7 @@ dev-pylint = [
7676
dev-pytest = [
7777
"async-solipsism == 0.9",
7878
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
79-
"hypothesis == 6.143.0",
79+
"hypothesis == 6.151.10",
8080
"pytest == 8.4.2",
8181
"pytest-asyncio == 1.1.0",
8282
"pytest-mock == 3.15.1",

0 commit comments

Comments
 (0)