Skip to content

Commit c40b2d5

Browse files
Bump the patch group across 1 directory with 7 updates
Bumps the patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [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.1` | `9.6.14` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.10` | `1.16.12` | | [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.2` | `0.13.4` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.7` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.2` | `0.13.4` | Updates `isort` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.0...6.0.1) 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.1 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.1...9.6.14) Updates `mkdocstrings-python` from 1.16.10 to 1.16.12 - [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.12) Updates `frequenz-repo-config[api]` from 0.13.2 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.2...v0.13.4) Updates `pylint` from 3.3.4 to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.4...v3.3.7) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.2 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.2...v0.13.4) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - 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.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings-python dependency-version: 1.16.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[api] 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3de98c8 commit c40b2d5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 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[api] == 0.13.2",
8+
"frequenz-repo-config[api] == 0.13.4",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
@@ -68,18 +68,18 @@ dev-flake8 = [
6868
"pydoclint == 0.6.0",
6969
"pydocstyle == 6.3.0",
7070
]
71-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
71+
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7272
dev-mkdocs = [
7373
"Markdown == 3.7",
7474
"black == 25.1.0",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
77-
"mkdocs-literate-nav == 0.6.1",
77+
"mkdocs-literate-nav == 0.6.2",
7878
"mkdocs-macros-plugin == 1.3.7",
79-
"mkdocs-material == 9.6.1",
79+
"mkdocs-material == 9.6.14",
8080
"mkdocstrings[python] == 0.29.1",
81-
"mkdocstrings-python == 1.16.10",
82-
"frequenz-repo-config[api] == 0.13.2",
81+
"mkdocstrings-python == 1.16.12",
82+
"frequenz-repo-config[api] == 0.13.4",
8383
]
8484
dev-mypy = [
8585
"mypy == 1.14.1",
@@ -88,16 +88,16 @@ dev-mypy = [
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.2"]
91+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.4"]
9292
dev-pylint = [
9393
# dev-pytest already defines a dependency to pylint because of the examples
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]
9797
dev-pytest = [
9898
"pytest == 8.3.4",
99-
"pylint == 3.3.4", # We need this to check for the examples
100-
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
99+
"pylint == 3.3.7", # We need this to check for the examples
100+
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
101101
]
102102
dev = [
103103
"frequenz-api-reporting[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)