Skip to content

Commit e94f99a

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [pylint](https://github.com/pylint-dev/pylint) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocs-material` from 9.6.16 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.16...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 `pylint` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.7...v3.3.8) 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: pylint dependency-version: 3.3.8 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 0309f57 commit e94f99a

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
@@ -59,8 +59,8 @@ dev-mkdocs = [
5959
"mkdocs-gen-files == 0.5.0",
6060
"mkdocs-literate-nav == 0.6.2",
6161
"mkdocs-macros-plugin == 1.3.7",
62-
"mkdocs-material == 9.6.16",
63-
"mkdocstrings[python] == 0.30.0",
62+
"mkdocs-material == 9.6.21",
63+
"mkdocstrings[python] == 0.30.1",
6464
"mkdocstrings-python == 1.16.12",
6565
"frequenz-repo-config[lib] == 0.13.5",
6666
]
@@ -77,13 +77,13 @@ dev-noxfile = [
7777
"frequenz-repo-config[lib] == 0.13.5",
7878
]
7979
dev-pylint = [
80-
"pylint == 3.3.7",
80+
"pylint == 3.3.8",
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
"pandas >= 2, < 3", # Only required for example
8484
]
8585
dev-pytest = [
86-
"pytest == 8.4.1",
86+
"pytest == 8.4.2",
8787
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
8888
"pytest-mock == 3.14.1",
8989
"pytest-asyncio == 1.1.0",

0 commit comments

Comments
 (0)