Skip to content

Commit 5b712b3

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.12` | `9.6.14` | | [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 `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: 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] <[email protected]>
1 parent 8dd6b1a commit 5b712b3

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 == 80.1.0",
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

@@ -52,8 +52,8 @@ dev-mkdocs = [
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.2",
5454
"mkdocs-macros-plugin == 1.3.7",
55-
"mkdocs-material == 9.6.12",
56-
"frequenz-repo-config[lib] == 0.13.3",
55+
"mkdocs-material == 9.6.14",
56+
"frequenz-repo-config[lib] == 0.13.4",
5757
]
5858
dev-mypy = [
5959
"mypy == 1.15.0",
@@ -63,7 +63,7 @@ dev-mypy = [
6363
]
6464
dev-noxfile = [
6565
"nox == 2025.5.1",
66-
"frequenz-repo-config[lib] == 0.13.3",
66+
"frequenz-repo-config[lib] == 0.13.4",
6767
]
6868
dev-pylint = [
6969
# dev-pytest already defines a dependency to pylint because of the examples
@@ -72,9 +72,9 @@ dev-pylint = [
7272
]
7373
dev-pytest = [
7474
"pytest == 8.3.5",
75-
"pylint == 3.3.6", # We need this to check for the examples
76-
"frequenz-repo-config[extra-lint-examples] == 0.13.3",
77-
"pytest-mock == 3.14.0",
75+
"pylint == 3.3.7", # We need this to check for the examples
76+
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
77+
"pytest-mock == 3.14.1",
7878
"pytest-asyncio == 0.26.0",
7979
"async-solipsism == 0.7",
8080
]

0 commit comments

Comments
 (0)