Skip to content

Commit b05158a

Browse files
Bump the patch group with 7 updates
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.1` | `0.6.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.7` | `9.6.11` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.29.0` | `0.29.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.5` | `1.16.10` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.0` | `0.13.2` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.0` | `0.13.2` | Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2) Updates `mkdocs-material` from 9.6.7 to 9.6.11 - [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.7...9.6.11) Updates `mkdocstrings[python]` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.29.0...0.29.1) Updates `mkdocstrings-python` from 1.16.5 to 1.16.10 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.16.5...1.16.10) Updates `frequenz-repo-config[lib]` from 0.13.0 to 0.13.2 - [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.0...v0.13.2) Updates `pylint` from 3.3.4 to 3.3.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.4...v3.3.6) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.0 to 0.13.2 - [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.0...v0.13.2) --- updated-dependencies: - dependency-name: mkdocs-literate-nav dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings-python dependency-version: 1.16.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.6 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.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a71d21 commit b05158a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

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

@@ -57,12 +57,12 @@ dev-mkdocs = [
5757
"Markdown==3.7",
5858
"mike == 2.1.3",
5959
"mkdocs-gen-files == 0.5.0",
60-
"mkdocs-literate-nav == 0.6.1",
60+
"mkdocs-literate-nav == 0.6.2",
6161
"mkdocs-macros-plugin == 1.3.7",
62-
"mkdocs-material == 9.6.7",
63-
"mkdocstrings[python] == 0.29.0",
64-
"mkdocstrings-python == 1.16.5",
65-
"frequenz-repo-config[lib] == 0.13.0",
62+
"mkdocs-material == 9.6.11",
63+
"mkdocstrings[python] == 0.29.1",
64+
"mkdocstrings-python == 1.16.10",
65+
"frequenz-repo-config[lib] == 0.13.2",
6666
]
6767
dev-mypy = [
6868
"mypy == 1.15.0",
@@ -74,17 +74,17 @@ dev-mypy = [
7474
]
7575
dev-noxfile = [
7676
"nox == 2025.2.9",
77-
"frequenz-repo-config[lib] == 0.13.0",
77+
"frequenz-repo-config[lib] == 0.13.2",
7878
]
7979
dev-pylint = [
80-
"pylint == 3.3.4",
80+
"pylint == 3.3.6",
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
"pandas >= 2, < 3", # Only required for example
8484
]
8585
dev-pytest = [
8686
"pytest == 8.3.5",
87-
"frequenz-repo-config[extra-lint-examples] == 0.13.0",
87+
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
8888
"pytest-mock == 3.14.0",
8989
"pytest-asyncio == 0.25.3",
9090
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)