Skip to content

Commit 15972c0

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pylint](https://github.com/pylint-dev/pylint). Updates `prompt-toolkit` from 3.0.51 to 3.0.52 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.51...3.0.52) 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 `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: prompt-toolkit dependency-version: 3.0.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - 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: pylint dependency-version: 3.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ba7990 commit 15972c0

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
@@ -56,7 +56,7 @@ email = "floss@frequenz.com"
5656
[project.optional-dependencies]
5757
cli = [
5858
"asyncclick == 8.1.8",
59-
"prompt-toolkit == 3.0.51",
59+
"prompt-toolkit == 3.0.52",
6060
"parsedatetime == 2.6",
6161
"tzlocal == 5.3.1",
6262
]
@@ -76,8 +76,8 @@ dev-mkdocs = [
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
7878
"frequenz-api-dispatch == 1.0.0-rc3",
79-
"mkdocs-macros-plugin == 1.3.7",
80-
"mkdocs-material == 9.6.16",
79+
"mkdocs-macros-plugin == 1.3.9",
80+
"mkdocs-material == 9.6.18",
8181
"mkdocstrings[python] == 0.30.0",
8282
"frequenz-repo-config[lib] == 0.13.5",
8383
]
@@ -92,7 +92,7 @@ dev-mypy = [
9292
]
9393
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
9494
dev-pylint = [
95-
"pylint == 3.3.7",
95+
"pylint == 3.3.8",
9696
# For checking the noxfile, docs/ script, and tests
9797
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9898
"frequenz-api-dispatch == 1.0.0-rc3",

0 commit comments

Comments
 (0)