Skip to content

Commit c1d64c5

Browse files
Bump the required group across 1 directory with 7 updates
Bumps the required group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.14` | `0.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.6.2` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.27.0` | `0.28.0` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.13.0` | `1.14.3` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.3` | | [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` | Updates `pydoclint` from 0.5.14 to 0.6.0 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.14...0.6.0) Updates `mkdocs-material` from 9.5.49 to 9.6.2 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.49...9.6.2) Updates `mkdocstrings[python]` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.27.0...0.28.0) Updates `mkdocstrings-python` from 1.13.0 to 1.14.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.13.0...1.14.3) Updates `pylint` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.3...v3.3.4) Updates `pytest-asyncio` from 0.25.1 to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.3) Updates `setuptools` from 75.6.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.6.0...v75.8.0) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fccb1ae commit c1d64c5

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
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.6.0",
6+
"setuptools == 75.8.0",
77
"setuptools_scm[toml] == 8.1.0",
88
"frequenz-repo-config[lib] == 0.11.0",
99
]
@@ -55,7 +55,7 @@ dev-flake8 = [
5555
"flake8 == 7.1.1",
5656
"flake8-docstrings == 1.7.0",
5757
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
58-
"pydoclint == 0.5.14",
58+
"pydoclint == 0.6.0",
5959
"pydocstyle == 6.3.0",
6060
]
6161
dev-formatting = ["black == 25.1.0", "isort == 5.13.2"]
@@ -66,9 +66,9 @@ dev-mkdocs = [
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.1",
6868
"mkdocs-macros-plugin == 1.3.7",
69-
"mkdocs-material == 9.5.49",
70-
"mkdocstrings[python] == 0.27.0",
71-
"mkdocstrings-python == 1.13.0",
69+
"mkdocs-material == 9.6.2",
70+
"mkdocstrings[python] == 0.28.0",
71+
"mkdocstrings-python == 1.14.3",
7272
"frequenz-repo-config[lib] == 0.11.0",
7373
]
7474
dev-mypy = [
@@ -81,15 +81,15 @@ dev-mypy = [
8181
]
8282
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"]
8383
dev-pylint = [
84-
"pylint == 3.3.3",
84+
"pylint == 3.3.4",
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.4",
9090
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
9191
"pytest-mock == 3.14.0",
92-
"pytest-asyncio == 0.25.1",
92+
"pytest-asyncio == 0.25.3",
9393
"async-solipsism == 0.7",
9494
]
9595
dev = [

0 commit comments

Comments
 (0)