Skip to content

Commit 691a6a8

Browse files
Bump the required group with 6 updates
Bumps the required group with 6 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.1.2` | `7.2.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.6.2` | `0.6.4` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.9` | `9.6.10` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.29.0` | `0.29.1` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.12.3` | `0.13.1` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.12.3` | `0.13.1` | Updates `flake8` from 7.1.2 to 7.2.0 - [Commits](PyCQA/flake8@7.1.2...7.2.0) Updates `pydoclint` from 0.6.2 to 0.6.4 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.6.2...0.6.4) Updates `mkdocs-material` from 9.6.9 to 9.6.10 - [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.9...9.6.10) 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 `frequenz-repo-config[lib]` from 0.12.3 to 0.13.1 - [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.12.3...v0.13.1) Updates `frequenz-repo-config[extra-lint-examples]` from 0.12.3 to 0.13.1 - [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.12.3...v0.13.1) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pydoclint dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-version: 9.6.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 571537c commit 691a6a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 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.12.3",
8+
"frequenz-repo-config[lib] == 0.13.1",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -52,10 +52,10 @@ email = "[email protected]"
5252

5353
[project.optional-dependencies]
5454
dev-flake8 = [
55-
"flake8 == 7.1.2",
55+
"flake8 == 7.2.0",
5656
"flake8-docstrings == 1.7.0",
5757
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
58-
"pydoclint == 0.6.2",
58+
"pydoclint == 0.6.4",
5959
"pydocstyle == 6.3.0",
6060
]
6161
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
@@ -66,10 +66,10 @@ dev-mkdocs = [
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.2",
6868
"mkdocs-macros-plugin == 1.3.7",
69-
"mkdocs-material == 9.6.9",
70-
"mkdocstrings[python] == 0.29.0",
69+
"mkdocs-material == 9.6.10",
70+
"mkdocstrings[python] == 0.29.1",
7171
"mkdocstrings-python == 1.16.8",
72-
"frequenz-repo-config[lib] == 0.12.3",
72+
"frequenz-repo-config[lib] == 0.13.1",
7373
]
7474
dev-mypy = [
7575
"mypy == 1.15.0",
@@ -79,15 +79,15 @@ dev-mypy = [
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
82-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.12.3"]
82+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.1"]
8383
dev-pylint = [
8484
"pylint == 3.3.6",
8585
# For checking the noxfile, docs/ script, and tests
8686
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8787
]
8888
dev-pytest = [
8989
"pytest == 8.3.5",
90-
"frequenz-repo-config[extra-lint-examples] == 0.12.3",
90+
"frequenz-repo-config[extra-lint-examples] == 0.13.1",
9191
"pytest-mock == 3.14.0",
9292
"pytest-asyncio == 0.26.0",
9393
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)