Skip to content

Commit 0525555

Browse files
Bump the patch group with 7 updates
Bumps the patch group with 7 updates: | 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.2` | `9.6.12` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.2` | `0.13.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [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.2 to 9.6.12 - [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.2...9.6.12) Updates `frequenz-repo-config[lib]` 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 `pytest` from 8.3.4 to 8.3.5 - [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.3.4...8.3.5) 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.12 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: pytest dependency-version: 8.3.5 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] <[email protected]>
1 parent 152ef10 commit 0525555

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

+9-9
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.2",
8+
"frequenz-repo-config[lib] == 0.13.4",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -51,18 +51,18 @@ dev-flake8 = [
5151
"pydoclint == 0.6.0",
5252
"pydocstyle == 6.3.0",
5353
]
54-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
54+
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
5555
dev-mkdocs = [
5656
"Markdown == 3.7",
5757
"black == 25.1.0",
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.2",
62+
"mkdocs-material == 9.6.14",
6363
"mkdocstrings[python] == 0.29.1",
6464
"mkdocstrings-python == 1.16.10",
65-
"frequenz-repo-config[lib] == 0.13.2",
65+
"frequenz-repo-config[lib] == 0.13.4",
6666
]
6767
dev-mypy = [
6868
"mypy == 1.9.0",
@@ -71,16 +71,16 @@ dev-mypy = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-weather[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
74-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"]
74+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.4"]
7575
dev-pylint = [
7676
# dev-pytest already defines a dependency to pylint because of the examples
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-client-weather[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-pytest = [
81-
"pytest == 8.3.4",
82-
"pylint == 3.3.4", # We need this to check for the examples
83-
"frequenz-repo-config[extra-lint-examples] == 0.13.2",
81+
"pytest == 8.3.5",
82+
"pylint == 3.3.7", # We need this to check for the examples
83+
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
8484
"pytest-mock == 3.14.0",
8585
"pytest-asyncio == 0.26.0",
8686
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)