Skip to content

Commit 574add8

Browse files
Bump the required group across 1 directory with 10 updates
Bumps the required group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.14.6` | `1.16.2` | | [setuptools](https://github.com/pypa/setuptools) | `75.8.0` | `75.8.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.1.2` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.6.0` | `0.6.2` | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.2` | `9.6.7` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.28.0` | `0.28.2` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.1.0` | `8.2.0` | Updates `mkdocstrings-python` from 1.14.6 to 1.16.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.14.6...1.16.2) Updates `setuptools` from 75.8.0 to 75.8.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.0...v75.8.2) 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 `flake8` from 7.1.1 to 7.1.2 - [Commits](PyCQA/flake8@7.1.1...7.1.2) Updates `pydoclint` from 0.6.0 to 0.6.2 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.6.0...0.6.2) 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-material` from 9.6.2 to 9.6.7 - [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.7) Updates `mkdocstrings[python]` from 0.28.0 to 0.28.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.28.0...0.28.2) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) Updates `setuptools-scm[toml]` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: flake8 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-patch dependency-group: required - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: setuptools-scm[toml] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e77f220 commit 574add8

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
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

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

88
[project]
@@ -68,26 +68,26 @@ extra-lint-examples = [
6868
"sybil >= 6.1.1, < 10",
6969
]
7070
dev-flake8 = [
71-
"flake8 == 7.1.1",
71+
"flake8 == 7.1.2",
7272
"flake8-docstrings == 1.7.0",
7373
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
74-
"pydoclint == 0.6.0",
74+
"pydoclint == 0.6.2",
7575
"pydocstyle == 6.3.0",
7676
]
77-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
77+
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7878
dev-mkdocs = [
7979
"black == 25.1.0",
8080
"Markdown == 3.7",
8181
"mike == 2.1.3",
8282
"mkdocs-gen-files == 0.5.0",
8383
"mkdocs-literate-nav == 0.6.1",
8484
"mkdocs-macros-plugin == 1.3.7",
85-
"mkdocs-material == 9.6.2",
86-
"mkdocstrings[python] == 0.28.0",
87-
"mkdocstrings-python == 1.14.6",
85+
"mkdocs-material == 9.6.7",
86+
"mkdocstrings[python] == 0.28.2",
87+
"mkdocstrings-python == 1.16.2",
8888
]
8989
dev-mypy = [
90-
"mypy == 1.14.1",
90+
"mypy == 1.15.0",
9191
"types-setuptools >= 67.6.0, < 76", # Should match the build dependency
9292
"types-Markdown == 3.7.0.20241204",
9393
"types-PyYAML == 6.0.12.20241230",
@@ -104,7 +104,7 @@ dev-pylint = [
104104
"setuptools >= 67.6.0, < 76", # Should match the build dependency
105105
]
106106
dev-pytest = [
107-
"pytest == 8.3.4",
107+
"pytest == 8.3.5",
108108
"pylint == 3.3.4", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.5", # For checking the cookiecutter scripts

0 commit comments

Comments
 (0)