Skip to content

Commit fa70aac

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocs-material` from 9.6.18 to 9.6.21 - [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.6.21) Updates `mkdocstrings[python]` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.30.0...0.30.1) Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...8.4.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b0e42c commit fa70aac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dev-mkdocs = [
5555
"mkdocs-include-markdown-plugin == 7.2.0",
5656
"mkdocs-literate-nav == 0.6.2",
5757
"mkdocs-macros-plugin == 1.4.0",
58-
"mkdocs-material == 9.6.18",
59-
"mkdocstrings[python] == 0.30.0",
58+
"mkdocs-material == 9.6.21",
59+
"mkdocstrings[python] == 0.30.1",
6060
"mkdocstrings-python == 1.16.12",
6161
"pymdownx-superfence-filter-lines == 0.1.0",
6262
]
@@ -76,7 +76,7 @@ dev-pytest = [
7676
"async-solipsism == 0.8",
7777
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
7878
"hypothesis == 6.140.2",
79-
"pytest == 8.4.1",
79+
"pytest == 8.4.2",
8080
"pytest-asyncio == 1.1.0",
8181
"pytest-mock == 3.15.1",
8282
]

0 commit comments

Comments
 (0)