Skip to content

Commit f6c6a21

Browse files
Bump the required group across 1 directory with 4 updates
Bumps the required group with 4 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [pytest](https://github.com/pytest-dev/pytest) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocs-material` from 9.5.43 to 9.5.47 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.43...9.5.47) Updates `mkdocstrings[python]` from 0.26.2 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d354f2d commit f6c6a21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dev-mkdocs = [
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",
5454
"mkdocs-macros-plugin == 1.3.7",
55-
"mkdocs-material == 9.5.43",
56-
"mkdocstrings[python] == 0.26.2",
55+
"mkdocs-material == 9.5.47",
56+
"mkdocstrings[python] == 0.27.0",
5757
"mkdocstrings-python == 1.12.2",
5858
"frequenz-repo-config[lib] == 0.11.0",
5959
]
@@ -73,8 +73,8 @@ dev-pylint = [
7373
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
7575
dev-pytest = [
76-
"pytest == 8.3.3",
77-
"pylint == 3.3.1", # We need this to check for the examples
76+
"pytest == 8.3.4",
77+
"pylint == 3.3.2", # We need this to check for the examples
7878
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
7979
"pytest-mock == 3.14.0",
8080
"pytest-asyncio == 0.24.0",

0 commit comments

Comments
 (0)