Skip to content

Commit db493b8

Browse files
Bump the patch group with 5 updates
Bumps the patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.18` | `9.6.22` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.30.0` | `0.30.1` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.1` | `0.13.6` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.1` | `0.13.6` | Updates `mkdocs-material` from 9.6.18 to 9.6.22 - [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.18...9.6.22) 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 `frequenz-repo-config[lib]` from 0.13.1 to 0.13.6 - [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.1...v0.13.6) 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) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.1 to 0.13.6 - [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.1...v0.13.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.22 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: frequenz-repo-config[lib] dependency-version: 0.13.6 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 - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdb9b40 commit db493b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

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

@@ -53,10 +53,10 @@ dev-mkdocs = [
5353
"mkdocs-gen-files == 0.5.0",
5454
"mkdocs-literate-nav == 0.6.2",
5555
"mkdocs-macros-plugin == 1.3.9",
56-
"mkdocs-material == 9.6.18",
57-
"mkdocstrings[python] == 0.30.0",
56+
"mkdocs-material == 9.6.22",
57+
"mkdocstrings[python] == 0.30.1",
5858
"mkdocstrings-python == 1.17.0",
59-
"frequenz-repo-config[lib] == 0.13.1",
59+
"frequenz-repo-config[lib] == 0.13.6",
6060
]
6161
dev-mypy = [
6262
"mypy == 1.9.0",
@@ -66,17 +66,17 @@ dev-mypy = [
6666
]
6767
dev-noxfile = [
6868
"nox == 2025.5.1",
69-
"frequenz-repo-config[lib] == 0.13.1",
69+
"frequenz-repo-config[lib] == 0.13.6",
7070
]
7171
dev-pylint = [
7272
# dev-pytest already defines a dependency to pylint because of the examples
7373
# For checking the noxfile, docs/ script, and tests
7474
"frequenz-microgrid-component-graph[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
7676
dev-pytest = [
77-
"pytest == 8.4.1",
77+
"pytest == 8.4.2",
7878
"pylint == 3.3.8", # We need this to check for the examples
79-
"frequenz-repo-config[extra-lint-examples] == 0.13.1",
79+
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
8080
"pytest-mock == 3.14.0",
8181
"pytest-asyncio == 1.2.0",
8282
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)