Skip to content

Commit d4556c9

Browse files
chore(deps): bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 - [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.7...v1.3.9) Updates `mkdocs-material` from 9.6.16 to 9.6.18 - [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.18) Updates `pandas-stubs` from 2.3.0.250703 to 2.3.2.250827 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.3.0.250703...v2.3.2.250827) 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) --- updated-dependencies: - dependency-name: mkdocs-macros-plugin dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pandas-stubs dependency-version: 2.3.2.250827 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0af468b commit d4556c9

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
@@ -73,24 +73,24 @@ dev-mkdocs = [
7373
"mike == 2.1.3",
7474
"mkdocs-gen-files == 0.5.0",
7575
"mkdocs-literate-nav == 0.6.2",
76-
"mkdocs-macros-plugin == 1.3.7",
77-
"mkdocs-material == 9.6.16",
76+
"mkdocs-macros-plugin == 1.3.9",
77+
"mkdocs-material == 9.6.18",
7878
"mkdocstrings[python] == 0.30.0",
7979
"mkdocstrings-python == 1.17.0",
8080
"frequenz-repo-config[lib] == 0.13.5",
8181
]
8282
dev-mypy = [
8383
"mypy == 1.17.1",
8484
"grpc-stubs == 1.53.0.6",
85-
"pandas-stubs == 2.3.0.250703",
85+
"pandas-stubs == 2.3.2.250827",
8686
"types-Markdown == 3.8.0.20250809",
8787
"types-protobuf == 6.30.2.20250703",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
9191
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
9292
dev-pylint = [
93-
"pylint == 3.3.7",
93+
"pylint == 3.3.8",
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]

0 commit comments

Comments
 (0)