Skip to content

Commit 99002f5

Browse files
Build(deps): Bump the patch group with 6 updates
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.12` | `9.6.14` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.10` | `1.16.11` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.3` | `0.13.4` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.6` | `3.3.7` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.3` | `0.13.4` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` | Updates `mkdocs-material` from 9.6.12 to 9.6.14 - [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.12...9.6.14) Updates `mkdocstrings-python` from 1.16.10 to 1.16.11 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.10...1.16.11) Updates `frequenz-repo-config[lib]` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.3...v0.13.4) Updates `pylint` from 3.3.6 to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.6...v3.3.7) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.3...v0.13.4) Updates `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings-python dependency-version: 1.16.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d420d0 commit 99002f5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 80.3.1",
77
"setuptools_scm[toml] == 8.3.1",
8-
"frequenz-repo-config[lib] == 0.13.3",
8+
"frequenz-repo-config[lib] == 0.13.4",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -62,27 +62,27 @@ dev-mkdocs = [
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.2",
6464
"mkdocs-macros-plugin == 1.3.7",
65-
"mkdocs-material == 9.6.12",
65+
"mkdocs-material == 9.6.14",
6666
"mkdocstrings[python] == 0.29.1",
67-
"mkdocstrings-python == 1.16.10",
68-
"frequenz-repo-config[lib] == 0.13.3",
67+
"mkdocstrings-python == 1.16.11",
68+
"frequenz-repo-config[lib] == 0.13.4",
6969
]
7070
dev-mypy = [
7171
"mypy == 1.15.0",
7272
"types-Markdown == 3.8.0.20250415",
7373
# For checking the noxfile, docs/ script, and tests
7474
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
76-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"]
76+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"]
7777
dev-pylint = [
78-
"pylint == 3.3.6",
78+
"pylint == 3.3.7",
7979
# For checking the noxfile, docs/ script, and tests
8080
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-pytest = [
8383
"pytest == 8.3.5",
84-
"frequenz-repo-config[extra-lint-examples] == 0.13.3",
85-
"pytest-mock == 3.14.0",
84+
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
85+
"pytest-mock == 3.14.1",
8686
"pytest-asyncio == 0.26.0",
8787
"async-solipsism == 0.7",
8888
]

0 commit comments

Comments
 (0)