Skip to content

Commit 88c5980

Browse files
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) 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 `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: 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 c51f268 commit 88c5980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev-mkdocs = [
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.2",
5454
"mkdocs-macros-plugin == 1.3.9",
55-
"mkdocs-material == 9.6.18",
55+
"mkdocs-material == 9.6.21",
5656
"frequenz-repo-config[lib] == 0.13.5",
5757
]
5858
dev-mypy = [
@@ -71,7 +71,7 @@ dev-pylint = [
7171
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
7373
dev-pytest = [
74-
"pytest == 8.4.1",
74+
"pytest == 8.4.2",
7575
"pylint == 3.3.8", # We need this to check for the examples
7676
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
7777
"pytest-mock == 3.14.1",

0 commit comments

Comments
 (0)