Skip to content

Commit 582d222

Browse files
Bump the required group across 1 directory with 5 updates
Bumps the required group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` | | [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` | 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) 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 `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) --- updated-dependencies: - dependency-name: setuptools 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: 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5917d5 commit 582d222

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 75.6.0", "setuptools_scm[toml] == 8.1.0"]
5+
requires = ["setuptools == 75.8.0", "setuptools_scm[toml] == 8.1.0"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -70,7 +70,7 @@ dev-flake8 = [
7070
"flake8 == 7.1.1",
7171
"flake8-docstrings == 1.7.0",
7272
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
73-
"pydoclint == 0.5.14",
73+
"pydoclint == 0.6.0",
7474
"pydocstyle == 6.3.0",
7575
]
7676
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
@@ -81,8 +81,8 @@ dev-mkdocs = [
8181
"mkdocs-gen-files == 0.5.0",
8282
"mkdocs-literate-nav == 0.6.1",
8383
"mkdocs-macros-plugin == 1.3.7",
84-
"mkdocs-material == 9.5.49",
85-
"mkdocstrings[python] == 0.27.0",
84+
"mkdocs-material == 9.6.2",
85+
"mkdocstrings[python] == 0.28.0",
8686
"mkdocstrings-python == 1.13.0",
8787
]
8888
dev-mypy = [
@@ -104,7 +104,7 @@ dev-pylint = [
104104
]
105105
dev-pytest = [
106106
"pytest == 8.3.4",
107-
"pylint == 3.3.3", # We need this to check for the examples
107+
"pylint == 3.3.4", # We need this to check for the examples
108108
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
109109
"jinja2 == 3.1.5", # For checking the cookiecutter scripts
110110
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)