Skip to content

Commit 2425da2

Browse files
Bump the minor group with 7 updates
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.10.2` | | [mike](https://github.com/jimporter/mike) | `2.1.3` | `2.2.0` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.9` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.18` | `9.7.6` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.20.2` | | [types-markdown](https://github.com/python/typeshed) | `3.8.0.20250809` | `3.10.2.20260408` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.15.1` | Updates `markdown` from 3.8.2 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.8.2...3.10.2) Updates `mike` from 2.1.3 to 2.2.0 - [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.2.0) Updates `mkdocs-macros-plugin` from 1.3.9 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.3.9...v1.5.0) Updates `mkdocs-material` from 9.6.18 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.6.18...9.7.6) Updates `mypy` from 1.9.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.20.2) Updates `types-markdown` from 3.8.0.20250809 to 3.10.2.20260408 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest-mock` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.15.1) --- 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: mike dependency-version: 2.2.0 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.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.10.2.20260408 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e7a6cb commit 2425da2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ dev-flake8 = [
4545
]
4646
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
4747
dev-mkdocs = [
48-
"Markdown == 3.8.2",
48+
"Markdown == 3.10.2",
4949
"black == 25.1.0",
50-
"mike == 2.1.3",
50+
"mike == 2.2.0",
5151
"mkdocs-gen-files == 0.6.1",
5252
"mkdocs-literate-nav == 0.6.3",
53-
"mkdocs-macros-plugin == 1.3.9",
54-
"mkdocs-material == 9.6.18",
53+
"mkdocs-macros-plugin == 1.5.0",
54+
"mkdocs-material == 9.7.6",
5555
"mkdocstrings[python] == 1.0.4",
5656
"mkdocstrings-python == 2.0.3",
5757
"frequenz-repo-config[lib] == 0.17.0",
5858
]
5959
dev-mypy = [
60-
"mypy == 1.9.0",
61-
"types-Markdown == 3.8.0.20250809",
60+
"mypy == 1.20.2",
61+
"types-Markdown == 3.10.2.20260408",
6262
# For checking the noxfile, docs/ script, and tests
6363
"frequenz-resampling[dev-mkdocs,dev-noxfile,dev-pytest]",
6464
]
@@ -75,7 +75,7 @@ dev-pytest = [
7575
"pytest == 9.0.3",
7676
"pylint == 4.0.5", # We need this to check for the examples
7777
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
78-
"pytest-mock == 3.14.0",
78+
"pytest-mock == 3.15.1",
7979
"pytest-asyncio == 1.3.0",
8080
"async-solipsism == 0.9",
8181
]

0 commit comments

Comments
 (0)